[ltp] Using a USB floppy on floppyless TPs

Matt Graham linux-thinkpad@linux-thinkpad.org
Fri, 5 Mar 2004 11:05:56 -0500


On Friday 05 March 2004 10:41, after a long battle with technology, Bert 
Haskins wrote:
> I'm trying to find out how to use a USB floppy on  a 770Z.

modprobe usb-uhci
modprobe usb-storage
(plug USB floppy in, insert disk with a filesystem on it)
mount /dev/sda /mnt/somewhere

...no problem.  The *real* problem with USB floppy drives is that you 
can't easily do a lowlevel format with them.  fdformat only works with 
floppy device nodes; it relies on floppy-device-specific functionality 
and USB devices are always seen as SCSI devices.  Note that floppy 
disks are not partitioned; using /dev/sda1 won't work.  HTH,

-- 
   Stupidity got us into this mess--why can't it get us out?
There is no Darkness in Eternity/But only Light too dim for us to see