Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 754 Bytes

9pfs.md

File metadata and controls

6 lines (6 loc) · 754 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 path for the file uploads is in the mounted 9p filesystem. This means you need to remove the mount path from the upload location. (If it is mounted at /home and you wanted to upload to /home/user you would need to use user)