Saturday, December 13, 2008

Drives and Linux...

Note to self... to mount a floppy drive:

su
mkdir /mnt/floppy
mount /dev/fd0 /mnt/floppy
umount /mnt/floppy