Scroll to navigation

FUSEISO9660(1) User Commands FUSEISO9660(1)

NAME

FUSEISO9660 - FUSE module for ISO 9660 File System

SYNOPSIS

fuseiso9660 [OPTION]... imagefile mountpoint

fuseiso9660 imagefile mountpoint [OPTION]...

OPTIONS

General options

mount options
print help
print version

FUSE options:

enable debug output (implies -f)
foreground operation
disable multi-threaded operation
allow access to other users
allow access to root
allow mounts over non-empty file/dir
enable permission checking by kernel
set filesystem name
issue large read requests (2.4 only)
set maximum size of read requests
immediate removal (don't hide files)
let filesystem set inode numbers
try to fill in d_ino in readdir
use direct I/O
cache files in kernel
enable caching based on modification times
set file permissions (octal)
set file owner
set file group
cache timeout for names (1.0s)
cache timeout for deleted names (0.0s)
cache timeout for attributes (1.0s)
auto cache timeout for attributes (attr_timeout)
allow requests to be interrupted
signal to send on interrupt (10)
set maximum size of write requests
set maximum readahead
perform reads asynchronously (default)
perform reads synchronously

BUGS

There is, at present, no way to choose which extensions to use (Joliet, RockRidge etc.). fuseiso9660 relies on the underlying libraries and uses every available extension of the filesystem in imagefile.

AUTHORS

See http://www.virtualsquare.org.

SEE ALSO

fuseext2(1)

May 2007 FUSE/UMFUSE modules