1% Copyright 1996,1997,1999,2001,2002 Alain Knaff. 2 3% This documentation is for Mtools which is a collection of tools to 4% allow Unix systems to manipulate MS-DOS files. 5 6% Permission is granted to copy, distribute and/or modify this document 7% under the terms of the GNU Free Documentation License, Version 1.3 or 8% any later version published by the Free Software Foundation; with no 9% Invariant Sections, with no Front-Cover Texts, and with no Back-Cover 10% Texts. A copy of the license is included in the section entitled 11% ``GNU Free Documentation License''. 12 13Installation of mtools is now pretty straightforward: 14 15 1. Run ./configure 16 2. Run make 17 18 Configuration options: 19 20 * Use ./configure --enable-vold to compile mtools to use Solaris' 21vold instead of directly accessing the floppy disk 22 * Use ./configure --disable-xdf to disable support for Xdf disks on Linux 23 * Use ./configure --enable-new-vold to compile mtools to use the *new* 24vold for Solaris. With this, you no longer need precmd=volcheck, and 25users don't need to type "eject" before pushing the button. 26 27Further doc can be found in the manpages, and in the texinfo doc. The 28texinfo doc contains the same info as the manpages, but is more up to 29date. To generate a printable doc, make dvi. To generate an info file, 30make info. 31