Contents
Most of the tools are variants of what is provided by coreutils and other packages, designed for MS-DOS disk access, and won't be explained here.
The Mtools package provides a set of utilities to access MD-DOS disk contents without mounting the disk.
Install Mtools by running the following commands:
./configure --prefix=/usr --disable-floppyd && make
Now, as the root user:
make install
--disable-floppyd: Disables
building the floppy daemon, which requires the Xorg Libraries. If
you installed those libraries, you can remove this parameter.
Most of the tools are variants of what is provided by coreutils and other packages, designed for MS-DOS disk access, and won't be explained here.