/mnt/home/ is just a convenient place.. /mnt/home/ is usually automatically mounted by Puppy. The save file is often in /mnt/home/ or in a sub dir.
If ram conservation is a goal then alphabet drives aren't a solution
pfix=nocopy
will use about the same space in ram as a "full install"
With pfix=nocopy
the Puppy OS sfs files are not copied to ram.
Mounting a file system does not use any significant space in ram.
How a .pet is also mounted (not in ram) is something I still need to comprehend.
A .pet file is a .tar.gz or a .tar.xz file. Rename the file if you want it to be treated as a .tar.gz file.
Code: Select all
# file opera-11.64-1403.x86_64_2.pet
opera-11.64-1403.x86_64_2.pet: XZ compressed data
#
If you unzip a .pet file to /
the files unzip to the correct paths.
If you use a save file, when unzipping the pet (tar) file to the file system, the changes end up in the save file.
If you are running without a save file (pfix=ram), the changes end up in the ram layer at the top of the aufs stack.