fuseiso - FUSE module to mount ISO filesystem images
Contents
Description
With FUSE it is possible to implement a fully functional filesystem in a userspace program.
fuseiso provides a module to mount ISO filesystem images using FUSE.
fuseiso can read ISO, BIN and NRG images containing ISO9660 filesystems. Along with it, it supports some
common extensions, like Joliet, RockRidge and zisofs.
It also supports non-standard images, like CloneCD's IMGs and Alcohol 120%'s MDFs, as their format looks
exactly like BIN images. One major limitation of BIN images is that fuseiso does not handle CUE files in
any way, and thus can only work with the first track of those images.
Other formats like CCD, ISZ and MDS are not supported, since their format is not public and no one knows
it.
Name
fuseiso - FUSE module to mount ISO filesystem images
Options
-n Do not maintain ~/.mtab.fuseiso. -p Maintain mount point, create it if it doesn't exist and delete it on exit. -ciocharset Specify iocharset for Joliet filesystems (defaults to UTF-8). Run iconv--list for a list of known character sets. -h Print help screen and exit. FUSElibraryoptions-oopts Use the specified mount options. The opts argument is a comma-separated list. Refer to mount(8), chapter FILESYSTEM-INDEPENDENT_MOUNT_OPTIONS and mount.fuse(8), chapter OPTIONS for available options. -s Run single-threaded. -f Run in foreground, do not daemonize. -d Run in foreground and print debug information. -V Print libfuse version information and exit.
See Also
fusermount3(1), mount(8), mount.fuse3(8)
Synopsis
fuseiso [-npch] [FUSElibraryoptions] <ISOimage> <mountpoint>
fuseiso [-npch] <ISOimage> <mountpoint> [FUSElibraryoptions]
