[[HomePage]] > [[ComponentHowTo Components and HowTos]] > [[FileTypes]] {{image url="http://murga-linux.com/puppy/viewtopic.php?mode=attach&id=49083" title="squashfs" alt="sfs img"}} ====How to Add a SFS file to a Full Installation==== ~Installing a SFS file in a Full installation is slightly more complicated than on a Frugal installation. Here are a few methods that work. ==Terminal method== ~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. ==GUI Methods== ~The utility [[SFSLoad SFS_Load]] can load SFS file on a Full Installation. Also, in QuickPet and SlickPet there is the //Sfs Get// tab to load SFSs which is compatible with Full installation. ~{{image url="http://img251.imageshack.us/img251/3923/sfstb.jpg" title="text" alt="text"}} ==Also on the Wiki== [[SFSLoad SFS_Load can also load SFS files on a Full Installation]] [[SquashFS]] [[HowtoMakeSFSPackage How to make SFS from Package]] [[LucidPuppySFS]] [[SquashFSPuppy1 SquashFS on Puppy1]] ==Related Webpages== [[http://murga-linux.com/puppy/viewtopic.php?p=583648 How to add SFS Full Installation thread]] [[http://www.murga-linux.com/puppy/viewtopic.php?t=44765 SFS Installer GUI Directly for Full Installation thread]] ---- ==Categories== CategoryFileManager CategoryTutorial