logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FUSEISO9660 - FUSE module for ISO 9660 File System

Authors

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.

Name

       FUSEISO9660 - FUSE module for ISO 9660 File System

Options

Generaloptions-o opt,[opt...]
              mount options

       -h--help
              print help

       -V--version
              print version

   FUSEoptions:-d,-odebug
              enable debug output (implies -f)

       -f     foreground operation

       -s     disable multi-threaded operation

       -oallow_other
              allow access to other users

       -oallow_root
              allow access to root

       -ononempty
              allow mounts over non-empty file/dir

       -odefault_permissions
              enable permission checking by kernel

       -ofsname=NAME
              set filesystem name

       -olarge_read
              issue large read requests (2.4 only)

       -omax_read=N
              set maximum size of read requests

       -ohard_remove
              immediate removal (don't hide files)

       -ouse_ino
              let filesystem set inode numbers

       -oreaddir_ino
              try to fill in d_ino in readdir

       -odirect_io
              use direct I/O

       -okernel_cache
              cache files in kernel

       -o[no]auto_cache
              enable caching based on modification times

       -oumask=M
              set file permissions (octal)

       -ouid=N
              set file owner

       -ogid=N
              set file group

       -oentry_timeout=T
              cache timeout for names (1.0s)

       -onegative_timeout=T
              cache timeout for deleted names (0.0s)

       -oattr_timeout=T
              cache timeout for attributes (1.0s)

       -oac_attr_timeout=T
              auto cache timeout for attributes (attr_timeout)

       -ointr
              allow requests to be interrupted

       -ointr_signal=NUM
              signal to send on interrupt (10)

       -omax_write=N
              set maximum size of write requests

       -omax_readahead=N
              set maximum readahead

       -oasync_read
              perform reads asynchronously (default)

       -osync_read
              perform reads synchronously

See Also

fuseext2(1)

FUSE/UMFUSE modules                                 May 2007                                      FUSEISO9660(1)

Synopsis

fuseiso9660 [OPTION]... imagefilemountpointfuseiso9660imagefilemountpoint [OPTION]...

See Also