.TH FUSEISO 1 "February 2010" .SH NAME fuseiso \- FUSE module to mount ISO filesystem images .SH SYNOPSIS .B fuseiso [\fBoptions\fR] <\fIISO image\fR> <\fImount point\fR> [\fIFUSE library options\fR] .SH DESCRIPTION This manual page documents briefly the \fBfuseiso\fR command. .PP \fBfuseiso\fR provides a module to mount ISO filesystem images using FUSE. .PP With FUSE it is possible to implement a fully functional filesystem in a userspace program. .PP \fBfuseiso\fR can read ISO, BIN and NRG images containing ISO9660 filesystems. Along with it, it supports some common extensions, like Joliet, RockRidge and zisofs. .PP 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 \fBfuseiso\fR does not handle CUE files in any way, and thus can only work with the first track of those images. .PP Other formats like CCD and MDS are not supported, since their format is not public and no one knows it. .SH OPTIONS .TP .B \-n Do \fInot\fR maintain \fI~/.mtab.fuseiso\fR. .TP .B \-p Maintain mount point, create it if it doesn't exist and delete it on exit. .TP .BI \-c " iocharset" Specify \fIiocharset\fR for Joliet filesystems. .TP .B \-h Prints an help screen. .SH Common FUSE library options .TP .B \-f Run in foreground, do not daemonize. .TP .B \-d Run in foreground and print debug information. .TP .B \-s Run single-threaded. .SH SEE ALSO .BR fusermount (1), .SH AUTHOR \fBfuseiso\fR was written by \fBDmitry Morozhnikov\fR . .PP This manual page was written by \fBDavid Paleino\fR , for the Debian project (and may be used by others).