Using Floppy Drives

Floppy Drive Device Names

On the Suns the floppy drive is:
	/dev/fd0c

Formatting a Floppy Disk

On the Suns to format a high-density floppy disk in MS-DOS format, do the following:
	fdformat -d
To format a low-density floppy disk in MS-DOS format, do the following:
	fdformat -d -l
To format a high-density floppy disk (i.e to use with tar), do the following:
	fdformat 
To format a low-density floppy disk (i.e to use with tar), do the following:
	fdformat -l

Accessing the Floppy Drive

On all platforms the floppy drive can be treated as a tarrable device. However, on the Suns you can use the Mtools package to manipulate MS-DOS formatted disks. For more information on Mtools:
	man mtools
Use can also use the tar command with a floppy disks, just following the instructions in Using Tape Drives but substitute in the floppy drive's device name.

Ejecting a Floppy Disk

To eject a floppy disks on a Suns use the following command:
	eject 
If the floppy disk becomes stuck in the drive and eject is unable to remove it then send mail to root stating the problem and machine name.
Press here to return to the Using Hardware Menu