.ns
\\$1 .. .tr \(is' .tr \(if` .tr \(pd"
The \f(CWmzip command is used to issue ZIP disk specific commands on Linux, Solaris or HP-UX. Its syntax is:
\fR\f(CWmzip [\f(CW-epqrwx]
\fR\f(CWMzip allows the following command line options:
\fR\f(CWe Ejects the disk.
\fR\f(CWf Force eject even if the disk is mounted (must be given in addition to \fR\f(CW-e).
\fR\f(CWr Write protect the disk.
\fR\f(CWw Remove write protection.
\fR\f(CWp Password write protect.
\fR\f(CWx Password protect
\fR\f(CWu Temporarily unprotect the disk until it is ejected. The disk becomes writable, and reverts back to its old state when ejected.
\fR\f(CWq Queries the status
To remove the password, set it to one of the password-less modes \fR\f(CW-r or \f(CW-w: mzip will then ask you for the password, and unlock the disk. If you have forgotten the password, you can get rid of it by low-level formatting the disk (using your SCSI adapter's BIOS setup).
The ZipTools disk shipped with the drive is also password protected. On MS-DOS or on a Mac, this password is automatically removed once the ZipTools have been installed. From various articles posted to Usenet, I learned that the password for the tools disk is \fR\f(CWAPlaceForYourStuff. Mzip knows about this password, and tries it first, before prompting you for a password. Thus \fR\f(CWmzip -w z: unlocks the tools disk. The tools disk is formatted in a special way so as to be usable both in a PC and in a Mac. On a PC, the Mac file system appears as a hidden file named \fR\f(CW\(ifpartishn.mac\(is. You may erase it to reclaim the 50 Megs of space taken up by the Mac file system.
This command is a big kludge. A proper implementation would take a rework of significant parts of mtools, but unfortunately I don't have the time for this right now. The main downside of this implementation is that it is inefficient on some architectures (several successive calls to mtools, which defeats mtools' caching).
* To generate a printable copy from the texinfo doc, run the following commands:
./configure; make dvi; dvips mtools.dvi
\fR
* To generate a html copy, run:
./configure; make html
\fRA premade html can be found at \fR\f(CW\(ifhttp://www.gnu.org/software/mtools/manual/mtools.html\(is
* To generate an info copy (browsable using emacs' info mode), run:
./configure; make info
\fR
The texinfo doc looks most pretty when printed or as html. Indeed, in the info version certain examples are difficult to read due to the quoting conventions used in info.