Linux-Noob Forums
Linux 9.0 Toshiba Satallite Pro 6100 - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html)
+--- Thread: Linux 9.0 Toshiba Satallite Pro 6100 (/thread-4006.html)



Linux 9.0 Toshiba Satallite Pro 6100 - kZo - 2003-12-13


The floppy disk drive connects via a USB interface. Red Hat 9.0 should already have created a directory to mount it in (/mnt/floppy); if not, create it manually as root:

 

$ mkdir /mnt/floppy

 

Then you can mount/unmount the floppy disk using:

 

$ mount /dev/sda /mnt/floppy

$ umount /dev/sda