Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

makefloppies(8) [debian man page]

makefloppies(8) 					      System Manager's Manual						   makefloppies(8)

Name
       MAKEFLOPPIES - Creates the default floppy device nodes.

Note
       This  manpage has been automatically generated from fdutils's texinfo documentation.  However, this process is only approximative, and some
       items, such as cross-references, footnotes and indices are lost in this translation process.  Indeed, these items have no appropriate  rep-
       resentation  in	the  manpage  format.  Moreover, only the items specific to each command have been translated, and the general information
       about fdutils has been dropped in the manpage version.  Thus I strongly advise you to use the original texinfo doc.

       *      To generate a printable copy from the texinfo doc, run the following commands:

		     ./configure; make dvi; dvips fdutils.dvi

       *      To generate a HTML copy,	run:

		     ./configure; make html

	      A pre-made HTML can be found at: `http://www.tux.org/pub/knaff/fdutils'

       *      To generate an info copy (browsable using emacs' info mode), run:

		     ./configure; make info

       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.

Description
	  MAKEFLOPPIES [-tlvng] [drives]

       The  MAKEFLOPPIES  shell  script creates the new floppy block device node.  It uses the floppycontrol program to translate the minor device
       numbers into meaningful names. It also uses these names to decide whether to create a given block device file or not, depending on the type
       of the physical drive (for instance, for a 3 1/2 drive, the formats corresponding to a 5 1/4 drive are not created).

       If  you	have  more  than  two  floppy  drives,	you  need  to  tell  the  kernel  the  CMOS  types  of	those  additional drives using the
       floppy=drive,type,cmos lilo option.

       If the drives  parameter is given, only the device nodes for the listed drives are made. By default, all only  the  two	first  drives  are
       tried.

       MAKEFLOPPIES does not work if you redefine your default formats.

       Caution: MAKEFLOPPIES removes already existing floppy device nodes.

Options
       -t     Use the old naming convention for 3 1/2 devices (e.g. `fd0H720' instead of `fd0u720').

       -m     Base the name for the created devices on the type of the media (e.g. `fd0h720' instead of `fd0u720').

       -l     Local. Creates device nodes in the local directory, not /dev

       -v     Verbose

       -n     Dry run. (just report what would be done, do not do anything)

       -g     Group.  Allow read/write access to floppy devices only for group `floppy'

Bugs
       The MAKEFLOPPIES script does not work on redefined "default" formats, If you redefine default formats, you need to create the needed device
       nodes manually.

See Also
       Fdutils' texinfo doc

fdutils-5.5							      03Mar05							   makefloppies(8)

Check Out this Related Man Page

mcat(1) 						      General Commands Manual							   mcat(1)

Name
       mcat - dump raw disk image

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 mcat command is used to copy an entire disk image from or to the floppy device. It uses the following syntax:

       mcat [-w] drive:

       Mcat performs the same task as the Unix cat command. It is included into the mtools package, since cat cannot access remote floppy  devices
       offered by the mtools floppy daemon.  Now it is possible to create boot floppies remotely.

       The default operation is reading. The output is written to stdout.

       If  the	-w  option is specified, mcat reads a disk-image from stdin and writes it to the given device.	Use this carefully! Because of the
       low-level nature of this command, it will happily destroy any data written before on the disk without warning!

See Also
       Mtools' texinfo doc

Viewing 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 repre-
       sentation 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

       A premade html can be found at `http://www.gnu.org/software/mtools/manual/mtools.html'

       *      To generate an info copy (browsable using emacs' info mode), run:

		     ./configure; make info

       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.

mtools-4.0.18							      09Jan13								   mcat(1)
Man Page