First read this topic:
viewtopic.php?t=7630
Now that your mind is open to learning some new ways of doing things.
Read how Puppy works:
viewtopic.php?t=5818
How the save works:
viewtopic.php?t=6526
Puppy in general follows the normal setup of a Linux file system, but it does have a few Puppy specific uses for locations.
The home location that other Linux OS's use, in Puppy file system is /root directory.
~
When a save file or folder is made and you boot using it.
The location of the save is /mnt/home in the file system. which is also /initrd/mnt/dev_save
If you navigate to /mnt/home, it will show the contents of the partition the save is stored in.
The Puppy file system does have another home directory at /home
This is used for the restricted user spot.
when running a program as user spot.
Anything that the program would download will go into /home
User spot is mainly for running browsers and restricting where they can download to.
Best way to see how the file system is structured.
Click on the file icon on the desktop.
Rox file manager window will open showing the ~ the /root directory.
Click the up arrow and you are now looking at /
Now you are more or less looking at the Linux file system you are familiar with.
Keep in mind that Puppy loosely follows the norms for where to place files in the Linux file system.
Example:
/opt directory is not used very much. Usually only by a program you have downloaded and installed, that is setup to put stuff in /opt.