home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / fdutils / README.Debian < prev    next >
Encoding:
Text File  |  2007-03-05  |  1.6 KB  |  46 lines

  1. Fdutils
  2.  
  3. Fdutils is set of tools to handle floppy disk drives.
  4. It includes the following items
  5.  
  6.     * superformat: formats high capacity disks of (up to 1992k for
  7.       high density disks or up to 3984k for extra density disks)
  8.     * fdmount/fdmountd: automatically mounts/unmounts disks when they
  9.       are inserted/removed.
  10.     * xdfcopy: formats, reads and writes OS/2's XDF disks.
  11.     * MAKEFLOPPIES: creates the floppy devices in /dev
  12.     * getfdprm: prints the current disk geometry (number of sectors,
  13.       track and heads etc)
  14.     * setfdprm: sets the current disk geometry
  15.     * fdrawcmd: sends raw commands to the floppy driver
  16.     * floppycontrol: configure the floppy driver
  17.     * General documentation about the floppy driver
  18.  
  19. Note, that the utilities do not work for USB floppy
  20. drives, because these are handled by the system as
  21. emulated SCSI disks, and the tools cannot access the
  22. floppy controller there.
  23.  
  24. In order to make use of the more exotic floppy formats
  25. you may have to create the corresponding device files
  26. in /dev/.  To do so you can use (as root) the command
  27.  
  28.     MAKEFLOPPIES -g
  29.  
  30. which will probe the floppy driver in the kernel and
  31. create just the devices your kernel supports.
  32. Or you can use MAKEDEV to create a default set of devices.
  33.  
  34. To make full use of fdmount you may want to set the suid bit
  35. for the fdmount executable.  To do so, you can use the
  36. fdutilsconfig script, which is distributed with fdutils.
  37.  
  38. There are some known issues with superformat on non-i386
  39. and devfs systems.  If superformat does not work for you,
  40. you can try "fdformat" from the util-linux package,
  41. instead.
  42.  
  43. Jochen
  44.  
  45.  -- Jochen Voss <voss@debian.org>, Wed Feb 25 20:37:24 2004
  46.