genode/repos/dde_rump/src/lib/vfs/rump
Sebastian Sumpf 0c6504da5c vfs_rump: fix FAT support
fixes #2589
2018-05-03 15:31:21 +02:00
..
random.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
README Rump kernel VFS plugin 2017-01-13 13:07:12 +01:00
target.mk Vfs Rump watch support 2018-04-10 11:11:51 +02:00
vfs_rump.cc vfs_rump: fix FAT support 2018-05-03 15:31:21 +02:00

The vfs_rump plugin enables access to block device backed file systems
supported by the rump kernel. A single rump kernel is in use for any
number of <rump> nodes. The configuration node takes two arguments:
'fs' specifies the file system type, and 'writeable' specifies if the
mount is read only or writeable, 'writeable' defaults to true.