Forgot your password?

typodupeerror
This discussion has been archived. No new comments can be posted.

The Mystery of the Mega-Selling Floppy Disk

Comments Filter:
  • XP Users (Score:5, Interesting)

    by 1s44c (552956) on Wednesday April 28 2010, @10:27AM (#32014266)

    There are about a million XP SP2 users who have SATA disks and keep finding their driver floppy doesn't work when they try their yearly reinstall.

  • by Lumpy (12016) on Wednesday April 28 2010, @10:27AM (#32014272) Homepage

    I modified all my synths. I found that most have a IDE header inside and you can slap a hard drive on it (was made for a ZIP drive) so instead of having 80,000 floppies that fail the 3rd time you use them all my maps and samples are on the hard drive..

    I love older E-mu gear, at least they were smart and made them hackable.

  • Oscilloscope (Score:5, Interesting)

    by necro81 (917438) on Wednesday April 28 2010, @10:29AM (#32014324) Journal
    I've got a semi-old (ca 2001) digital oscilloscope. There are only two ways to pull data off it: export a screen shot to a printer via a parallel port, or export to 3.5" floppy (screenshot or raw data). So, I've got a couple of floppies lying around. Can't say I've actually bought any in many years - I just always seem to have a couple lying around. Maybe I ought to just to make sure I've got a supply for the future.

    I suppose I could also replace the scope. Newer ones can connect to a host PC via USB, or offload to a thumb drive, or be network-attached. The specs on newer ones are, obviously, a lot better, too. But, really, why spend many thousands of dollars on new equipment just to get around using a floppy drive?
  • by couchslug (175151) on Wednesday April 28 2010, @10:30AM (#32014350)

    Oddly, many machines that _should_ boot off CD when selected in BIOS don't want to cooperate with (properly burned at slowest speed/good media, yadda yadda) CD/DVD booting.

    I keep a Smart Boot Manager

    http://btmgr.sourceforge.net/about.html [sourceforge.net]

    floppy for those, and they'll often boot from CD/DVD when selected in the Smart Boot Manager (which can also be loaded to hard disk) menu.

    Why? Beats the shit out of me, but it has worked on many machines over the years.

  • by O('_')O_Bush (1162487) on Wednesday April 28 2010, @10:31AM (#32014374)
    The most recent example was for trying to install SCSI/RAID controller drivers on my Win XP machine. The *only* ways to install them, that I've been able to find, are by floppy disk (also required me to buy an external floppy drive) or by making a re-configured Windows install disk and re-installing my OS.

    Since the former was easier, that's what I did.
  • Re:Floppies (Score:1, Interesting)

    by Anonymous Coward on Wednesday April 28 2010, @10:33AM (#32014438)

    True. I've used medical lab equipment (hematology and chemistry analyzers) which ran its software directly from a 3.5" floppy. I was bored one day and pulled the disk out and dumped an image of it. Turns out it was running 'EDOS' (embedded DOS?) with Intel binaries. Never did much with it, breaking a $15,000 machine and getting fired didn't seem worth it.

  • Airplanes (Score:5, Interesting)

    by michelcolman (1208008) on Wednesday April 28 2010, @10:54AM (#32014856)
    Most airplanes (A320, 737,...) still use a floppy drive to update the Flight Management System database (waypoints, routes,...). These updates are done twice a month. The data fits on about ten floppies, I think, it's just text and numbers. Some newer types use CD-Rom drives, but technology moves slowly in the airline world. If it ain't broke, don't fix it, especially if it costs lots of money for certification just because it happens to be for an airplane.
  • by jank1887 (815982) on Wednesday April 28 2010, @11:17AM (#32015330)

    and in response: our government lab banned the use of flash drives for networked PCs a couple years ago. now, if I want to move data from a lab PC (or piece of equipment like an oscilloscope) to a networked PC, I use floppy. Sure, PC to PC could be done by burning a CD. But then I start to collect a nice pile of coasters. Most data consists of text files that zip nicely, and disk spanning still works like it used to. 7zip even makes a nice command line executable for running off the scopes. CD burning is also tediously slow, and repeated multi-sessioning to reduce the coaster count makes CD loading even slower. CDRW is an option, too, but it feels like those write even slower than floppies.

    Basically, anything under 5MB that needs to move from off network device to networked device, I do by floppy disk. That covers 90% of my file transfers.

  • Re:Floppies (Score:5, Interesting)

    by pz (113803) on Wednesday April 28 2010, @11:22AM (#32015426) Journal

    I wrote a real-time data acquisition system about 10 years ago. It was written to run on DOS. Why? One, and only one reason: under DOS, you have complete control of the hardware. Total, utter control. There's no OS that's going to interrupt with housekeeping, respond to network packets, check to see if there's another thread that wants a slice, or other crap. Only one thread executes at a time (unless you work really really hard to allow that to happen). For instrumentation that cannot tolerate a 20, 50 or even 100 ms pause every now and then, this is vital. DOS, crappy though parts of it are, has a lot of support in the embedded / instrumentation market. It isn't a lack of pressure to update so much as the ability to do exactly what you want, no questions asked, with the hardware. Worked great. As far as I know, that system is still in operation.

    More recently, I've written a different real-time data acquisition system, under Windows 98. Almost as much control of the hardware, but not quite. There were gremlins I never figured out that were stealing segments of time every now and then.

    And just this year, I ported that second system to Windows XP. Holy crap. Still haven't had time to chase down all of the HUGE number of timing problems now. If W98 drivers were available for the fast modern hardware required for the current project, I'd have stuck with the older OS.

  • by glowimperial (705397) on Wednesday April 28 2010, @11:22AM (#32015438) Homepage
    I recently had a shocking meeting in the office of some folks from the Recreation and Parks Department, and was disturbed to see that the computers they were using not only were running Windows 95, but which had only 3.5" drives. The presence of several disks laying out on the desk of one employee and a disk storage unit on the desk were definite indications of daily use. Oh, and the highly paid, union protected, pension equipped employee was an excellent multitasker. He was able to both play solitaire during the entire meeting and give his full attention to the important business of doing his job. If you were wondering why one of the world's biggest cities is approaching total failure, there's a few reasons for you.
  • by caseih (160668) on Wednesday April 28 2010, @11:26AM (#32015494)

    Last time this came up on slashdot, someone brought up this handy little device that looks and acts like a floppy drive (to the controller) but lets you use usb sticks instead:

    http://www.floppytousb.com/ [floppytousb.com]

    This should work on all the synths, CNC machines, sewing machines, etc.

  • Medical equipment (Score:4, Interesting)

    by kheldan (1460303) on Wednesday April 28 2010, @11:49AM (#32015926) Journal
    I work for a company that produces a specific type of medical equipment, and since I do all the support and service for units sold in the USA, I still have to support units with floppy drives, which are still as new as 5 years old. Even on units less than a year old, I still need to use a floppy drive to run some diagnostics on them because the single-board computer won't boot from USB. Also, memo to USB flash drive manufacturers: please make more of them with write-protect switches on them!
  • by h00manist (800926) on Wednesday April 28 2010, @12:12PM (#32016362) Journal
    Supporting old stuff means tougher standards, higher compatibility. Floppies were a pretty terrible standard, but they lasted forever basically because nobody could ever agree on a new standard. SuperDisk LS-120 was late, plus didn't catch on. But. Old phones work fine on today's network. Cars work with today's gas and roads. Old televisions work with today's services and electricity. But try to run some old BINARY. Chancer are better if you are using a closed-source OS. Unfortunately, stuff just lasts longer than technology, or tech-people, would like. People enjoy using the stuff they have paid for, sometimes with sacrifice, they expect it to work, fix it if broken, etc, and they are right. Lots of stuff lasts decades working. Computer stuff generally doesn't, and somehow we techies find it great and laugh at people when they want old computers and programs to work, as if we actually liked it when it happened to us. We have old stuff that we would like to be more useful too. There are old programs that sometimes cannot be replaced easily, but the environment and hardware for them is somehow basically nonexistent. Yes, recompiling and recoding works - but why does Linux always have to rely on that, and other systems less so, having better binary compatibility?
  • by batquux (323697) on Wednesday April 28 2010, @12:45PM (#32017020)

    What about something like this?
    http://www.memorysuppliers.com/smartdisk-flashpath-smartmedia.html?CAWELAID=327820619 [memorysuppliers.com]

    Stick a SD card into a floppy shaped device that your drive can read like it's a real floppy. The drive can still read floppies, and there's no evidence for the warranty people.

  • Supporting old stuff means tougher standards, higher compatibility. Floppies were a pretty terrible standard, but they lasted forever basically because nobody could ever agree on a new standard. SuperDisk LS-120 was late, plus didn't catch on. But. Old phones work fine on today's network.

    Mobile phones? Pre-GSM ones don't work in the UK (and presumably other countries), they turned off the old network.
    Landline phones? The ones that only do pulse dialling don't work with most "Press 5 to do X" systems.

    Cars work with today's gas and roads.

    No they don't -- many old cars required petrol with added lead.

    Old televisions work with today's services and electricity.

    Many countries have switched to digital TV.

    Old stuff often only works if some parts are upgraded. Your old TV works (with a digital converter box) and your old car works (if you add a special chemical to the petrol).

    Old Linux binaries can be made to work (I assume you're referring to problems with shared libraries?). It probably helps to know what system they're supposed to work with. It might require some technical knowledge.

    If old closed-source stuff doesn't work, good luck fixing it.

  • Re:Floppies (Score:3, Interesting)

    by blair1q (305137) on Wednesday April 28 2010, @01:24PM (#32017708) Journal

    That $500k may have been the price when it was new in 1992.

    But if you try to sell it now you might get 79 cents a pound for it.

  • by D4C5CE (578304) on Wednesday April 28 2010, @01:39PM (#32018004)
    the HxC Floppy Drive Emulator [hxc2001.free.fr] (in SD and USB flavors [torlus.com]) which works even on Amiga [youtube.com] and accurately down to rendering old-school marvels such as playing music by drive noises [youtube.com].

    Painstakingly hand-made in small numbers [atari.plof.pl] for now, if that's not a project to be spread from high-volume automated production lines by the likes of Seeed [seeedstudio.com], then what is?
  • by hitmark (640295) on Wednesday April 28 2010, @01:51PM (#32018216) Journal

    i wonder, how much space do the drive see?

    do it only see the first 1.44MB of the SD card?

Grandpa Charnock's Law: You never really learn to swear until you learn to drive. [I thought it was when your kids learned to drive. Ed.]

Working...