Linked by Thom Holwerda on Fri 3rd Apr 2009 16:16 UTC, submitted by google_ninja
Windows Remember, back in the day, before USB drives became common place, you had to use those weird square disks? We called them floppies, and they had about as much storage capacity as my current computer has in its power switch alone. One of the problems with floppy drives was that it was impossible to determine whether there was a floppy in the drive without actually spinning up the drive. Windows 95 almost had a feature that could detect whether or not there was a floppy in the drive without spinning it up.
Thread beginning with comment 356812
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[5]: I don't recall...
by darknexus on Fri 3rd Apr 2009 21:36 UTC in reply to "RE[4]: I don't recall..."
darknexus
Member since:
2008-07-15

If anyone is interesting with playing around with a 1.72MB disk, grab a copy of winimage. IIRC that has the options to format as such; thats if you even have a floppy drive or disks anymore. ;)

Alternatively, for those using Linux, you can issue this command for an internal floppy drive:
fdformat /dev/fd0u1722
That'll give you the 1.722mb formatted floppy, after that pick whatever fs you want to put on it and use the appropriate mkfs command. There are other sizes you can play with too if you're board such as 1.7, 1.6, and even older formats.
I don't know of a way to do this with external USB floppy drives, however, as this ability depends on using the Linux floppy driver, which most USB floppy drives do not (they're USB mass storage devices, so use the scsi interface).

Reply Parent Score: 2