Revision [23300]

This is an old revision of HowtoAddSFStoFullInstall made by darkcity on 2012-08-17 18:35:01.

 

HomePage > ComponentHowTo Components and HowTos > FileTypes

sfs img

How to Add a SFS file to a Full Installation


Currently, installing a SFS file in a full hard drive installation (as opposed to a "frugal" installation) is slightly more complicated, and you can't undo it. It involves some steps....

1. Click on the .sfs file in a filer window to mount it.
2. Open a terminal in the mounted directory and enter the following
 # cp -a --remove-destination ./* /mnt/hda2/
 # sync

3. Click on the .sfs file to unmount it

Note 1, the --remove-destination option is essential. If you only use '-f' to force overwrite, it will follow (dereference) a symlink, that can cause unexpected overwrites.

Note 2, replace /mnt/hda2/ with the name of the partition where Puppy is installed.

Alternative Method
The utility SFSLoad SFS_Load can also load SFS file on a Full Installation.


Also on the Wiki




Categories
CategoryFileManager
CategoryTutorial
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki