RUMP_SYSPUFFS(8) | NetBSD System Manager's Manual | RUMP_SYSPUFFS(8) |
rump_syspuffs | file_server arguments |
In its current state, rump_syspuffs is most useful as a proof of concept for file system distribution and for developing and debugging the kernel portion of puffs.
rump_syspuffs mount_psshfs server.address /mnt
Mount an ntfs file system using ntfs-3g (from pkgsrc/filesystems/fuse-ntfs-3g), set the default uid to 1323:
rump_syspuffs ntfs-3g -o uid=1323 /path/to/filesystem /mnt
June 9, 2009 | NetBSD 5.99 |