- The rootfs.iso mounts 9pfs on
/home
. All of the users data is stored in the shared filesystem. See fstab - The minimal.iso does not mount on boot. You can easily mount it with
sudo mount -t 9p host9p /mnt
- You can upload files with the upload files button. See toolbox.md
- The file upload saves files on the root of the 9p filesystem. If you are using standard then it will be in
/home
. If there is a file with the same name it will be overwritten without any warning.