Dima Krasner
Dima Krasner
This will work with any file and any block device.
> I think that clicking on an SFS should only offer to queu or view I tend to agree, and I thing sfs_load is not that important. Some users see...
An extra directory in the loader's search path will slow down all applications. I don't like that.
I'm mostly worried about scripts. Puppy uses many shell scripts, and those milliseconds add up quickly.
sfs_load.overlay simulates SFS loading under PUPMODE 5 and 13 using symlinks, it's not too bad.
What Puppy version have you tried?
> I tried the latest release Can you be more specific? Is it Fossapup 9.5?
overlay is chosen if aufs is unsupported, or if booting with `punionfs=overlay` (#3363). This simplifies things a lot. This line sets the default of aufs: ``` # Layered file system...
The 10.0.x kernel is built without aufs support. If the kernel supports aufs but you want to use overlay anyway, you must pass `pnionfs=overlay` in the kernel command-line.