Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
mzip(1) | General Commands Manual | mzip(1) |
Note of warning
This manpage has been automatically generated from mtools's texinfo documentation, and may not be entirely accurate or complete. See the end of this man page for details.Description
The mzip command is used to issue ZIP disk specific commands on Linux, Solaris or HP-UX. Its syntax is:mzip [-epqrwx]
- e
- Ejects the disk.
- f
- Force eject even if the disk is mounted (must be given in addition to -e).
- r
- Write protect the disk.
- w
- Remove write protection.
- p
- Password write protect.
- x
- Password protect
- u
- Temporarily unprotect the disk until it is ejected. The disk becomes writable, and reverts back to its old state when ejected.
- q
- Queries the status
Bugs
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).See Also
Mtools' texinfo docViewing the texi doc
This manpage has been automatically generated from mtools's texinfo documentation. However, this process is only approximative, and some items, such as crossreferences, footnotes and indices are lost in this translation process. Indeed, these items have no appropriate representation in the manpage format. Moreover, not all information has been translated into the manpage version. Thus I strongly advise you to use the original texinfo doc. See the end of this manpage for instructions how to view the texinfo doc.- *
-
To generate a printable copy from the texinfo doc, run the following commands:
./configure; make dvi; dvips mtools.dvi
- *
-
To generate a html copy, run:
./configure; make html
- *
-
To generate an info copy (browsable using emacs' info mode), run:
./configure; make info
02Jun24 | mtools-4.0.44 |