|
|
These dos utilities are no longer available in UnixWare 7. Similar functionality is available in the mtools package provided in the Skunkware archives and from the Linux Kernel Personality (LKP), if it is installed.
Note that DOS file systems can also be created and mounted using standard UNIX commands without using DOS utilities. A DOS format diskkette can be mounted using the standard mount(1M) command, for example, and the standard UNIX commands such as cp, mv, ls, mkdir, etc., used on the mounted diskette. Also see mkfs_dosfs(1M).
To install from the Skunkware 7 CD-ROM, insert the CD-ROM into the drive and issue the command (as a system owner):
# pkgadd -d /dev/cdrom/<devicename> mtoolswhere <devicename> is the name of the CD-ROM device (this may vary from system to system).
Alternatively, an interactive graphical installation can be performed by running /usr/X/bin/PackageMgr :
A gzip-compressed pkgadd-installable datastream of the mtools package can be downloaded via either: http://www.caldera.com/skunkware/uw7/fileutil/mtools/mtools.pkg.gz or ftp://ftp.caldera.com/skunkware/uw7/fileutil/mtools/mtools.pkg.gz
After downloading, uncompress the package with:
# gunzip mtools.pkg.gzand install with:
# pkgadd -d /path/to/mtools.pkgThe mtools utilities are installed in /usr/local/bin and the corresponding manual pages in /usr/local/man. For this reason it is usually a good idea to add /usr/local/bin to the default execution PATH and /usr/local/man to MANPATH.
A good starting point for gaining familiarity with the mtools is the mtools manual page:
$ more /usr/local/man/cat1/mtools.1or
$ man mtools