EnglishFrenchSpanish

OnWorks favicon

umfuseviewos - Online in the Cloud

Run umfuseviewos in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command umfuseviewos that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


umfuse - User Mode FUSE implementation for umview

SYNOPSIS


um_add_service umfuse.so
umview ... --preload umfuse.so

DESCRIPTION


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
The mount command for umfuse file systems allows some specific options:

debug
give a verbose feedback of each operation on the virtual file system.

fuseuid=uid
specify the effective uid for the operation on the virtual file system

fusegid=gid
specify the effective gid for the operation on the virtual file system

human
umfuse is default mode is omnipotent, i.e. the user acts as root in the mounted file
system. When a file system gets mounted with the human option, access control is
enforced.

umfuse modules main program invocation options.
umfuse calls the main program of the module with the standard syntax:
umfusexxxx -o options source mountpoint
Sometimes FUSE modules have been designed to accept a different syntax. It is possible to
match the calling syntax by using the follwing options.

nosource
No image file should be specified.

pre=string
The string contains parameters that must be put before "-o options"

post=string
The string contains parameters that must be added at the end

format=string
This is the most powerful rewriting rule. If the main needs a completely different
structure format can be used: the format string is similar to that used in printf. %O
%S %M descriptors are substituted in the call as follows: %O=-o options, %S=source,
%M=mountpoint.

showcall
Show the call syntax before the actual call. Use it for debugging.

Use umfuseviewos online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    PostInstallerF
    PostInstallerF
    PostInstallerF will install all the
    software that Fedora Linux and others
    doesn't include by default, after
    running Fedora for the first time. Its
    easy for...
    Download PostInstallerF
  • 2
    strace
    strace
    The strace project has been moved to
    https://strace.io. strace is a
    diagnostic, debugging and instructional
    userspace tracer for Linux. It is used
    to monitor a...
    Download strace
  • 3
    gMKVExtractGUI
    gMKVExtractGUI
    A GUI for mkvextract utility (part of
    MKVToolNix) which incorporates most (if
    not all) functionality of mkvextract and
    mkvinfo utilities. Written in C#NET 4.0,...
    Download gMKVExtractGUI
  • 4
    JasperReports Library
    JasperReports Library
    JasperReports Library is the
    world's most popular open source
    business intelligence and reporting
    engine. It is entirely written in Java
    and it is able to ...
    Download JasperReports Library
  • 5
    Frappe Books
    Frappe Books
    Frappe Books is a free and open source
    desktop book-keeping software that's
    simple and well-designed to be used by
    small businesses and freelancers. It'...
    Download Frappe Books
  • 6
    Numerical Python
    Numerical Python
    NEWS: NumPy 1.11.2 is the last release
    that will be made on sourceforge. Wheels
    for Windows, Mac, and Linux as well as
    archived source distributions can be fou...
    Download Numerical Python
  • More »

Linux commands

Ad