VIEW-OS(1viewos) | VIEW-OS(1viewos) |
umfuse - User Mode FUSE implementation for umview
um_add_service umfuse.so
umview ... --preload umfuse.so
umfuse is the user-mode implementation of virtual FUSE filesystems for umfuse. When this service module is loaded it is possible to mount umfuse file systems. FUSE and umfuse are source level compatible, it is possible to compile a FUSE file system implementation as a dynamic library. The name of umfuse file system implementation libraries must begin with umfuse.
Umfuse implemented file system are mounted and umounted by the standard utilities mount(8) and umount(8).
Example:
$ mount -t umfuseext2 /path/to/file.img /mount/point
...
$ umount /mount/point
umfusexxxx -o options source mountpoint
umview(1) um_add_service(1) um_del_service(1) um_ls_service(1) um_mov_service(1)
View-OS is a project of the Computer Science Department,
University of Bologna. Project Leader: Renzo Davoli.
<http://www.sourceforge.net/projects/view-os>
Howto's and further information can be found on the project wiki <wiki.virtualsquare.org>.
June 10, 2006 | VIEW-OS: a process with a view |