Query: rump_syspuffs
OS: netbsd
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RUMP_SYSPUFFS(8) BSD System Manager's Manual RUMP_SYSPUFFS(8)NAMErump_syspuffs -- mount a puffs file server with a userspace puffs loopSYNOPSISfile-system PUFFS pseudo-device putter rump_syspuffs file_server argumentsDESCRIPTIONThe rump_syspuffs utility can be used to mount any puffs(3) file server so that the requests are passed through the kernel puffs code in userspace as well. Therefore the approximate callgraph looks a little like the following, where k and u denote code running in the kernel space and userspace, respectively: puffs vfs (k) -> libpuffs (u) -> p2k (u) -> puffs vfs (u) -> libpuffs (u) -> file server (u). The response path is the same, but in reverse. 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.EXAMPLESMount a file system with sshfs: 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 /mntSEE ALSOp2k(3), puffs(3), rump(3), puffs(4)HISTORYThe rump_syspuffs debugging utility first appeared in NetBSD 5.0.BSDJune 9, 2009 BSD
Related Man Pages |
---|
rump_ext2fs(8) - netbsd |
rump_efs(8) - netbsd |
rump_hfs(8) - netbsd |
rump_ntfs(8) - netbsd |
rump_udf(8) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Mounting NTFS filesystem |
how to mount ntfs filesystem |
DeLiRiuM 0.6 (Default branch) |
fat32 vs ntfs |
Mount problem in RHEL6 |