Skip to content

Commit 622947e

Browse files
authored
readme: add information about NFS and Virtio-FS
1 parent 9c4ba00 commit 622947e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ At the end of the boot process, OSv dynamic linker loads an application ELF and
314314
the kernel ELF. You can specify which filesystem to build image disk as
315315
by setting parameter `fs` of `./scripts/build` to one of the three values -`zfs`, `rofs` or `ramfs`.
316316

317+
In addtion, one can mount NFS filesystem, which had been recently transformed to be a shared library pluggable as a [module](https://github.com/cloudius-systems/osv/tree/master/modules/nfs), and newly implemented [Virtio-FS filesystem](https://stefanha.github.io/virtio/virtio-fs.html#x1-41500011). The NFS and Virtio-FS mounts can be setup by adding proper entry `/etc/fstab` or by passing a boot parameter as explained in this [commit comments](https://github.com/cloudius-systems/osv/commit/47c7e9268ff96f67f4649bb6c63685a5c2d74f00).
318+
317319
## Running OSv
318320

319321
Running an OSv image, built by `scripts/build`, is as easy as:

0 commit comments

Comments
 (0)