Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 714 Bytes

9pfs.md

File metadata and controls

6 lines (6 loc) · 714 Bytes

The Shared Filesystem (9pfs)

  • 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

Uploading Files

  • 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.