9pfs declaration

2022-09-21 Thread Chad Nelson
I currently have guix running inside qemu, and am trying to mount a shared 9p filesystem on boot. When I try using the mount tag in the file-system device declaration, it throws an error. I saw that in gun/system/vm.scm, they are using a file-system->mount_tag declaration, but I can’t figure o

9pfs declaration

2022-09-21 Thread Chad Nelson
I currently have guix running inside qemu, and am trying to mount a shared 9p filesystem on boot. When I try using the mount tag in the file-system device declaration, it throws an error. I saw that in gun/system/vm.scm, they are using a file-system->mount_tag declaration, but I can’t figure o

Trying to figure out 9p filesystem

2022-10-10 Thread Chad Nelson via
I am trying to work out a way to mount a 9p filesystem in Guix. I have tried pulling apart pieces of guix/vm.scm, but can’t seem to figure out how it is setting up the 'file-system->mount_tag’ option for the file-system decorations it uses. https://paste.debian.net/1256544/