A filesystem for virtualization
A filesystem for virtualization
Posted May 15, 2019 21:23 UTC (Wed) by dezgeg (guest, #92243)In reply to: A filesystem for virtualization by grawity
Parent article: A filesystem for virtualization
It is implemented by the Linux kernel as 9p client + QEMU as 9p server combo. Symlinks indeed work correctly.
Offhand I know at least these things are broken in that combo though:
- Creating a file with open(O_CREAT|O_RDWR) but giving a mode that doesn't allow write access fails. This is observable in practice by rsync/cp of files with 0444 mode failing.
- Creating an xattr with zero length value fails, because in the protocol this is interpreted as xattr deletion.
