Slashdot Mirror


Ask Slashdot: Recovering Data From 20-Year-Old Diskettes?

First time accepted submitter Zilog writes "The end of the 3.5-inch floppy and the disappearance of associated drives showed to me the need to backup the tens of diskettes that accompanied my youth. Carefully preserved, these diskettes have proved readable for the most part — while some are approaching 20 years old. However, some diskettes have shown surface defects in areas with compressed archives (zip). Any ideas on how to recover (as much as possible) these bad sectors?"

272 of 375 comments (clear)

  1. recover eight kilobits? by alphatel · · Score: 1

    OR you could just download new porn.

    --
    When the foot seeks the place of the head, the line is crossed. Know your place. Keep your place. Be a shoe.
    1. Re:recover eight kilobits? by Hsien-Ko · · Score: 1

      Maybe I want my SIRTIS.GIF back you insensitive lcod!

    2. Re:recover eight kilobits? by Hsien-Ko · · Score: 1

      And my Knights of Xentar picture viewer!

    3. Re:recover eight kilobits? by Tsingi · · Score: 1

      7OF9.GIF pls.

    4. Re:recover eight kilobits? by ae1294 · · Score: 1

      And my Knights of Xentar picture viewer!

      O that's lame... Some of us played the game to see the porn...

    5. Re:recover eight kilobits? by Gilmoure · · Score: 1

      giffy girls

      --
      I drank what? -- Socrates
    6. Re:recover eight kilobits? by Almandine · · Score: 1

      I brought the game on CD (but never played the CD version) because I was worried about the floppies going bad! I remember that the gameplay was actually sort of fun.

    7. Re:recover eight kilobits? by Hsien-Ko · · Score: 1

      There's gameplay? Last time I checked, the game played itself. All you did was move the man, (un)equip the mans and woman and change their stance.

  2. Iomega by craftycoder · · Score: 1

    Didn't Iomega have a utility that came with the JAZZ drive?

    1. Re:Iomega by MightyYar · · Score: 2

      I like to use ddrescue, not to be confused with dd_rescue - which is not as powerful. Note that if you use Debian, they have the names alllllllllll sorts of screwed up - search for gddrescue. Same with Ubuntu.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  3. Norton Disk Doctor by metiscus · · Score: 5, Informative

    Find an old copy of norton disk doctor and use it to do bad sector recovery on those disks. I remember it working pretty well back in the day.

    1. Re:Norton Disk Doctor by pegr · · Score: 5, Informative

      Somewhat better than Norton is Spinrite. Remember Steve Gibson's hard disk utility? The one that could recover "unrecoverable" errors? Works on floppies too.

    2. Re:Norton Disk Doctor by Chatterton · · Score: 1

      NDD was the best tool for that. It saved my ass multiple times then. But finding a machine to make it run again could be a pita now.

    3. Re:Norton Disk Doctor by BobPaul · · Score: 1

      And it's not a non-destructive method, so when it doesn't work, you've altered the media such that future recovery is more difficult. Also, the way it's described as operating is technically impossible, so the whole thing is voodoo magic.

      I'd try other options first.

    4. Re:Norton Disk Doctor by bluefoxlucid · · Score: 1

      How is it described as operating?

    5. Re:Norton Disk Doctor by wo1verin3 · · Score: 1

      Thank you for purchasing Spinrite, powered by Voodoo Magic®

    6. Re:Norton Disk Doctor by RogerWilco · · Score: 1

      I think I have it on a floppy somewhere...

      --
      RogerWilco the Adventurous Janitor
    7. Re:Norton Disk Doctor by Hodapp · · Score: 1

      I second this.

      Norton Disk Doctor recovered things more times than I could count, back when I'd use already-used diskettes over and over and over again and not make backups...

    8. Re:Norton Disk Doctor by tibit · · Score: 1

      I think to get it to do a good job on floppies, you need version 4 or 5. Those still talk directly to the floppy controller. The recovery is definitely non-destructive. It simply keeps reading the same sector after approaching it by seeking from different sides IIRC. The data that's read is passed through a statistical model that tries to predict the original values of bytes. It does work sometimes, and would be worth a try. Versions 6 and onwards don't talk directly to hardware and are pretty useless methinks.

      --
      A successful API design takes a mixture of software design and pedagogy.
    9. Re:Norton Disk Doctor by washu_k · · Score: 2

      The recovery in Spinrite is destructive. After "successfully" reading a sector, it writes the recovered data to *THE SAME DISK*. That's a big data recovery fail.

    10. Re:Norton Disk Doctor by GameboyRMH · · Score: 1

      Yeah other options first sounds good.

      Also he should use dd or something similar to take a raw image of the disk as a first step. You've got a gazillion times as much space now, so store an image in case the disk gets damaged in the recovery process - plus you can keep that image if you want to try the destructive recovery process.

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    11. Re:Norton Disk Doctor by SuperTechnoNerd · · Score: 1

      Yes, but if a sector is bad.. Re-reading it 1000 times wont help. It's bad.. The earth's magnetic field is slowly erasing thees disks as we speak..

    12. Re:Norton Disk Doctor by larppaxyz · · Score: 1

      Well, we did have Voodoo GFX card's and some of them were named Blackmagic 3D.

    13. Re:Norton Disk Doctor by smillie · · Score: 1

      I second the suggestion for spinrite. It worked wonders for me back then. The biggest problem you have is the compression. Since the compression algorithm depends on previous data in the file, once you get to an unreadable sector everything after is lost. For some algorithms is any part is missing, all is lost. You might be able to read the raw disk sectors under linux. I remember doing something like that long ago but don't remember how to do it anymore. Reading it under linux has the benefit of not corrupting the data even with multiple read attempts. There is a second fat table on floppies but MS never used it. Linux will use it if the first seems corrupted.

      --

      Dyslexics Untie!

    14. Re:Norton Disk Doctor by Gilmoure · · Score: 1

      I still have disk doctor installed on my 33Mhz system. Haven't fired it up in a couple of years but was running back in 2008. Reads disks just fine.

      --
      I drank what? -- Socrates
    15. Re:Norton Disk Doctor by sourcerror · · Score: 1

      The read errors are statistical phenomena, and it also depends on where which direction the head is moving*, so there's no point using dd. dd won't preserve the original's physical features, so a lot of (ambigous) data is lost.

      * I'm not a recovery expert, but that's what I learned from reading other comments.

    16. Re:Norton Disk Doctor by KingMotley · · Score: 1

      That would be incorrect, the magnetic bits on the disk can often be "weak" enough that it can't quite be read, but if you retry reading it often enough it may actually register correctly. Also, since the disk track may not be directly under the head, forcing the drive to change tracks and back can quite often put the bits that are weak to be directly under the head causing them to give just slightly stronger (correct) reading.

      It's extremely time consuming, but it works quiet often.

    17. Re:Norton Disk Doctor by X0563511 · · Score: 1

      ddrescue rather than just dd. Still, if the device simply returns bad data and says it's valid, this doesn't help much.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    18. Re:Norton Disk Doctor by tibit · · Score: 1

      That's fine -- AFTER it recovers. There's nothing wrong with that. A successful recovery means that the CRC had matched. Of course you can get a match on wrong data, but there's a way of running spinrite without having it write anything. It'll simply report what was readable/recoverable and what wasn't.

      --
      A successful API design takes a mixture of software design and pedagogy.
    19. Re:Norton Disk Doctor by GameboyRMH · · Score: 1

      Depends. If the error is caused by some inaccuracy in the disk reading process, then a dd image won't be as useful as the original. If the error is caused by a problem with the disk itself, then a dd image will be as good as the original for any purely software-based recovery purposes.

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    20. Re:Norton Disk Doctor by tibit · · Score: 2

      v6 uses BIOS and only bios. v5 uses BIOS only if it can't talk to something via IDE/ATAPI or through the floppy controller. v5 does recognize a limited number of hard drives and reconfigures them into a "diagnostic" mode where built-in data recovery is disabled, and the software has better access to raw sector data.

      --
      A successful API design takes a mixture of software design and pedagogy.
    21. Re:Norton Disk Doctor by washu_k · · Score: 1

      No, that is not fine. First off, if the disk is damaged, why would you trust a different spot? If the sector spinrite writes to is also bad you have recovered nothing. If the disk is really bad there may not be any sectors that are safe to write to.

      Second, if the filesystem is damaged or spinrite doesn't understand it (ie, anything other than FAT), then it has no idea of what sectors contain useful data and which are free. Spinrite can very easily write over other data that you want to recover.

    22. Re:Norton Disk Doctor by NetNed · · Score: 1

      Are you talking about Disk Doctor or Spinrite? Spinrite is the least destructive recovery software I have ever seen. Used on Tivo drives that were certain to fail, it recovered the data and made the drives useable for a few more years. Not getting where you would think Spinrite has the issues you speak of. Heck I think Steve even has a 30 day money back guarantee if it does what you say it does to any media. If it did what you say it does, spinrite wouldn't still be around since people would be returning it left and right!

    23. Re:Norton Disk Doctor by couchslug · · Score: 1

      It would be smart to image it first. Winimage works nicely.

      --
      "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
    24. Re:Norton Disk Doctor by Jaysyn · · Score: 1

      I just formatted an old PC that still had it on there yesterday too. Lubuntu runs great on it however.

      --
      There is a war going on for your mind.
    25. Re:Norton Disk Doctor by NetNed · · Score: 1

      No that's your mother's job

    26. Re:Norton Disk Doctor by imp · · Score: 2

      Actually, it will. I've read data off of hundreds of old 3.5" floppies over the years. Using recovery programs like rescuedisk from FreeBSD or ddrescue I've found maybe two dozen of those I was actually able to read the data with enough retries, on the order of 1000.

      A couple I've not been successful with, but I've been able to read the troublesome sectors if I try reading it on other drives enough times.

      Maybe I've been lucky. I used to believe that if you couldn't read the media after 10 retries just give up, it is gone forever. But I accidentally left a disk running for a weekend once and found from the logs that it recovered all but 10 sectors on the first or second try, 5 more on the third, 3 more on the forth, one on the 453th try and one after 894 tries.

    27. Re:Norton Disk Doctor by Joce640k · · Score: 2

      It's not voodoo at all...

      It seeks to the bad sectors from every track on the disk, hoping to get tiny differences in the position of the head relative to the track when it gets there. It does this several times and votes on each byte in the sector.

      I'm not sure that seeking from more than three or four tracks away would make much difference on a floppy but the theory is sound. Maybe you could vibrate the head between two tracks for a bit instead of doing long seeks.

      The absolute best thing you could do though would be to try a few different drives then merge the results from each. Whether this is worth the cost/effort or not is up to you...

      --
      No sig today...
    28. Re:Norton Disk Doctor by Aggrajag · · Score: 1

      NDD moved data from bad sectors to free ones and with that option I managed to salvage many a floppy back in the day.

    29. Re:Norton Disk Doctor by Mister+Whirly · · Score: 1

      And if the disk is full? Or even half full would prevent you from writing all recovered data to empty blocks on the same diskette.

      --
      "But this one goes to 11!"
    30. Re:Norton Disk Doctor by Joce640k · · Score: 1

      How exactly do you image a disk that doesn't read correctly?

      --
      No sig today...
    31. Re:Norton Disk Doctor by skids · · Score: 1

      Do this several times and keep each output:

      dd if=/dev/fd0 of=diskimg$i.bin conv=noerror,sync 2> diskimg$i.errs

      I've seem to remember this successfully getting all the bits out except in cases of really badly gone floppies, back when I had them. Sometimes you have to paste it all together by hand (by ORing the files all together, or if you somehow get an errant 1 in there, by more messy means), sometimes on the third or fourth run through it just gets all the blocks cleanly, because the ones that read cleanly are cached.

    32. Re:Norton Disk Doctor by Joce640k · · Score: 1

      Since the compression algorithm depends on previous data in the file, once you get to an unreadable sector everything after is lost.

      Not true for zip.... Zip compression restarts for every file in the archive, you just need to get past the bad bit.

      --
      No sig today...
    33. Re:Norton Disk Doctor by GameboyRMH · · Score: 1

      Isn't that what ddrescue is for?

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    34. Re:Norton Disk Doctor by Joce640k · · Score: 1

      Either you get the whole 512 bytes, or the drive says "sorry senor, no go."

      Um, no.

      The sector goes into memory via DMA, the drive doesn't know there's an error until 512 bytes have passed by and it's got no way to reverse time and stop them going into the RAM.

      --
      No sig today...
    35. Re:Norton Disk Doctor by cwebster · · Score: 1

      You could read 512 bytes multiple times and build a probability density function for each byte of the block based upon your many samples. You could then use the PDF's to construct the most probable 512 byte block. You may not be able to read a single byte at a time, but you can certainly sample that byte from multiple larger reads. I'm not familiar at all with the software, but it sounds like something that could be accomplished with a basic application of statistics, given that you can actually get different 512 byte blocks on subsequent reads and that the bad bytes within the block are not truly random or stochastic.

    36. Re:Norton Disk Doctor by Nimey · · Score: 1

      There was another program (DISKTOOL, I think) that came with Norton Utilities that could re-write sector information only. That could help DOS see files again.

      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
    37. Re:Norton Disk Doctor by alexandre_ganso · · Score: 1

      His mother's job is to be felted by Steve Gibson?

    38. Re:Norton Disk Doctor by tibit · · Score: 1

      I don't think it was designed to do anything bad like you imply. It will only relocate data (in v5 and earlier) in FAT partitions anyway. If it's not a FAT disk, it won't do any relocating recovery.

      --
      A successful API design takes a mixture of software design and pedagogy.
    39. Re:Norton Disk Doctor by washu_k · · Score: 2

      Which effectively means that spinrite is incapable of any recovery in that situation. If it can't relocate data it has no ability to put it somewhere else. You trust it to put the recovered data back in the SAME bad sector? Spinrite can't fix bad sectors, all that magnetic crap it claims to be able to do is just that, crap. Seriously, run it against a USB flash drive sometime and watch all the BS magic magnetic info it gives you.

    40. Re:Norton Disk Doctor by CoderJoe · · Score: 1

      3.5" and 5.25" floppy drives are generally quite dumb. they have no idea what a sector is. These are called "soft sectored" disks. The drive just streams flux reversal pulses out over the /READ_DATA line to the controller card. The controller is where the sector is decoded.

    41. Re:Norton Disk Doctor by hairyfeet · · Score: 1

      I'm pretty sure that is what it is doing and frankly i don't care if it uses the blood of slaughtered hard drive engineers if it works WHICH IT DOES and quite well, thanks. I had a customer who had NEVER made a backup and her drive just went. on that drive were irreplaceable pictures of her late mother. She was crying when I told her the odds were against her but she begged so I told her I'd do my best.

      Windows couldn't read it, Linux Live CD couldn't read it, SPINRITE FIXED IT, at least long enough for me to get a good 90% of the pictures off it before the drive finally died hard. She said the pics it missed were just pics of her dog but thank goodness it saved all those pics of her mom. I immediately made both a DVD as well as a copy to a flash drive and uploaded a zip of those pics to her Yahoo as well. I then gave her a lovely little GUI program that would check the differences between two folders and back up any missing or changed files.

      Between that tool backing up her pics to the flash I sold her as well as her weekly DVD backups she should never lose another picture but if it wouldn't have been for Spinrite it would have been a disaster for her. I've priced data recovery services and you are looking at thousands which she just didn't have. The haters can hate but I know first hand Spinrite WORKS. Worth every penny to have that disc in my toolbox, thanks ever so.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    42. Re:Norton Disk Doctor by tibit · · Score: 1

      There's no "magnetic crap". If it can access a USB drive, it's only via BIOS, and then it's as good as anything else, more-or-less. Only older versions talk to drive hardware directly. Sure, it can't recover non-FAT floppies. Tough luck. It's not hard to reimplement the statistical recovery process it uses, it's no magic. It's as much as you can do without custom hardware.

      --
      A successful API design takes a mixture of software design and pedagogy.
    43. Re:Norton Disk Doctor by Anonymous Coward · · Score: 1

      No one said that Spinrite can't recover data. What is being said -- and what is a fucking fact -- is most of its claims are BULLSHIT.

      Here is a more accurate set of facts of what happened in your case:

      1. You tried to use Windows, but it failed because it is Windows.
      2. You immediately rebooted into some Linux live CD (you don't say which one), but you couldn't cope so you drooled for a few minutes without getting past the bash prompt (so by your scorekeeping, Linux couldn't read it).
      3. You powered down the client system while you ponder the situation.
      4. You listen to other unwashed shills running their mouths about Spinrite. You are convinced! It will cure your drive by adjusting its subluxations, or retuning its crystal to be in tune with the resonant frequency of the platter, or whatever. You pay that fuckwit Gibson too much money (and any amount above $0 is too much to pay him).
      5. You drool on the CD burner causing it to short out. You go buy a new burner.
      6. You burn Spinrite.
      7. You power on the computer and boot Spinrite.
      8. There is a pretty GUI! It holds your hand!
      9. You successfully recover data from a drive that had a chance to cool down, using a tool that even your feeble mind can use.

      This set of facts doesn't support any conclusion that Spinrite is magic. It does, however, support the conclusion that you are a moron that got lucky once. And now you get to be a Gibson shill. Christ this is fucking wrong. People like you are holding the world back.

    44. Re:Norton Disk Doctor by treeves · · Score: 1

      I'm sure some people who are unable to read the contents of their HD would *like it* to use the blood of slaughtered hard drive engineers!

      --
      ...the future crusty old bastards are already drinking the Kool-Aid.
    45. Re:Norton Disk Doctor by unitron · · Score: 1

      ddrescue or dd_rescue?

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

    46. Re:Norton Disk Doctor by denobug · · Score: 1

      Why is your comments not modded down, because of your bad attitude and offensive tone, is beyond me.

      by the way we still don't know why you are so offended. You gave as much technical details as the other guy.

    47. Re:Norton Disk Doctor by NetNed · · Score: 1

      Are you saying his mother has a penis? (see I can play the stupid question game too)

      Are you going to take that AC, this guy is saying your mother has a penis! FIGHT FIGHT FIGHT FIGHT. Figured you were headed down that road, so I gave you a head start.

    48. Re:Norton Disk Doctor by Reziac · · Score: 1

      What gave Spinrite a bad name wasn't that it didn't work... it's that it was originally designed for floppies and MFM/RLL drives, but it took Gibson several years to admit that the old version was destroying data on IDE drives (and per some reports, rendering those IDE drives inoperable).

      My personal experience with recovering well-aged and seriously-cranky floppies was that the best tool was a very old version of Norton Disk Doctor, and temporarily writing the recovered data to a RAMdisk. I'm not sure why that last point made a difference, but it did -- might have been something to do with the speed of the write operation. Out of the whole pile (enough to fill a CD, and some literally old enough to vote) I think I had one incomplete and one fail.

      Also tried NDD's ancestor Mace, but no joy there.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    49. Re:Norton Disk Doctor by Reziac · · Score: 1

      I had something similar happen with copying data off a dying hard disk... left Norton Ghost 5.x running as long as it took (and sometimes it spent an hour or so on a single sector) and eventually recovered ALL of it. IIRC the largest number of retries was somewhere around 1400. It took two days for about 8GB worth.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    50. Re:Norton Disk Doctor by Joce640k · · Score: 1

      The controller is pretty dumb, too.

      The controller just waits for a special "Illegal" MFM code to appear in the flux stream (ie. a start of sector marker) then starts the DMA-to-RAM process when it sees it, stopping after 512 bytes have passed.

      Point is...it's not a "whole-sector-or-nothing-at-all" process and Spinrite isn't voodoo as the Anonymous Coward* is claiming.

      [*] AC? Color me surprised...

      --
      No sig today...
    51. Re:Norton Disk Doctor by hairyfeet · · Score: 1

      Oh I have nothing against any of the tools by old Peter Norton, it is just the catch with those is this: How many folks are gonna have a copy of a tool from 1997? Because i can tell you from experience that after symantec bought them out they quickly went to shit. I should know because at the shop I worked at at the time Norton Utilities was our go to toolset, and we recommended strongly that anyone using Win9X buy a copy to go along with their new or repaired machine. IMNSHO Norton's tools were leagues better than what came with Win9X, and their disc doctor kicked the crap out of scandisk.

      But by 1999 when their version came out that supported Win2K you could already see the foul hand of symantec at work. It was buggy, bloated, and often caused more damage than it fixed. We hung onto Norton 97 for as long as we could be its support for NTFS was poor so by 2002 it was useless except on Win9x machines. Frankly any version after that 97 release I'd be afraid to run on anything he'd want to keep as its libel to hose it in my experience.

      And I would know about what Gibson did or didn't do back in the day as I didn't start using the tool until Spinrite 5 which by then supported IDE drives just fine. And with V6 I've tried it with SATA and IDE, both internal and USB, and frankly it works. I've found it can even "save" drives that have what I call "front dead drive" syndrome, that is where for some reason a few sectors at the very front of the drive become hosed and for whatever reason Windows refuses to mark them as dead and it causes the whole thing not to boot.

      Of course with drives so cheap i don't let my customers actually run on the things, but USB drive enclosures are so cheap what I do after getting their files off the funky drive is slap it into an enclosure and let them use it like an oversized flash stick just for moving files back and forth between machines. You'd be surprised how many folks out there just can't get the concept of shared network folders no matter how many times you work with them but they get drag and drop. So for those folks those oversized flash sticks make for a cheap way to drag their stuff between machines.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    52. Re:Norton Disk Doctor by Reziac · · Score: 1

      Programmer friend o'mine used to work at Symantec, back in the DOS5/6 era. As he tells it, what happened was this: Microsoft waltzed in, said in so many words "GIVE us your utilities so we can include them in DOS6, or we'll make sure they won't run on it," and wound up licensing 'em for pennies on the dollar. (I vaguely recall it was in the mid-5-figures, which was nothing for lic. fee for something that would sell millions of copies.) Anyway, that was the point where Symantec started the slide from a good company to total horseshit (in part because all of a sudden they had no product to sell, since M$ was basically giving it away with DOS6). Symantec management decided that since they'd been deprived of other resources, extortion was a good business model to copy, and from there it went downhill to the unreliable mishmash we know today.

      I'm wondering if your "front dead" syndrome is a variant of what I called Conner syndrome -- if the drive sat unused for a few months, it would forget how to boot. (Sit idle long enough and it would lose all the data, too.) Saw this in some of those rebadges marketed as Seagates too, after Seagate ate Conner. The older ones could be fixed by applying FDISK and "Mark Active" but post-Seagate that stopped working. Anyway I take this to mean the "front" of these drives was unstable, or exposed to magnetic noise, or some such issue.

      I think the oldest utility I still regularly use is dated 1985, so I'm a poor one to ask whether folks might have old tools on hand or not. :)

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    53. Re:Norton Disk Doctor by hairyfeet · · Score: 1

      That wouldn't surprise me as from everything I've seen Bill Gates was brilliant but a right bastard and had NO problem crushing companies like bugs. Look at the whole drivespace/doublespace mess or Spyglass. But like Jobs you really have to give the man credit, if you haven't read it Microsoft's Yellow Road to Cairo is a great read as it shows how the man was able to control the entire tech sector with nothing but screenshots and bullshit which you do have to admit is pretty damned impressive. Sadly i'd take darth gates over the sweaty monkey any day of the week. Have you SEEN Win 8? Its a fricking cell phone UI for the desktop!

      Anyway the Connor bug you are describing sounds EXACTLY like what I've run into, its always in the first dozen sectors and once Spinrite marks those as dead it'll work for years. i have a 200gb Seagate I've been using as a large flash drive for years that got bit by it. For whatever reason Windows just won't mark those as dead but having Spinrite go in and mark them seems to do the trick. The only diff between the bug i ran into and yours is these machines were run daily, it would just work fine one day and the next...nothing. It seemed to happen more after Seagate bought Maxtor so it may have been cheap rebadged Maxtors. That is why I'm glad i grabbed some Samsung drives before they are all gone. Their Ecogreen drives kick butt and actually score better on my benchmarks than 7200 RPM Seagates, probably thanks to the huge cache.

      Anyway if the guy could find a copy of Norton 97 I'd say go for it, its just that I doubt seriously he'll actually find a copy of Norton 97. i know the Internet has a looong memory but most of the Win9x sites have been gone for half a decade and the old tools along with them. I probably have a copy on a CD somewhere, but since all my customers are either running XP or 7 it is kinda useless. Who uses Fat32 or Win9x anymore?

      Hell I don't think even more old junker machines have a floppy drive anymore, that is one tech I was damned glad died. Fussy buggy little bastards. When the first flash stick came out i happily paid nearly $80 for a 32mb stick just to get away from those POS floppies. Good riddance I say.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    54. Re:Norton Disk Doctor by Mr2cents · · Score: 1

      Oh I have nothing against any of the tools by old Peter Norton, it is just the catch with those is this: How many folks are gonna have a copy of a tool from 1997?

      I'm sure I have it on a floppy somewhere...

      --
      "It's too bad that stupidity isn't painful." - Anton LaVey
    55. Re:Norton Disk Doctor by v1 · · Score: 1

      I remember using that, but the checksum is only one byte, and if the data is fubar in the block and returning slightly different data each time around the head, you'll eventually "get it" (after ~128 attempts, on the average) and still not have the correct data. Been there, done that.

      --
      I work for the Department of Redundancy Department.
    56. Re:Norton Disk Doctor by X0563511 · · Score: 1

      First one. dd_rescue also works, but it's a little less featured and (in my experience) not quite as reliable.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    57. Re:Norton Disk Doctor by Kvasio · · Score: 1

      start with having a few drives from different manufacturers. Try installing late NEC + TEAC + Samsung. Quite often a diskette would be full of bad sectors in one drive and quite readable in another.

      This could save you a lot of "recovery" effort.

  4. The wisdom of using compression in archives by Al+Kossow · · Score: 1

    don't

    1. Re:The wisdom of using compression in archives by msauve · · Score: 5, Insightful

      Now, be useful and go back 20 years to give him that advice.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    2. Re:The wisdom of using compression in archives by dougmc · · Score: 4, Insightful

      don't

      Clever, but ...

      1) an error inside a zip file (or any compressed archive format) means that any file inside the archive that is stored on the corrupted part of the disk is corrupted. Compare this to the situation without a zip file -- any file stored on the corrupted part of the disk is corrupted.

      The rest of of the files in the zip file, the ones stored on parts of the disk that aren't corrupted, are recoverable.

      Now, if the table of contents of the zip file is corrupted but the data itself is OK, then you can still recover the data, but it becomes more difficult -- and you'll lose the names of the files. Compare this to the situation where the directory data for the diskette is corrupted but the rest of the disk is fine -- same thing.

      The only important difference between files stored in a zip file that are corrupted and files just on the disk that are corrupted here is that if there's an error in the middle of the compressed data in the zip file, that means the file is corrupt from that point on for a file compressed in a zip archive, but that only those blocks are corrupt in the case of a file just on the disk. Does it make a difference how much of the file is corrupt? Maybe. If it's a text file that can't be recovered, yes. But if it's an executable or some data file that just can't be loaded either way -- not really.

      2) the zip archive means that the data probably requires less space on the disk. It may not have even fit on the floppy at all without compression. That alone is a pretty important reason to use compression in archives. If you can cram twice as much data on a single floppy -- you could possibly store it on two floppies instead, giving you a backup in case one floppy fails.

      3) being compressed means that the file took less space on the disk -- therefore the odds of one of it's blocks becoming corrupt goes down similarly. (Assuming that just a handful of blocks have become corrupt. If the whole disk goes bad, you're screwed either way. Of course, with compression, losing an entire disk means you've lost even more data. But I'm not sure using 360 KB floppies rather than 1.4 MB floppies is really an appropriate data saving measure either.)

      4) compressed archives almost always have checksums of some sort which will tell you if their data is corrupted. Of course, some archive formats that don't involve compression have checksums too -- but many don't.

      It's very good to be able to tell quickly and programatically if your data has been corrupted.

    3. Re:The wisdom of using compression in archives by rwa2 · · Score: 1

      Yeah, I think zip and rar files are a little more flexible than, say, tar.gz, since there are still some partial recovery options you can do to extract as many files as you can. With tar.gz, you pretty much lose everything after the corrupted data.

      But I suppose what subby really wants is some magical software that will read the archive checksum, then try all permutations of possible values that could fill the corrupted portion and satisfy that checksum, until he can reconstruct the original zipfile.

      But he probably really wants to just convince someone that there's CP on it so they'll pay the $1000 or so to do the forensic magnetic scan and reconstruction of the disk surface.

    4. Re:The wisdom of using compression in archives by X0563511 · · Score: 1

      You could just use a block compression algorithm. Doing so, only the damaged block is lost. You can read around it. Including something approaching Reed-Solomon code means (depending on how much was damaged) you could recover the data!

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    5. Re:The wisdom of using compression in archives by Al+Kossow · · Score: 1

      "You could just use a block compression algorithm."

      Tell that to the people writing compression programs.
      As was mentioned further down in the replies, there doesn't seem to be any freely available software
      for creating distributed archives with redundancy and error correction. With the amount of data needing
      to be archived, and the lack of reliable storage media, I don't get this at all.

    6. Re:The wisdom of using compression in archives by dougmc · · Score: 1

      Yeah, I think zip and rar files are a little more flexible than, say, tar.gz, since there are still some partial recovery options you can do to extract as many files as you can. With tar.gz, you pretty much lose everything after the corrupted data.

      Good point about tar.gz. Similarly, using gzip to compress data that's stored on a tape is a bad plan as well.

      However, the solution to that is pretty simple ... tar.bz2. bzip2 reblocks periodically, so a single bad block will corrupt only a MB or so of the corrupted stream before it reblocks.

      I was thinking more about "archives" being zip, tar, ar, rar, etc files -- but certainly, "tar -zcvvvf /dev/nrtape files" is dangerous for the reason you gave. bzip2 is better.

      zip compresses each file individually, as does rar (by default, anyways -- it can do the entire archive at once if you tell it to) so they aren't so bad.

      But I suppose what subby really wants is some magical software that will read the archive checksum, then try all permutations of possible values that could fill the corrupted portion and satisfy that checksum, until he can reconstruct the original zipfile.

      I hope you realize how implausible that is, right?

      Suppose only a single 512 byte block was corrupted, and you know exactly which block it is. That leaves only 256^512 or "1 followed by 1233 zeros" possible options to check. Considering that the checksum is only 32 or 128 bits in size, there's going to be oodles of false positives generated in the quadrillions of years (and I have understated this by over a thousand orders of magnitude) this would take.

    7. Re:The wisdom of using compression in archives by rossdee · · Score: 1

      But back then you had to use compression to fit stuff on floppy disks. In 1991 I was using 880KB floppies.And the Fish_List was more than a megabyte.

    8. Re:The wisdom of using compression in archives by jellomizer · · Score: 1

      20 years ago, we knew that magnetic media didn't have a long shelf life.
      You should have known about it back then.

        Digital days stays alive better when it is moving. Eg copied from from source to an other, fairly often (every few years). First it allows you to follow a normal migration path from one technology to the next without having archives of out of date storage technology. Secondly most digital storage are based on good old analog method (A magnetic charge of a particular strength, an electrical charge of the correct value, a cut in paper or plastic of a particular depth. Time often damages or corrodes these storage thus ends up causing it to degrade and fail. Copying the data from one source to many other sources remakes those bits anew and those 95% above High charges gets to 99.9999% above 1 charge. Keeping the values correct and current.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    9. Re:The wisdom of using compression in archives by X0563511 · · Score: 1

      par/par2 files coupled gzip/bzip would do the job just fine, and it's all free... though it doesn't fit into one file (the parity archive is separate).

      I've recovered files with holes as large as 10%.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    10. Re:The wisdom of using compression in archives by CoderJoe · · Score: 1

      DEFLATE (which is used in gz files) also has a blocking mechanism. the problem is there is no magic value to search for like there is with bzip2. However, it is possible to recover data after a corrupt section of a tar.gz file. I know because I have done it just this month. "stored" blocks happen to be laid out in such a way that you can actually scan for them. once you find a stored block, you can then attempt to decode the deflate stream from that point. As long as no compressed blocks refer to data before that stored block, you've recovered data that you previously chalked up as lost.

    11. Re:The wisdom of using compression in archives by MightyYar · · Score: 1

      FWIW, the gnu ddrescue guys reccomend lzip.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    12. Re:The wisdom of using compression in archives by dougmc · · Score: 1

      Hadn't heard of lzip before. It looks nice all around.

      Looks like the "ddrescue guys" and the "lzip guys" are the same guy -- Antonio Diaz Diaz. (at least he's listed as the copyright owner in both man pages, I haven't dug deeper than that.) So that might explain some of why the documentation for one keeps suggesting the use of the other.

      Not to say that they aren't good software. I've used ddrescue before and it's very nice. Never used lzip, but so far, the only argument against using it would seem to be that it's not very standard -- but for your own backups, that's a non-issue.

    13. Re:The wisdom of using compression in archives by MightyYar · · Score: 1

      Looks like the "ddrescue guys" and the "lzip guys" are the same guy

      LOL! He got me hook, line, and sinker!

      I use bzip2 with par2 for my own backups to DVD. Actually, sometimes I just use gzip... bzip2 can be S-L-O-W. I let TimeMachine do it's thing on my Macs, and then I also run CrashPlan in parallel. On my work Windows box I run Areca nightlies to a network share, and on my home Windows box I rely exclusively on CrashPlan, both to a drive on my basement server and to "CrashPlan Central". I also image that machine from time to time to a second hard drive.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  5. This guy did it with a 35-year-old disk pack . . . by Brietech · · Score: 3, Interesting

    He hooked his own analog-to-digital converter up to the read-head and post-processed the heck out of it to recover the data.

    http://chrisfenton.com/cray-1-digital-archeology/

    --
    I'm perfect in every way, except for my humility.
  6. Hands down by eclectro · · Score: 5, Informative

    If you can find one use a Superdisk to read a floppy. The heads are much more sensitive and narrow and can read ordinary floppies better than a regular floppy drive. I have used this to recover data from floppy disks that were old/worn.

    --
    Take the cheese to sickbay, the doctor should see it as soon as possible - B'Elanna Torres, "Learning Curve"
    1. Re:Hands down by ArundelCastle · · Score: 1

      Is this a good place to mention I have a working Superdisk drive to sell?

      I'll only charge what you feel your data is worth. ;)

    2. Re:Hands down by Dr+Black+Adder · · Score: 1

      I can second this, my Superdisk drives have saved many a disk worth of data. :-)

    3. Re:Hands down by adolf · · Score: 1

      Is this a good place to lament that I recently tossed a working IDE LS-120 Superdisk drive?

  7. Not a general solution, but... by PickyH3D · · Score: 1

    About a year ago a friend gave me a floppy disk and asked if I could get the data off of it with a floppy drive I had laying around. I tried the obvious approach: drag the files off using whatever file browser I was using. This failed because of at least one bad sector, and so I lost one file of about seven.

    I attempted to work around this by writing my own file copier that attempted to read the file in question in byte segments. This was not effective (though it narrowed down the bad bytes), nor was it acceptable for the file format, and there were too many missing to guess the pattern, so I tried to read in smaller and smaller segments until one night I just let it read it byte by byte, which was an incredibly slow process. Unfortunately, that did not work either, and it really did not work much better than just reading in small-ish segments of bytes.

    While it did not work for me, as I was working with an old, proprietary binary file, it may work pretty well if it only mashes up some of your words in a word document or even a flat text file.

    1. Re:Not a general solution, but... by PickyH3D · · Score: 2

      Let me quote the part of the sentence that lead me to reply:

      some

      Are you too dumb to actually parse what you're reading, or are you too stupid to provide any solution at all while jumping on others simply trying to provide ideas?

    2. Re:Not a general solution, but... by vadim_t · · Score: 1

      There's no point in reading a disk byte by byte, as the disk is read by sectors, and the read errors you're getting are from the CRC mismatch in the sector you've read. Floppy sectors are usually 512 bytes, but could be something else for weird formats like 2M (why do I still remember this stuff?)

      Sometimes it helps to intercalate reads of sectors other than the one you're trying to read, in order to make the head move. That can help with reading bad sectors as disk heads have some positioning imprecision, so starting from different points may help get the head into a position that works better.

    3. Re:Not a general solution, but... by knapkin · · Score: 1
      Let me quote the whole sentence:

      However, some diskettes have shown surface defects in areas with compressed archives (zip).

      There are many diskettes. Some of those have defects in areas with compressed archives. There is nothing to suggest that of the many diskettes there are any with defects in areas other than compressed archives.

      You failed to parse correctly, the some you quoted is saying that of all the disks some have errors. Not as you suggest which is that of the disks with errors, some have errors in zip archives. The AC was right.

    4. Re:Not a general solution, but... by X0563511 · · Score: 1

      I haven't touched a floppy in years...

      I it possible to coax it into returning the data it thinks is bad? I'm wondering if you could re-read the sector repeatedly, recording the results to separate files (or however you want to store them) then looking to either test the file with the different segments, or perhaps figure out the parts that are changing only and do the same?

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    5. Re:Not a general solution, but... by Joce640k · · Score: 1

      I it possible to coax it into returning the data it thinks is bad?

      Only if you don't go via an operating system.

      --
      No sig today...
    6. Re:Not a general solution, but... by PickyH3D · · Score: 1

      I did cherry pick the some, but just because an area contains ZIP files does not mean that it's exclusively ZIP files.

  8. 3.5? What about 5.25? by aeroelastic · · Score: 1

    I'm still holding on to my C64 disks. I don't know if the data is any good, but there's no way I'm getting rid of them.

    --
    "It doesn't take a rocket scientist" -I guess I should leave then
    1. Re:3.5? What about 5.25? by Hatta · · Score: 1

      5.25" disks are almost certainly still good if they've been stored properly. HD 3.5" disks have their magnetic domains packed really close together, over the years there's crosstalk and data loss. Most 3.5" disks I've tried from that era are bad. I don't think I've come across one 5.25" disk that wouldn't read.

      --
      Give me Classic Slashdot or give me death!
    2. Re:3.5? What about 5.25? by bloosh · · Score: 1

      I have a good number of 5.25" Apple DOS 3.3 & ProDOS disks (143K) from 1982 - 1988 that still work. There are some with errors, but the majority of them work fine. My Apple 3.5" disks (800K) haven't survived nearly as well.

      I gave up on my collection of DOS (as in FAT) floppy disks of any variety years ago. They never seemed all that reliable even when newish.

    3. Re:3.5? What about 5.25? by Beetjebrak · · Score: 1

      Better quality as in lower capacity and lower density. If you chisel the bits in stone by hand it'll be readable thousands of years from now. From the 100 5.25 disks I still own from the '80s there were around 10 that had developed some sort of defect. That's when I soldered a cable to hook my CBM 1541 disk drive up to a DOS box and transfer all the remaining disks to image files. For all intents and purposes they take up no space at all on my multi-terabyte NAS today and my personal computing history is very conveniently part of my regular backup regime now. Running my stuff through an emulator just doesn't bring back the original sensation though, but neither does hooking my actual C64 up to a 42" flat panel TV (where I used to have a small CRT as a "monitor" back in the day).

      --
      Learn from the mistakes of others. There isn't enough time to make them all yourself.
    4. Re:3.5? What about 5.25? by JDG1980 · · Score: 1

      I had no problem reading the data off of my C64 floppies a few years ago. This was done with an original C1541 disk drive connected to a PC using a cable between the drive's serial port and the PC's parallel port. I don't know if this will work with newer versions of Windows, but if nothing else you could always boot into FreeDOS. The disks themselves seem quite resilient.

    5. Re:3.5? What about 5.25? by Lorens · · Score: 1

      <quote>That's when I soldered a cable to hook my CBM 1541 disk drive up to a DOS box</quote>

      There are different cable wirings, and the ones that work with modern computers seems disagreeable to make (you need uncommon components that I think would be hard to get except in quantity, etc.) I found a guy on ebay who apparently makes lots of them. Cable works a treat.

    6. Re:3.5? What about 5.25? by Alioth · · Score: 1

      They probably work OK. I have a pile of 5.25 inch discs for my BBC Micro (a computer popular in the 1980s in Britain). All of them read fine.

      The schoolteacher who ran our computer labs in the late 80s recently sent me the discs that had the programs I wrote back then. I could get all the data back without problems, copying the files to the internal CF card that's in my Beeb.

      The problems are really with 3.5in discs, despite their hard shell they seem to be far less durable than 5.25 inch discs. The later 3.5in discs are the worst.

    7. Re:3.5? What about 5.25? by Mashiki · · Score: 1

      Pft. I've still got cassette that have programs on them from the vic20 days. Considering that my only two options are to either recover code that was written down by hand, or hope I can find a working vic20+cassette player then hope that the mylar doesn't come off in gooey chunks.

      I've pretty much written it off as unrecoverable data.

      --
      Om, nomnomnom...
    8. Re:3.5? What about 5.25? by nurb432 · · Score: 1

      5.25 and 8" will fare much better over the years as they weren't pushing magnetic technology. as far

      --
      ---- Booth was a patriot ----
    9. Re:3.5? What about 5.25? by CdXiminez · · Score: 1

      I recently bought a zoomfloppy to connect a 1571 drive to USB:
      http://store.go4retro.com/products/ZoomFloppy.html
      I'm up to about 200 C64/C128 floppies from around 1990 backed up, and about 90% still work.

    10. Re:3.5? What about 5.25? by Hatta · · Score: 1

      Yeah, Commodore drives are doable. You can build your own cable pretty easily even. (X1541 type) But I haven't seen that USB device before, I'll recommend that to people in the future. Cheap and easy.

      Personally though, I use a 1541-Ultimate II, and just sneakernet .d64 files over on microUSB.

      --
      Give me Classic Slashdot or give me death!
    11. Re:3.5? What about 5.25? by Beetjebrak · · Score: 1

      As long as you have a true SPP parallel port on your system you should be good to go. Admittedly, these are becoming quite rare and it'd probably be cheaper to scavenge an old 486 from a dumpster somewhere than to try and find an actual PCI board that has such a port. Most on-board parallel ports theses days tend to do ECP and aren't 100% SPP compatible anymore. The good part is that moving your precious old files off those flimsy disks will be a one-off operation and you can put the sticky 486 back into the dumpster you found it in as soon as it's done.

      --
      Learn from the mistakes of others. There isn't enough time to make them all yourself.
  9. It can read past bad spots. by Stumbles · · Score: 1

    dd_rescue /dev/fd0 /$SOME_WHERE/$fILE_NAME

    --
    My karma is not a Chameleon.
    1. Re:It can read past bad spots. by MightyYar · · Score: 1

      ddrescue works better IMHO. It logs the errors it encounters and then tries to split them up into smaller pieces. Plus, since it is logging, you can restart it. That means you can try on multiple machines, some of which might have more luck at reading the problem sectors.

      There is a wrapper for dd_rescue that uses it's log, but it is simpler to use the single ddrescue program.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  10. Media longevity by C3ntaur · · Score: 1

    I know this has been discussed before, but it really begs the question of how to preserve digital data for long periods of time. Stone tablets last for thousands of years; paper for hundreds (or more, if in climate-controlled storage). What have we got for (large amounts of) digital data?

    --
    Loading...
    1. Re:Media longevity by vlm · · Score: 1

      I know this has been discussed before, but it really begs the question of how to preserve digital data for long periods of time. Stone tablets last for thousands of years; paper for hundreds (or more, if in climate-controlled storage). What have we got for (large amounts of) digital data?

      Don't think you have any idea what "begging the question" means other than improperly using it as verbal filling material. Sorry, nothing personal, just had to be said.

      Boring monthly / weekly /. topic. Short answer is to copy it to new media yearly and keep all the old copies in storage as "backups of backups", and at that annual copy time, verify the contents of the backups if you can.

      Stone tablets do NOT last thousands of years... its just the tiny fraction that survived happen to be that old. Ditto the paper, the 99.99% of acid bleached paperbacks have already decayed to dust, so the only old books left are the archival material, archival ink, archival binding, archival storage books... I'm sure in 1000 years people will be using floppy disks as an example of technology that is readable forever, because the 5 remaining disks in the world will still be readable, so...

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    2. Re:Media longevity by gknoy · · Score: 1

      Engrave them on stone tablets. :)

    3. Re:Media longevity by Beetjebrak · · Score: 1

      Etch into gold disk, shoot into space.

      --
      Learn from the mistakes of others. There isn't enough time to make them all yourself.
    4. Re:Media longevity by KingMotley · · Score: 1

      Give them to my ex-wife, and tell her that they somehow say that I said it makes her look fat. NOONE in the world will ever ever forget the contents of those disks ever for as long as the human race survives.

    5. Re:Media longevity by isorox · · Score: 1

      At my old job, I ran into some software....Kodak COLD storage, something or other.
      The great part was that it burned the software needed to read the data directly to the disk when you archived the data.

      I'm currently looking at moving an archive of tens of thousands of video tapes (SX, SP, DVcam, even a few umatics) across 30 countries into the digital world. Unfortunately the main project meant to handle this isn't going to provide a solution for at least 5 years as they changed direction, so it's left to us. Currently we use disk as an interim archive, but I'm really not happy with that.

      Requirements are open source all the way, which is much easier than when I started with that dictate in our department a few years ago. Video can be stored in an appropriate format (dv tapes in dv, SX tapes in imx), as long as we have the code to decode it - i.e. it's in ffmpeg.

      Looking at LTFS at the moment, it's open source, however I'd be happier if it made it mainline distros. IBM's LTFS LE is a neat solution on the front of that to manage the tapes in a robot, but maintains the open source backend.

      Now LTO5 will only be readable on new drives for about 6-8 more years (until LTO7 drives fall off the market), so we need a tape replenishment program, however we won't need to decode every clip to continue reading it.

    6. Re:Media longevity by isorox · · Score: 1

      I know this has been discussed before, but it really begs the question of how to preserve digital data for long periods of time. Stone tablets last for thousands of years; paper for hundreds (or more, if in climate-controlled storage). What have we got for (large amounts of) digital data?

      Don't think you have any idea what "begging the question" means other than improperly using it as verbal filling material.

      The English language is constantly changing. People use "begs the question" when they mean "this point causes me to raise the question". This is a changing, organic language. If you don't like it, learn French.

      If you want to gripe about something, get people to stop using the phrase "could care less". If you could care less, then it's quite important. if you "couldn't care less", it's the least important thing in the world

      I *could* care less about Italy's downgrade. I *couldn't* care less about $CELEBRITY's new haircut.

  11. Clean and align by vlm · · Score: 4, Informative

    Clean and align the drive first, before you screw up any (more) disks.

    To give an analogy that kids now a days can easily understand, its like trying to insert an old fashioned flash drive into a USB port full of peanut butter. It might work, it might even work most of the time, but it'll work better if its clean.

    Due to the digital capture effect or whatever, you might only need one dB more signal or one dB less noise to go from a sector having a read error somewhere every time you read it, to having an errorless read.

    If you have way more time and/or money than you know what to do with, you break out the oscilloscope and align the drive to that individual disk/track. Yes this takes a lot of time and gear, but if you really gotta do it... Basically you align to best SNR on that individual disk rather than to an alignment disk. If the drive that wrote the disk was technically out of alignment, this will save you. If the drive that originally wrote the disk was in perfect alignment, then this is a waste of time.

    At the very least, clean the freaking drive. Using kimwipes and undenatured pure ethanol on the heads. You drink some ethanol as a toast to the computing gods after success or failure, doesn't matter which, either way you're doing a shot or its bad luck and the next disk will shed its oxide for sure. Everclear is supposedly pure enough to clean drive heads, and supposedly its drinkable. All I remember from my only experience with everclear was yelling some lines from a cartoon and throwing up, and there are disks I have not been able to recover, so take my cleaning solvent suggestion with a grain of salt. Kimwipes are hard to explain and may no longer be manufactured, but they used to be like a dustless, lintless fabric q-tip, at least in concept, sorta. I don't mean they were like a q-tip in that they were of a certain dia, length, and color, but more the general idea of a perfect cleaning fabric at the end of a non-conductive stick.

    --
    "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    1. Re:Clean and align by Nerdos · · Score: 2

      Kimwipes are still very much in use in labs to clean stuff without leaving paper residue. Example : mass spec cuvettes.

    2. Re:Clean and align by Anonymous Coward · · Score: 1, Insightful

      Great post, but I want to point out to everyone reading it that he said "UNdenatured ethanol" and that means (if you keep reading) Everclear which is sold in the liquor section. If you drink denatured ethanol, you will consume enough methanol to go blind and possibly die.

      I agree with the shot idea, but didn't want any idiots out there skimming the post and fucking themselves up.

      Fags.

    3. Re:Clean and align by Hatta · · Score: 2

      At the very least, clean the freaking drive. Using kimwipes and undenatured pure ethanol on the heads.

      Denatured alcohol will work fine too if you're just using it as a solvent. Just don't drink it.

      Also, kimwipes contain a bit of silica. I'd use lens paper if possible.

      --
      Give me Classic Slashdot or give me death!
    4. Re:Clean and align by lemur3 · · Score: 1

      I use Kimwipes in the darkroom for easier drying and handling of wet film.

    5. Re:Clean and align by Anonymous Coward · · Score: 1

      Kimwipe is a general brand name for a variety of products that serve very different purposes. I think the specific product you are referring to is "Kimwipes EX-L" or "delicate task wipers"

    6. Re:Clean and align by MightyYar · · Score: 1

      Denatured alcohol will work fine too if you're just using it as a solvent

      I find that it leaves residue. Buying "Everclear" at the liquor store gives better results. YMMV. :)

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    7. Re:Clean and align by adolf · · Score: 1

      Meh.

      Nobody here seems to actually be discussing purity.

      At work, the guys in the shop use 99% isopropyl alcohol, and often joke that the contents of the bottle is likely 100%, but that it rapidly drops to 99% after opening. (I presume that it is intentionally adultered with poison, like most other industrial forms of ethanol, but I must say I've never tried to drink the stuff.)

      The best denatured alcohol I can find at a drug store is 93%, which is pretty good (though full of poison), but there's better options (above).

      According to the Wikipedia, distillation alone cannot increase the purity of alcohol beyond 95.6%. Everclear itself is only 95% pure.

      My suggestion: Buy a container of Techspray "99%," and a container of 190-proof Everclear. Use the former to cleanse the drive's heads, and the latter to cleanse the spirit, while possibly substituting the latter according to taste.

      Rinse and repeat as necessary.

    8. Re:Clean and align by MightyYar · · Score: 1

      That's the beauty of Everclear - you can clean stuff with it, and then make Jello shots for co-eds.

      Actually, I think I'm approaching the age where that will get me arrested :)

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    9. Re:Clean and align by vlm · · Score: 1

      (I presume that it is intentionally adultered with poison, like most other industrial forms of ethanol, but I must say I've never tried to drink the stuff.)

      Isopropyl is not a "brand name" of ethanol, and all by itself, IS a tolerably good denaturant for ethanol. I don't know if its a legal denaturant, but it would work pretty well in that role. You'll get horrifically sick (and possibly die) if you drink (or inhale) more than about a tablespoon of it. Strongly not recommended. Chemisty and toxicology are not binary sciences where one side is herbal and earth mother goddess alternative medicine pure and light, and the other is industrial and pure evil, despite the best efforts of the marketing people. I get really worried when I hear people talking about isopropyl being "safe". Compared to methanol, or benzene, oh heck yes. Compared to ethanol or tapwater, no, just heck no. Its a weak poison all by itself, even when 100% pure. Less than a shotglass worth all over your skin or inhaled in your lungs on an occasional basis is almost certainly OK... washing your hands in it 40 hours a week or breathing noticable fumes 40 hours a week is probably getting very close to the "call OSHA before you die" range.

      isopropyl alcohol... and often joke that the contents of the bottle is likely 100%, but that it rapidly drops to 99% after opening

      According to the Wikipedia, distillation alone cannot increase the purity of alcohol beyond 95.6%. Everclear itself is only 95% pure.

      Be careful with wikipedia. You can get specific answers but usually not general field wide information. There is no such thing as "the alcohol" or an "alcohol atom". Its also not a trademark or a process or a treatment. Any organic compound where the most active functional group is a -OH group is gonna colloquially be called a "alcohol". That doesn't mean they're all the same or they all are safe to drink or they all get you drunk, for that matter. Isopropyl is not a "brand name" of ethanol, its a completely different organic compound which happens to have the same functional group as ethanol. Standard /. computer analogy is I have a "USB-equipped desktop computer" on my desk at home; it could be a mac or a PC; no difference, right? Standard /. car analogy is the mere presence of a trailer hitch doesn't mean its a towing rated vehicle; my wife's prius has an aftermarket hitch, ideal for hitch mounted bicycle rack, with a "tow rating" of something laughable like 250 pounds. The azeotrope for isoproyl is more like 88% pure, not 99% random guess not 95% like ethanol. Your buddies don't know that isopropyl will suck up about 10% of its weight in water, pulling it right out of the air if necessary. That makes it a great "gas line cleaner" in a car. This is actually kinda important if you're trying to protect something from corrosion, isopropyl is not "magic" like acetone, the water dissolved in it can cause corrosion or water damage. On the other hand, the huge quantity of water tends to make it much less flammable, if your coworkers were dumb enough to use acetone they'd most likely find a way to set themselves on fire. Another example is storing sodium metal or potassium metal under oils is a fairly intelligent idea, but storing them under isopropyl would be really stupid because "rapidly" that iso will be contaminated with 10% water by pulling it out of the air if necessary and the Na or K is gonna go boom. In the lab, we could manufacture 100% iso or ethanol by pouring the water azeotrope over some crushed sodium, the sodium eats the water, gives off some heat, hopefully not enough to go boil or go boom... So.. an opened and sloppily stored bottle of iso is difficult set on fire because its 10% water, but a sealed 100% pure bottle will burn just about as well as any other solvent, which also might be a very exciting workplace lesson...

      I can't be the only "ex" chemistry nerd on /., can I?

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    10. Re:Clean and align by MightyYar · · Score: 1

      Oh, by the way that Techspray 99.8% alcohol is pure ethanol, not denatured. They sell it in jugs as well. Last time I tried to buy a case of it, they wouldn't send it to me without a state license! Rather than go through that hassle, I just went to the liquor store and bought Everclear. It worked just as well as the Techspray product (which, as you point out, starts sucking water out of the air the instant you open it) and so that's what I've done ever since.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    11. Re:Clean and align by _0xd0ad · · Score: 1

      Oh, by the way that Techspray 99.8% alcohol is pure ethanol, not denatured

      Ethanol = C2H5OH = CH3HCHOH
      Isopropyl alcohol = (CH3)2CHOH = CH3CH3CHOH

      Both consist of a carbon atom attached to an -OH group. Carbon makes 4 bonds. In ethanol, the other 3 bonds are to two H and one CH3. In isopropyl alcohol, it is bound to one H and two CH3.

      The Techspray in GP's link is not ethanol. Nor is it denatured ethanol (ethanol rendered undrinkable by adding poison). It is isopropyl alcohol (read the page - it's clearly labeled), and it is not safe for human consumption.

    12. Re:Clean and align by MightyYar · · Score: 1

      My bad - I just saw that it was not denatured. I can only hope that Olympia Dukakis is not reading my post.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    13. Re:Clean and align by MightyYar · · Score: 1

      [sigh]

      Kitty. Kitty Dukakis. I'm on a roll.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    14. Re:Clean and align by _0xd0ad · · Score: 1

      Not entirely your fault, perhaps - the person you were replying to seemed confused too. He used the terms "isopropyl alcohol", "industrial forms of ethanol", and "denatured alcohol" somewhat arbitrarily. In fact they are three different things. One is poison, one is not, and one wasn't until poison was added to it.

    15. Re:Clean and align by adolf · · Score: 1

      Wow, that's a lot of blockquote.

      You might be close to the only chemistry nerd here, though it certainly seems that there should be more of you...

      I myself just learn things as I go, and try to be as thorough as I can when picking up a new subject that I'm unfamiliar with. And though chemistry is a very interesting subject to me and I won't be done learning until I'm dead, I just haven't had a good reason to learn much about it yet. Maybe that will change some day.

      So, thanks for the brief dissertation. I shan't confuse isopropyl alcohol and ethanol again.

      The guys at the shop just use it occasionally for general cleaning on small electronics, so they're not exactly bathing in it.

      Things have a lot more potential to be interesting down there on the rare occasion when they decide that the isopropyl isn't doing the job, and then reach for the big red can of methanol race fuel that otherwise would've been used for the boss's sprint car...

  12. Should be easy by Bardwick · · Score: 1

    just grab a cotton ball and some rubbing alcohol and (lightly and gently) rub all that brown stuff off.

  13. ddrescue. by SuperBanana · · Score: 5, Informative

    GNU ddrescue.

    1. Re:ddrescue. by Dr.Dubious+DDQ · · Score: 1

      Absolutely, I've used ddrescue for exactly (well, ALMOST exactly, I don't think the floppies in question were *20* years old yet) this purpose.

      I vaguely recall needing to adjust the default blocksize or cluster size to get it to perform properly, but it worked beautifully and recovered everything that wasn't completely unreadable otherwise.

    2. Re:ddrescue. by LateArthurDent · · Score: 1

      dd if=/path/disk of=/path/disk.iso to copy the information to a different medium. Then run GNU ddrescue. FTFY

      Uh, no. That defeats the point of ddrescue.

      What ddrescue does is to keep trying to read the same sector over and over again until it gets the data. If you can get it all out using dd, then why use ddrescue?

  14. Norton Disk Doctor by Larry_Dillon · · Score: 2

    If you can find an old (pre-Symantec) copy of Norton Utilities, it's Disk Doctor (NDD) program was very good at recovering floppies.

    --
    Competition Good, Monopoly Bad.
  15. Data Recovery by fish_in_the_c · · Score: 1

    There are various data recover apps out there for this purpose. The problem is complicated by files being zipped. it is possible to dump the files as binary images then manually edit the binaries of the individual files in a hex editor etc. so that the can be read by software that works with a given format. However, I'm not sure if or how well that will worked with compressed files. Are they encrypted as well?
    The problems are not 'unsolvable' but can very quickly move into the realm of needing a supercomputer and a other specialized equipment.

    There are of coarse companies that do this professionally and charge $$ for it , how much are the files worth.

    following are few things that might help out. Good luck.

    http://content.dell.com/us/en/slgov/slg-solutions-digital-forensics.aspx?ST=forensics%20recovery%20software&dgc=ST&cid=69093&lid=1744642&acd=snYi17OBJ,7688660482,901rb36697

    http://www.x-ways.net/

    http://www.winhex.com/winhex/

    --
    âoeTolerance applies only to persons, but never to truth. Intolerance applies only to truth, but never to persons.
  16. How come they were still readable? by mehrotra.akash · · Score: 1

    My (short) experience with floppies has been that being near even a mobile phone or speaker kills the data on them.

    The floppies mentioned are 20yrs old, how come they havent gone bad yet?

    1. Re:How come they were still readable? by BobPaul · · Score: 1

      Modern floppies were made much more cheaply. I have a 20yr old computer that still boots from 5.25" floppies, and it works fine. I also had 3.5" floppies in the 2003-2005 range that lost all their data if you looked at them funny.

    2. Re:How come they were still readable? by ArcadeNut · · Score: 1

      I have C64 Floppies that are 30+ years old that are still good. Modern floppies suck. I remember copying files onto a 3.5" disk, turning to another computer and the disk was bad. The old 5.25" disks seem to last forever.

      I know the OP is talking PC, but I know many /. users grew up on the C64, so on a similar note, I converted all mine with a product called ZoomFloppy.

      Works great!

      --
      Visit the Arcade Restoration Workshop @ http://www.arcaderestoration.com
    3. Re:How come they were still readable? by hedwards · · Score: 1

      One of the reasons we don't use floppies anymore is that they're inconsistent. It could be that the disks have gone bad, or sections of them have, or it could just be an alignment issue. Unfortunately the easiest way to fix that would be to use the original drive that wrote the disks in the first place.

      I've got the X-Wing disks that I borrowed from a friend in an attempt to dump them to HDD. And I think 3 out of 5 of them have unreadable files on them.

    4. Re:How come they were still readable? by mehrotra.akash · · Score: 1

      The only time I worked with floppies was 2004-2005, so I guess I never experienced the good ones.

    5. Re:How come they were still readable? by Medievalist · · Score: 1

      Floppies last at least as long as cheap writable CDs, in my experience, as long as you store them in a nice metal box with a tight-fitting lid. Don't leave them in the sun, on top of a speaker magnet, or in the baby's diaper bag - treat 'em just like 1600 bpi 9-track streamers.

      Commercial music CDs, though, those things seem to last forever. Or at least, I've never had one wear out unless it was physically damaged. I've got CDs from the 1980s and early 90s that play fine.

      "Call me precious I don't mind
      78s are hard to find
      You just can't get the shellac since the war"

      --"Don't Sit on My Jimmy Shands", Richard Thompson

    6. Re:How come they were still readable? by mehrotra.akash · · Score: 1

      Similar experience with 3.5" floppies here, often I would write to a floppy, I was unable to read it anywhere
      Put it back into the same PC and it was readable

    7. Re:How come they were still readable? by Anonymous Coward · · Score: 1

      treat 'em just like 1600 bpi 9-track streamers

      Do you mean "stare at them cluelessly" or "Google them"? ;)

    8. Re:How come they were still readable? by mehrotra.akash · · Score: 1

      Floppies last at least as long as cheap writable CDs, in my experience, as long as you store them in a nice metal box with a tight-fitting lid. Don't leave them in the sun, on top of a speaker magnet, or in the baby's diaper bag - treat 'em just like 1600 bpi 9-track streamers.

      Commercial music CDs, though, those things seem to last forever. Or at least, I've never had one wear out unless it was physically damaged. I've got CDs from the 1980s and early 90s that play fine.

      "Call me precious I don't mind
      78s are hard to find
      You just can't get the shellac since the war"

      --"Don't Sit on My Jimmy Shands", Richard Thompson

      ??

    9. Re:How come they were still readable? by mehrotra.akash · · Score: 1

      Floppies last at least as long as cheap writable CDs, in my experience, as long as you store them in a nice metal box with a tight-fitting lid. Don't leave them in the sun, on top of a speaker magnet, or in the baby's diaper bag - treat 'em just like 1600 bpi 9-track streamers.

      Commercial music CDs, though, those things seem to last forever . Or at least, I've never had one wear out unless it was physically damaged. I've got CDs from the 1980s and early 90s that play fine.

      "Call me precious I don't mind
      78s are hard to find
      You just can't get the shellac since the war"

      --"Don't Sit on My Jimmy Shands", Richard Thompson

      I have lost commercial game CD's to corrosion though.

      A game CD from around 2002 or 2003 is almost black on the outer half, and unreadable

    10. Re:How come they were still readable? by Almandine · · Score: 1

      I had 20 year old floppies, those DD 3.5" disks that only had the write-protect hole. About 95% of them (sample size of 300+) were completely readable as of last month. It could be because I organized them into boxes which were then placed away from sources of EM radiation.

    11. Re:How come they were still readable? by KingMotley · · Score: 1

      The music CDs seem to last forever only because you don't mind bits being wrong here and there, and a lot of music players are designed to compensate for it. If you wanted a bit-perfect copy of those CDs you'd have the same problems.

    12. Re:How come they were still readable? by mla_anderson · · Score: 1

      That's related to alignment.

      --
      Sig is on vacation
    13. Re:How come they were still readable? by idontgno · · Score: 1

      http://en.wikipedia.org/wiki/Magnetic_tape_data_storage#Open_reels

      Note the lovely picture. That is a nine-track tape reel in all its 2nd Millennium glory. At best, 6250 bits per linear inch of tape (bpi). So a 10.5" diameter reel with 2400 feet of 1/2"-wide tape would be an amazing 172 megabytes (binary, aka mebibytes) of raw bits; subtract some for format losses.

      Ah, 9-track tape. When men were men, women were not allowed in the computer room, and all programming was in assembler.

      BTW, 9-track was a huge advantage over 7-track tape; 9-track could record an entire byte across the width of the tape in one write operation, so each movement of the tape represented the next byte. 7-track tape only could record 7 bits across, so octet-style bytes (everyone's modern favorite) required two tape movements. 7-track was much better suited to the ancient 5- and 6-bit codes like FIELDATA or Baudot, or binary data in machines with multiple-of-three word lengths like 12-bit or 36-bit.

      I hope you've enjoyed your visit to my lawn. Now please get off it.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    14. Re:How come they were still readable? by idontgno · · Score: 1

      I had 20 year old floppies, those DD 3.5" disks that only had the write-protect hole. About 95% of them (sample size of 300+) were completely readable as of last month.

      I misinterpreted what the highlighted portion meant. I pictured 3.5" floppies that only had a write-protect hole, by virtue of not having the write-enable slide to block the hole. The best example of those would be AOL diskettes, and I would not have been surprised to hear you or anyone else report that those things had survived intact and readable beyond the heat-death of the universe.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    15. Re:How come they were still readable? by Zilog · · Score: 1

      Surprisingly, there is an AOL floppy in the pile with only the write-protect hole. The floppy is almost fully readable, two unreadable sectors at first try (CRC), so it is probably fully readable with some insistence.

      Floppies last at least as long as cheap writable CDs, in my experience, as long as you store them in a nice metal box with a tight-fitting lid. Don't leave them in the sun, on top of a speaker magnet, or in the baby's diaper bag - treat 'em just like 1600 bpi 9-track streamers.

      The related floppies were stored in two nice box with a tight-fitting lid, in a "clean" closet far away from any EM source.

      The 5¼ and the 3½ FD are for the most fully readable (all < 1995), the 3½ HD are more often the ones with defects (all < 2000, most between 1995 - 1998 i guess).

    16. Re:How come they were still readable? by Medievalist · · Score: 1

      All my CDs are backups; I ripped them to FLAC a few years back.

      Some day I'll re-rip them and see if they've degraded.

    17. Re:How come they were still readable? by Medievalist · · Score: 1

      The related floppies were stored in two nice box with a tight-fitting lid, in a "clean" closet far away from any EM source.

      You can't see or hear EM, so it's really best to use a metal box. You have no assurance that there aren't vast, rhythmically fluctuating magnetic fields all around you ;) which could in turn induce secondary magnetic perturbations in a random pile of ski-poles, coat-hangers and polyester slacks. if you want to go overboard, use a mu-metal box.

      I've always kept magnetic media in metal boxes - typically old cookie tins - and I've never been harmed by this particular form of paranoia.

    18. Re:How come they were still readable? by Medievalist · · Score: 1

      Half inch reel-to-reel magnetic tape. The reason you use 8-bit bytes today is because nine tracks held 8 bits of data and one of parity. Parity is extremely primitive error correction, obsoleted by cyclic redundancy check codes and the like.

      I still have some data archives on 9-track. 6250 bpi PERTEC format, though, so you can't read them without an actual 9-track tape drive.

  17. Re:This guy did it with a 35-year-old disk pack . by Al+Kossow · · Score: 1

    This is a COMPLETELY different problem. There was no basic difficulty in recovering the flux transistions on the Cray disk pack,
    which is the problem that this guy has.
    If you can't get good sector data, you have no hope of recovering something that has been compressed without
    error correction built in.
    I'd be happy to hear about an error recovery process for corrupted ZIP archives.

  18. Re:Same problem, different format... by DirkDaring · · Score: 1

    Cheap way to do it: I bought a Capit MyGica USB Video Capture device. $40. Plug it in, hit play, hit record and let it go.

    More expensive way, you can buy a combo deck that burns it straight to DVD for you. $150

    http://www.amazon.com/Toshiba-DVR620-DVD-Recorder-Black/dp/B001T6K7G6/ref=sr_1_1?ie=UTF8&qid=1316539612&sr=8-1

    If you're looking at a service to do it, I'd guess $50-75 or so per VHS if you could even find one.

  19. Brute Force? by BobPaul · · Score: 3, Funny

    Write a copy tool that fills in all possible bit combinations for the bad sectors and spits out 100s of zip files instead of just 1. At a max of 1.44MB/zip file, it still shouldn't be much space in modern terms. Then just try to decompress them all and see what the results are.

    1. Re:Brute Force? by RogerWilco · · Score: 1

      This is actually an awesome idea.

      --
      RogerWilco the Adventurous Janitor
    2. Re:Brute Force? by bluefoxlucid · · Score: 1

      Sectors are 512 bytes long and tend to just flat out not read rather than giving one byte errors, so you get 2^4096 possible combinations, or a one with a gigabyte of zeros in front...

    3. Re:Brute Force? by mrnobo1024 · · Score: 3, Insightful

      all possible bit combinations for the bad sectors

      A floppy disk sector is 512 bytes, so even with just a single unreadable sector there are 256^512 possible combinations, more than there are atoms in the universe.

    4. Re:Brute Force? by KingMotley · · Score: 1

      A one with a gigabyte of zeros in front isn't very large.

    5. Re:Brute Force? by KingMotley · · Score: 1

      Are you trying to say that you would need something larger than my pentium 3? Like a dual core?

    6. Re:Brute Force? by iggymanz · · Score: 1

      You can generate any movie that way too, just spit out all possible combinations of 4.7 GB for the DVD version, or if you don't care that much about quality all possible combinations of 650MB for the VCD version. I can save you some processor times with these optimizations, you can skip the case where are bytes are 0, 1, or alternating 0 and 1.

    7. Re:Brute Force? by _0xd0ad · · Score: 1

      It is very large, but also very compressible.

    8. Re:Brute Force? by gmhowell · · Score: 1

      I'm waiting for the complete works of Billy Shakespeare.

      --
      Jesus was all right but his disciples were thick and ordinary. -John Lennon
    9. Re:Brute Force? by Nyder · · Score: 1

      .... more than there are atoms in the universe.

      prove it.

      --
      Be seeing you...
  20. Use Catweasel/Kryoflux by Anonymous Coward · · Score: 1

    These are custom disk readers that support a wide variety of formats and have advanced recovery options.

    They've been used to read data off all kinds of ancient and obscure home computer formats, some of it decades old.

    1. Re:Use Catweasel/Kryoflux by gweihir · · Score: 1

      This may or may not help, as they only go to "analog" level in the time domain. Recovering really old floppies may require going to the analog domain in the signal strength as well. Still worth a try.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    2. Re:Use Catweasel/Kryoflux by ceztko · · Score: 1

      Kryoflux does it as is specialized for sampling, not for reading as many as possible disk formats.

  21. Re:Same problem, different format... by msauve · · Score: 1

    You can still buy VHS machines. (Typically sold as combo DVD/VHS). Under $100 at Best Buy.

    --
    "National Security is the chief cause of national insecurity." - Celine's First Law
  22. Rosetta Disk by roguegramma · · Score: 1, Interesting

    http://en.wikipedia.org/wiki/Rosetta_Project

    The technology is also available to the public, I believe, but I would guess it isn't cheap.

    Also the amounts of data aren't as large as traditional media.

    --
    Hey don't blame me, IANAB
  23. Watch out for binder problems by Anonymous Coward · · Score: 1

    Some diskettes were made with an oxide binder that softens with time (basically, it absorbs moisture). I've seen old diskettes where the oxides came off on the first try leaving the head coated and at least one track of the disk destroyed.

    Anyway, I've heard of people actually capturing head output so they can rebuild missing data by analyzing the output better than the average floppy controller can.

    1. Re:Watch out for binder problems by gweihir · · Score: 1

      Some diskettes were made with an oxide binder that softens with time (basically, it absorbs moisture). I've seen old diskettes where the oxides came off on the first try leaving the head coated and at least one track of the disk destroyed.

      Anyway, I've heard of people actually capturing head output so they can rebuild missing data by analyzing the output better than the average floppy controller can.

      I did some investigation into the latter 20 years ago. Not that difficult or expensive if you can do it yourself. But if you do not have advances skills with electronics, that is not an option. You can try to see whether some professional data recovery outfits still offer this service, but it may be expensive. I remember a rate of 500USD/floppy.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  24. Re:What? by Thud457 · · Score: 1

    You think you've got data recovery problems?!! At least your disks weren't hidden away under a chicken coop for 20 years!!!

    --

    the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

  25. Re:Same problem, different format... by Jmc23 · · Score: 1

    Check out garage sales or swapmeets to pick up a vhs. That or repair your machines, even hi end ones are pretty simple to repair. I was poor growing up so every single vcr I had was someone else's trash, if a 10 year old can repair one I'm sure you can figure it out once you pop it open. Craigslist even has machines as low as $10.

    --
    Don't complain about syntax, grammar, or spelling. There is no.hell like input on android.
  26. Well for zip files .. by roguegramma · · Score: 1

    What I found was:
    Zip Repair
    ZipSnap21(Don't remember whether I actually used this)

    For creating recoverable archives, i found
    MultiParchive

    But using it didn't really stick with me.

    --
    Hey don't blame me, IANAB
    1. Re:Well for zip files .. by SuricouRaven · · Score: 1

      Do either of those handle truncated ZIP files? Because I spent a lot of time writing one that does (shamelessly promoted elsewhere in this thread), and I will be rather annoyed if I only now uncover that there was already one around. And wonder why I didn't find those in googling first.

    2. Re:Well for zip files .. by SuricouRaven · · Score: 1

      Ah, well... if anyone has a use for it, http://www.birds-are-nice.me/programming/zipfilerecover.shtml

      It's not the most sophisticated of programs, but it gets the job done. Truncated/damaged zip in, lots of little zips out.

  27. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  28. Re:Same problem, different format... by EdZ · · Score: 1

    Are there any pro-places that don't charge an arm and a leg to copy off VHS to DVD or bluray?

    No. At least, not if they actually do it well. Recording the VHS output is the easy part, cleaning up the combing, noise, chroma nonsense, warping from tape distortion, etc takes a fair bit of skill to not muck up royally.

    Any suggestions on this?

    Download AviSynth and browse doom9/doom10 for tips.

  29. Re:spinrite by courteaudotbiz · · Score: 2

    Or just a good old oscilloscope?

  30. Recovering Floppies by vtcodger · · Score: 1

    The good news is that as I recall, floppy disk records have a CRC appended. The bad news is that my sometimes faulty memory tells me that MSDOS floppy disk drivers used the CRC to correct reads and didn't tell the user that the record did not read properly. I think that means that any record reported as being in error has at least two errors. But maybe I'm wrong.

    Sometimes using a different drive helps.

    I do seem to recall that it was sometimes possible to read a faulty record multiple times and patch the record back together using DEBUG. There's probably software somewhere that automates that process.

    --
    You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
  31. My method by Hsien-Ko · · Score: 1

    VGAcopy, blow, repeat

    Use an old computer with an actual floppy drive controller, don't USB it - and make sure it's not TEAC

    You can even still recover 20 year old disks that have NO DISK PROTECTORS. You can even still recover 30 year old floppies. I did that just a month ago.

  32. What you need by roman_mir · · Score: 2

    what you need is an electron microscope and a few bottles of Tequila. In reality you don't need the microscope of-course, Tequila is enough.

  33. Hardware? by adolf · · Score: 1

    Are you using new/clean hardware, or a 3.5" Toshiba drive that was manufactured in 1990 and which has spent at least a decade actively playing the role of dust collector?

    Myself, I've have had far better luck with old floppies than old floppy drives.

    So as a first step, I'd try different hardware and see what that accomplishes. And any old hardware really should be at least partially disassembled, cleaned thoroughly, and oiled appropriately.

    The second step would be calibration. There are two very different ways to do this: Calibrate the drive to what it should be (there are kits+software for this), or calibrate it to what produces the best signal with a particular disk (requires an oscilloscope and a bit of a clue).

    Done this way, you might well find that your data can be perfectly restored, which will eliminate the need to guess at what the missing bits might be.

  34. Re:Same problem, different format... by vlm · · Score: 1

    Anyway, the players seemed borked right now...

    Figure out why they're borked. Sometimes happens because the old tapes shed/spray oxide all over the inside of the VCR. In that case, there are voodoo solutions to "fix" shedding oxide, but pretty much your best bet is heave all the stuff in the trash and forget about it, unless you have an incredibly high tolerance for frustration and lots of spare time and money. Another popular failure mode is the grease in the convoluted tape path sticks / dries out / gets covered in dust, in which case an ex-vcr repair tech (who would probably be about 60 now, I'd guess) might be able to fix it for very cheap, or you could buy a new VCR from walmart (still sold!) and the tapes would probably be viewable.

    Are there any pro-places that don't charge an arm and a leg to copy off VHS to DVD or bluray?

    No, no there are not. Even in the cheap olden days when that wasn't an exotic "data recovery service" but just a guy amortizing the cost of a VCR, a stand alone DVD recorder, and a cable between them, they still asked for too much money. The financially ideal time to roll the data from tape to DVD was probably "about a decade ago" not tomorrow. Of course the copier guys were legendary for using the worlds cheapest burnable disks to maximize profits, so the DVDs would probably already be failing / failed now...

    --
    "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
  35. Specialized controller devices... by CoderJoe · · Score: 1

    What method are you using to read them? If just a USB drive or an internal drive on a normal floppy controller, you might get better luck with a device such as the KryoFlux (if you are really determined to get that data back). It is a specialized floppy controller that records the timing of the flux reversals on the media, with the ability to sample a single track about 35 times in one pass, and retry many many times in an attempt to get everything. then software converts that to a usable disk image file.

    If you are not interested on spending money on such a device, perhaps you could send the media to someone that has one. (Such as myself.)

    1. Re:Specialized controller devices... by CoderJoe · · Score: 1

      BTW, I have also checked and adjusted the calibration on a few different 3.5" drives. I don't have test media to check the alignment of a 5.25" drive, currently.

  36. Re:Same problem, different format... by Amouth · · Score: 1

    or go to the local thrift store and pick up an old but working one for ~10$

    --
    '...if only "Jumping to a Conclusion" was an event in the Olympics.'
  37. Try the disks in a different drive by linebackn · · Score: 1

    You might have some luck if you try the disks in one or more different drives. The head alignment and other small factors like that are unique to each drive. Usually they are close enough that a freshly formatted disk will work in most other drives. But when there is a small defect in how it was recorded to the disk (power surge, controller glitch, etc) or a small media defect, then a different drive may have better (or worse) luck. I've seen my fair share of disks that will read fine in one drive but not another.

    Be sure to clean any dust out of the drive and use a head cleaning disk before using it if it is old.

    Also keep any partial initial copies you retrieve from a damaged disk - it is completely possible that it's condition may worsen as you continue to try and retrieved data from it.

    And despite what others may say, keeping the archives in a zip file is a good thing. You know for sure if you files are intact or not. Floppy disks can often "successfully" read a sector only to have it contain gibberish. You can try running a zip recovery utility to like pkzipfix to recover any undamaged files inside a corrupt archive.

    I would also recommend copying the files off using DOS (Win 9x DOS 7.1 can copy to FAT32 hard drives). From my experience most protected mode drivers are less forgiving on errors than real mode DOS.

  38. 'Bake' the disks in a dehydrator first by Burz · · Score: 1

    See this howto at Wendy Carlos' blog. She recovered the original Tron soundtrack this way.

    Magnetic media like tapes and floppies use a binder (glue) that becomes corrupted with moisture over time, allowing the metal-oxide particles to flake off. Dehydrating the media can reverse the condition if you haven't already tried to access it.

    1. Re:'Bake' the disks in a dehydrator first by gweihir · · Score: 1

      Floppies are quite different from magentic tape. This is very likely a recipe for disaster with floppies.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    2. Re:'Bake' the disks in a dehydrator first by PPH · · Score: 1

      Another possibility: Seal the floppies in a container (TupperWare?) with some desiccant for a few weeks. At room temperature.

      --
      Have gnu, will travel.
  39. SpinRite by NTesla · · Score: 1

    I think you need SpinRite. It's important for disks to be read once in a while, to "re-magnetize" disk surface; the same goes for your hard drives.

  40. Re:What? by Hatta · · Score: 1

    I'm not aware of any cable that will allow you to connect an Apple II floppy directly to a modern PC. If you still have an Apple II computer however, there is a way to dump your disks onto PC. Check out ADTPro. It's client server software that runs on Apple IIs and Java, and allows you to dump floppies to disk images over a serial connection or the tape port. Try it. It's free and it's awesome!

    --
    Give me Classic Slashdot or give me death!
  41. Core memory by Beetjebrak · · Score: 1

    One of my colleagues is set to retire next year. He still has a big square plate of magnetic core memory in a frame on his wall. The state of the bits -which can be seen with the naked eye- is still the same as it was in the 1970's. Oh, and it's actually quite aesthetically pleasing as well.

    --
    Learn from the mistakes of others. There isn't enough time to make them all yourself.
    1. Re:Core memory by iggymanz · · Score: 1

      How are the state of the bits visible? there are ROM (without core) arrays where there are junctions for "1" and none for zero. The state of bit on normal core I've worked with is no more visible than info on mag tape or hard drive

    2. Re:Core memory by unitron · · Score: 1

      You sprinkle iron filings on it.

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

    3. Re:Core memory by iggymanz · · Score: 1

      haha, I think with paper and filings you *might* be able to see adjacent cores were in different states, but you'd not be able to tell 1 from 0 unless you also included a little magnet with known poles.

  42. Gentlemen by squidflakes · · Score: 1

    I think we finally have the answer to the age old question of "Where's the warez!"

    They are right here, on this stack of 3.5" floppies.

  43. Re:Same problem, different format... by operagost · · Score: 1
    Assuming the transport still runs, make 100% sure that you are trying to play the SVHS tapes on the SVHS machine. If you put an SVHS tape in a VHS machine, you may catch a few frames before you lose sync. This looks like a bad machine, when it's just incompatibility. Also, try both the S-video and RCA outputs; even if you can only get the RCA out to work it's better than nothing for now.

    I got a working SVHS player just a year ago from Goodwill.

    --

    Gamingmuseum.com: Give your 3D accelerator a rest.
  44. Copy II PC Option board by usuallyLurking · · Score: 1

    A CopyIIPC option board can give you the raw data from the drive. This includes the sector headers, CRCs etc. All the stuff you normally don't see. The board would sit between the floppy drive and the standard floppy controller. The boards were ISA bus, so you will need an older computer to plug it into for it to work.

  45. Software is unlikely to be enough by gweihir · · Score: 1

    These are very likely not surface defects, just lost magnetization. There is not a lot you can to, besides reading these areas with forensic disk reader hardware. This requires reading the analog signal from the surface and then reconstructing the signal using digital signal processing. Depending on the floppy, you may need a sampling rate of up to 8MHz and should use 8 bit or larger resolution. A low-noise fast preamp may also be needed.

    I do not know any source of these. Back in the day I did enough investigation to find out whether I could build one (I could have), but never followed through. I expect the only reasonable source today is to have one custom-built.

    There may be commercial data-recovery outfits around that still have such a device. I remember a rate of 500 USD per floppy to be recovered.

    Keep in mind that both approaches can fail with floppies this old.

    Fortunately, I copied my floppies to MOD 12 years ago and today have them as images on redundant HDD storage.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  46. Re:SpinRite by gweihir · · Score: 1

    SpinRite is completely worthless for modern HDDs. A long SMART selftest per year or so has the same effect. And nothing can rewrite the servo tracks. Non-spinning HDDs are unsuitable as long-term archival medium.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  47. I wonder how soon we will see the posts asking how to recover information from IDE drives - most modern motherboards lack this interface and in a few years IDE will be entirely abandoned (at least in the consumer oriented market).

    1. Re:IDE by _0xd0ad · · Score: 1

      IDE-to-USB should be around for a while longer, I expect. Buy a stand-alone adapter, buy a USB enclosure kit for an IDE drive, or just rip apart an old USB hard drive - the drive inside it is either IDE or SATA.

  48. White board cleaner by Al+Kossow · · Score: 2

    This is a totally non-obvious trick that I came across this past year for mitigating binder failure
    on floppies. Spray the surface with white board cleaner before you try to read them.

    This should only be used as a last resort if you know that disks of a similar age and condition
    shed rapidly, and obviously clean the heads before and after you try this.

    "Magnetic media like tapes and floppies use a binder (glue) that becomes corrupted with moisture over time, allowing the metal-oxide particles to flake off."

    This isn't actually the hydroscopic failure mode of 1/2" computer tapes. The tape becomes sticky and will glue itself to the head if the tape ever stops moving,
    for example if the transport attempts to do a reread.

    You need to bake computer tapes with a lot of airflow for the process to be effective. I have recovered thousands of tapes sucessfully this way.

  49. Re:Same problem, different format... by JaneTheIgnorantSlut · · Score: 1

    Sam's Club photo department copied a couple of VHS tapes to DVD for me about 4 years ago. Something like $20 for two tapes. Also http://www.imemories.com/ although I have no experience with them.

  50. Re:This guy did it with a 35-year-old disk pack . by gweihir · · Score: 1

    This approach also works with floppies. You have to know what you are doing though. I looked into this 20 years back. The S/N ratio on floppies is pretty high, so even a severely degraded signal may be recoverable this way.

    Side note: User 460244 is talking gibberish and does not understand the problem. The magnetization areas in floppies are way above the flux areal size limits. You just read the analog signal from the heads.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  51. Re:This guy did it with a 35-year-old disk pack . by X0563511 · · Score: 1

    It's called parchive, and unfortunately it requires you to have included such data before it was damaged.

    --
    For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
  52. best hope is a raw read by sl4shd0rk · · Score: 1

    if you cant get the data off using are a standard data dumper (eg dd) you are pretty much hosed.although sometimes diferent disk drives will have the heads aligned a little differently resulting in diffeent results. if dd cant read it your done.

    --
    Join the Slashcott! Feb 10 thru Feb 17!
    1. Re:best hope is a raw read by iggymanz · · Score: 1

      not true, smarter software will read sectors with different interleave timing, and also move head in from one direction, then try the other. this is a mechanical device with slop and backlash, you can actually be reading from not quite the same areas on successive tries.

  53. Re:What? by Jmc23 · · Score: 1
    Unfortunately no computer to read it...though now that i think of it, the person I sold my apple clone to over 20 years ago is a hoarder so maybe he still has it. I was aware of the program but/forgot the name so thanks for saving me some searching.

    It's to recover my dad's life work, so hopefully it works out.

    --
    Don't complain about syntax, grammar, or spelling. There is no.hell like input on android.
  54. Re:Same problem, different format... by cayenne8 · · Score: 1

    Is it the players or the tapes that are borked?

    Players.

    The one I wanted to use..was a mitsubishi svhs I had...it had wonderful picture and the auto-tracking on it was about the best I'd ever seen.

    but the transport of tape in and tape out...is the part that is messed up.

    --
    Light travels faster than sound. This is why some people appear bright until you hear them speak.........
  55. Re:spinrite by Anonymous Coward · · Score: 1

    Fuck that. Steve Gibson is one of the most pompous shitstains in the industry. No one should be giving a single cent to that guy.

  56. Re:Same problem, different format... by cayenne8 · · Score: 1

    ...browse doom9/doom10 for tips.

    What is doom9/doom10? Forums somewhere?

    Thanks for the reply!

    --
    Light travels faster than sound. This is why some people appear bright until you hear them speak.........
  57. HDCopy by The_Paya · · Score: 2

    This DOS based utility had the ability to control every little detail of the floppy drive's mechanism, it managed to read "most" of a bad track leaving just one or few sectors out, saved many floppies with that thing back in the day. http://en.wikipedia.org/wiki/HDCopy

    --
    -. wherever you go, there you are .-
  58. Re:spinrite by atisss · · Score: 1

    Try Magnetic force microscopy

  59. iteratively replace and unzip? by Culture20 · · Score: 1

    Given the maximum size of these zip files, you could replace the sectors and attempt to unzip for every possible value. Command line loops are wonderful things.

  60. Use multiple drives by narcc · · Score: 1

    Really. The first step is always to try copying the disk (over and over) using multiple drives. Chances are, if the sector isn't completely unreadable, you'll get a good copy out of one of them.

  61. Get a quality floppy drive from a server. by couchslug · · Score: 1

    Old servers often have excellent floppy drives with almost no use. If you can find someone giving away or parting out an old server, bag the drive.

    In your case I would do what I used to do, which is use Winimage to image my floppy collection. It was a great way to keep a floppy image collection on CD, and you can create bootable floppy images to make floppy emulation bootable CDs.

    --
    "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
    1. Re:Get a quality floppy drive from a server. by Reziac · · Score: 1

      Teac brand floppies, if you can find 'em. They're FAR more reliable than any other brand, and are much more likely to be able to read a tired diskette. (Look on the back of the drive for the brand label.)

      I have some Teac FDDs still in use that are around 20 years old.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
  62. Some experience... by imp · · Score: 2

    I've recovered hundreds of floppies over the years. Here's what I've done to good effect.

    (1) Find a machine with a floppy drive. If this machine hasn't had its floppy used in a while, either read/write a bunch of disks, or get it cleaned/aligned. I've opted for the former with good effect, but drives are getting old enough now that the former may be increasingly necessary. For older 5.25" drives, I'd definitely try to clean the heads, but be sure to do research so you don't grind the heads away by using the wrong methods. The reason I use the read/write method of a few disks that are new is that it gives you a chance to see if the drive is working on disks that don't matter. It might also allow you to have a minor cleaning effect from this to remove oxides from accumulated sitting time, but I'm unsure if that's what's going on. I have used different drives when the first tests failed, but never paid to have the broken drives fixed. There's just too many surplus floppy drives around. It might also help to have multiple drives.

    (2) I have used both ddrecover and rescuedisk. The former is a gnu thing, the latter is included with FreeBSD. Both will incrementally read the disk and optionally write out data about what's been read. Both programs try to read as much data as possible in large blocks, then switch to smaller size reads for the damaged areas to try to get as much data off as quickly as possible with as few read-head passes. Having said that, often times there's a few stubborn sectors that just need to be tried a lot. For ddrecover, you may need to crank up the retry count to 1000 or more. rescuedisk does this automatically. I've had several disks that people have sworn are totally unreadable that I've been able to recover and placed in my hand to do something with. I've been able to recover most of them by retrying between 100 and 1000 times. When that fails, and it has in maybe 2 or 3 of the hundreds of disks I've done, I've taken the log files about what had been recovered to a different machine with a different drive and tried to read the (usually 1-4) missing sectors there. This hasn't failed me yet for disks that are hard to read merely because they are "old." My experience has been more concentrated on the 3.5" floppies than the older 5.25" floppies too. Different rules may apply there.

    I guess I should caveat the above advice with "for disks that are just old". Disks that have been damaged over the years, or have had magnets run over them, etc all bets are off short of "extreme" options that might not even work.

    Many of these techniques also work for reading damaged audio CDs, DVDs, etc.

    1. Re:Some experience... by CAIMLAS · · Score: 1

      I'll add to this.

      First, clean the drive.

      During the later days of floppy drives, the quality of the drives themselves went down. I'm not sure what it was, but they were less able to read and write floppies than the older drives. I still have some 3.5" floppy drives sitting in my 'recovery' (along with a board/etc. that can use it) which served me well. TEAC brand, IIRC. Both came out of ancient Gateway 2000 machines (486 and/or early Pentium towers, probably).

      Don't use the USB/floppy converters/drives. They're almost worthless. Once floppies got around to about $0.50/ea, the drives themselves were nearly as useless.

      From my recollection, dd on linux would seek until it got a good reading. More often than not, most of what was recovered was usable even with that. Failing that, there's also ddrescue and the other tools being recommended. (Linux also seems more able to read floppies than Windows or Mac, for what it's worth. I was usually able to 'recover' people's data from the disk simply by copying it to hard drive and re-writing it to another floppy.)

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
  63. Had success with Kryoflux by sshambar · · Score: 1

    I had tons of old disks from my Amiga, Mac Plus and even Apple ][ days, and did a fair amount of hunting before finding Kryoflux... it uses a USB device as a 3.5 and 5.25 disk controller, and can read the disks at the lowest level the drive supports -- so it can, for example, read the old 400/800k mac disks that require the old apple multi-speed drives with a regular 3.5 PC drive. The blueprints for the board are available (to etch/build your own, but I think you need to create your own layout), or you can buy a prefab from them (when they have them in stock, anyway -- I had to wait a few months).

    They have software that connects to the USB device and creates various decoded files for lots of archaic disk formats. They keep talking about opening the source code, but I haven't followed the latest developments there... software is free for non-commercial use regardless.

    I managed to dump about 50 ancient disks from mac, apple ][ (5.25) and amiga without problems, and could use the images in various emulators to recover the files. I had a few disks with sectors that couldn't be correctly parsed, and lost a few files there, but overall I found the device a savior for my old writings and early coding projects.

    They sell the devices at http://www.kryoflux.com/ or you can troll the forum link for the blueprints (I can dig it up if there's interest). Last I heard they were working on write support (and a quick check looks like that may be available now too).

    Thumbs up here.

    Scott

  64. Re:This guy did it with a 35-year-old disk pack . by Al+Kossow · · Score: 1

    "User 460244 is talking gibberish and does not understand the problem"
    "The magnetization areas in floppies are way above the flux areal size limits."
    "You just read the analog signal from the heads"

    Inductive heads only detect flux transitions. Are you proposing the use of a MR transducer, which can directly measure flux?

  65. Kryoflux? by ceztko · · Score: 1

    As far as I know, the Software Preservation Society [1] managed to acquire a great knowledge of diskettes mass replication techniques and developed an high resolution sampler controller (Kryoflux[2]) that permits disk imaging and reinterpretation of the read flux, often permitting to decode the original data stream when other standard controllers just give up and fail with an error. Recently, they added support for IBM PC disks. Please correct me if I provided wrong details. [1] http://www.softpres.org/ [2] http://www.kryoflux.com/

  66. Re:Shameless plug. by SuricouRaven · · Score: 1

    You are now welcome to point out the hundreds of other programs that do exactly the same thing. I'm sure there are some. All I know is that I tried everything I could google a few weeks ago on a truncated Office document with essential data in, and in the end had to resort to a copy of the zip spec and a hex editor. I did it, and wrote this in the process.

  67. Last Resort by Shadowhawk · · Score: 1

    Brute force of course! Just try all possible bit combinations until the checksum matches.

    --
    My mind works like lightning. One brilliant flash and it is gone.
  68. Re:Brute Force? Terrible idea by b4dc0d3r · · Score: 1

    ZIP is protected by 32-bit CRC. You can get a valid ZIP header, and change any 4 bytes (not at random, do it carefully), and get a valid CRC-32 result.

    I actually wrote a program 10 years ago to re-create a file with a known header and CRC-32 and size. It did not work, but I let someone run it for a while just to see what happened. They got matches every 5 minutes I think on a 500mHz machine, and each file was 4 bytes difference.

    32 bits = 4 bytes, every valid CRC32 value can be covered with 4 bytes. It's obvious when you think about it that way. What was interesting to me was the consistency. CRC32 did not seem to have any hot spots or congestion, the results were fairly uniform. I was pleasantly surprised.

    On a 512 byte sector, you're going to have a minimum exponent of 128 to account for all of the variations.

  69. Re:Same problem, different format... by SuricouRaven · · Score: 1

    Not sure about doom10, but doom9 is a very famous forum for video processing and compression.

  70. Re:This guy did it with a 35-year-old disk pack . by Joce640k · · Score: 1

    He hooked his own analog-to-digital converter up to the read-head and post-processed the heck out of it to recover the data.

    You may joke...but back in the day there were real video capture devices which digitized the whole frame of composite video then decoded it in software (to make them cheaper...)

    --
    No sig today...
  71. Track Offset = Win by triffid_98 · · Score: 1

    I apologize if this was already mentioned, but one way of fixing is is by comparing track offsets. The idea is that you read the data at the edges of the track for the unreadable or corrupted bits.

    If your data isn't critical it's probably not worth the effort/expense, but it is usually possible to recover.

  72. Re:spinrite by Pentium100 · · Score: 1

    So, ThePirateBay?

  73. Re:Same problem, different format... by Pentium100 · · Score: 1

    Buy a SVHS VCR on ebay (or some other place where they sell used stuff). I still use VHS for recording stuff from TV (it is more convenient to me, so shut up) and I have spare VCRs, but if one breaks down and I can't fix it, I can always buy a new one.

    Also, depending on what actually happened to your VCRs, you may be able to fix them easily, maybe it is as simple as a bad belt or a capacitor?

  74. Gentoo!!! by DarthStrydre · · Score: 1

    I hear the guys are having great success speeding up this process with funroll-loops and -O51
    *ducks*

    goodbye karma...

    1. Re:Gentoo!!! by iggymanz · · Score: 1

      My method is faster than actually *compiling* Gentoo, at least all the matter in the universe gives residual warmth and hasn't disappeared due to proton decay and black hole evaporation

  75. DDRescue + Photorec/Testdisk by doas777 · · Score: 1

    PhotoRec is capable of carving .zip files, so I would use GNU DDRescue to create an image of the disk, and then photorec or testdisk to recover the file or the partition respectively. you can find all these utilities on this nice bootable livecd: http://ubuntu-rescue-remix.org/

  76. Re:KryoFlux - High Definition Flux Sampler for USB by vinsci · · Score: 1

    KryoFlux looks very interesting, mod up please.

    --

    Trusted Computing FAQ | Free Dawit Isaak!
  77. File longevity by Sloppy · · Score: 1

    What have we got for (large amounts of) digital data?

    Stop asking about media longevity and ask about file longevity. Then the answer becomes: store it on the media-of-the-day, whatever that is (today that's either hard disk or SSD, depending on taste/volume/speed_rquirements) on a networked computer. You don't think anymore in terms of reading from media, you think it terms of sending an NFS (or HTTP or whatever) request.

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  78. Re:Same problem, different format... by dj245 · · Score: 1

    I have a tape I want to convert. Its a pretty important one. I bought a $10 converter from Amazon, and a $5 VCR from goodwill. Put in the tape, start capturing in Virtualdub, it runs fine for a few minutes, then the video goes all garbly. I restart the process, the video goes garbly at a different point on the tape. It must be the VCR so I return it and try another (Goodwill has no shortage of VCRs).

    The next Goodwill VCR has a problem with the loading/unloading mechanism. No good.
    The next one would not read any tapes. No good
    Another one with a problem with the loading/unloading mechanism.

    I'm now at the point where I am willing to invest the time in tracking one down a known working one on Craigslist, or buying a new DVD/VCR combo unit. VCR-standalone units are no longer sold. DVD/VCR units start at around $100 which is a lot for obsolete technology. If you have tapes, I would convert them as soon as possible. We are getting to the point where conversion is getting a lot more difficult.

    --
    Even those who arrange and design shrubberies are under considerable economic stress at this period in history.
  79. Re:Same problem, different format... by plover · · Score: 1

    I wouldn't spend a lot on buying another high end device to rip the tapes. The difference in quality between digital and VHS is so striking that the quality difference between "good VHS" and "bad VHS" is almost insignificant.

    It's the memories that will be important to you, and they'll be triggered by the content of the video, not the quality. You'll be happy just to see it again, and to share it with your friends.

    --
    John
  80. Well by geekoid · · Score: 1

    A) IS anything you have on disk already available on line? if so through it away.

    B) Go to google.com and enter 'Repair bad sector floppy disk.

    C) download tool.

    I mean, seriously. were you in prison for the last 15 years?

    Most important, be sure it's shit you need, otherwise your wasting your time getting data you haven't needed in years, to put it in a directory on the HD so you can continue to ignore it for years.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  81. Re:Same problem, different format... by Amouth · · Score: 1

    sad you had so much trouble - the cause for paws store around here is really good about testing electronics and labeling them if they are in unknown state. Never had problems with stuff from there.

    --
    '...if only "Jumping to a Conclusion" was an event in the Olympics.'
  82. ASCII art by ArundelCastle · · Score: 1

    Nice one Timothy! I laughed harder than I probably should, because I totally have a rad collection of ASCII and ANSI art on diskette somewhere...

  83. My old Commodore 64 floppies by MindPrison · · Score: 1

    Work flawlessly still, today 30 years later, doesn't even show surface wear at all.
    Davids Midnight magic...JumpMan Jr. ... MCP.....Forbidden Forest

    Good times!

    --
    What this world is coming to - is for you and me to decide.
  84. Re:Same problem, different format... by Fri13 · · Score: 1

    And how long you think it takes to record trough capture card from VHS about 10 000 hours of video and when single video has typically 2-3 movies?

    It means you need to record 10 000 hours those videos. As there is no easy way to fast-copy them like DVD or other digital format.
    10 000 hours means over 412 days. So unless you are ready to 24/7 recording, swapping and cutting videos....

    And even if you would digitize 2 tapes a day, saying 3-4 hours per tape so 6-8 hours a day. It would take 3 333 days what is 9.2 years.
    And when you have done that, you have one new generation video format ahead of you.

    So if there would be a VHS digitalizer what takes 10 VHS tapes to batch and then fastly reads them (8-12X speed) and sends digital A/V trough USB3 or Lightbolt interface for 4 terabyte storage device, then it is no-go.

  85. Re:Same problem, different format... by Fri13 · · Score: 1

    Please, who would do that for 10 000 hours of VHS tapes (about 3000 VHS cassettes)?

  86. Try Twin - and old DOS diskcopier from 1994 by MarcoPon · · Score: 1

    Check this out (it's free, of course): http://mark0.net/soft-twin-e.html I made it 17 years ago, and it would be nice to know it's still useful to someone! :) It case of error, it retries some times to read the sector; if it keep trowing errors, it continue nonetheless, and create a disk image with all that was possible to read.

    --

    SeqBox
  87. Kryoflux? by Alioth · · Score: 1

    There exists something called Kryoflux. I think what it does is makes a high-fidelity copy of the actual magnetic values of the disc, so you can make a very good copy on which you can work without worrying about degrading your floppies further.

    http://www.kryoflux.com/

    From the website, this is probably what you care about most:

    Main Features
            Read at lowest level possible - precisely sampling the magnetic flux transition timing. Custom formats? Recording scheme violations? Encodings? KryoFlux reads them all!

  88. Re:Same problem, different format... by MightyYar · · Score: 1

    Holy crap, you have over a thousand VHS tapes to convert???

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  89. make more than one copy by Al+Kossow · · Score: 1

    "how to preserve digital data for long periods of time."

    The one advantage of digital data is that is is easy to make idential copies.

    Make lots of copies, with redundant encoding and error checking
    Spread the copies in different physical locations.
    Migrate it to a new medium as necessary (bit density increases over time)

    Depending on ANY single copy surviving and being able to be read at some point
    in the future makes no sense.

    If you REALLY care about the data, you will spend the time to migrate it
    to newer media.

  90. BINGO! by Al+Kossow · · Score: 1

    "Stop asking about media longevity and ask about file longevity."
    "don't think anymore in terms of reading from media, you think it terms of sending an NFS (or HTTP or whatever) request."

    EXACTLY!

    Now, where can I buy a system to do this that isn't wrapped up in some proprietary software mechanism?
    The only large-scale archival systems you can get today are sold by the likes of EMC for Sarbanes–Oxley compliance.

    1. Re:BINGO! by Sloppy · · Score: 1

      Now, where can I buy a system to do this that isn't wrapped up in some proprietary software mechanism? The only large-scale archival systems you can get ..

      How large is large-scale? If it's large-scale by the standards of 20 years ago, then Samsung and Western Digital make something a few orders of magnitude larger than what you need, for under $100 though you'll want to buy at least two of them plus a backup system.

      If it's large scale by today's standards too (i.e. it doesn't all fit twice inside an ATX tower case; it's fantasy-scale by the standards of 20 years ago) then you have serious problems that I probably can't really help you with, but I'll try. I assume you have an absolutely enormous budget. I'd say buy the proprietary system for today, use it for five years, and then migrate the data to a sub-$100 consumer part and throw the proprietary system away. Sounds awful but that's the cost of being on the bleeding edge with your disgusting volume requirements. ;-)

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  91. Re:Same problem, different format... by unitron · · Score: 1

    So take it apart and load the tape manually.

    --

    I see even classic Slashdot is now pretty much unusable on dial up anymore.

  92. Re:Same problem, different format... by Hognoxious · · Score: 1

    Have you opened it up? If it's a mechanical problem it might just be a displaced pin or gear. Or you might be able to load the tape manually with the shell out of the way.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  93. Re:Data recovery. by Phics · · Score: 1

    Scandisk is a fantastic way to destroy even more data... scandisk tries to correct file system problems. It does not try to recover damaged bits on a disk surface. Software like Scandisk, Chkdsk, and fsck should be avoided. Instead, try software like SpinRite using a very good floppy drive.

    --
    There are two types of people in the world; those who believe there are two types of people, and those who don't.
  94. Spurious "dead" floppies due to Volume Tracking by Reziac · · Score: 1

    You might be looking at a Windows bug. WinXP in particular had this stupid notion that it had to write volume tracking on floppies with EVERY read (unless write-protected, of course). This caused that floppy to become unreadable, behaving like a bad disk, on any other machine.

    More info from a friend who researched the problem and generated a fix (after I applied this fix, my floppies magically stopped "dying")

    =====
    Volume Tracking is a method that Windows uses to ID a floppy disk. A unique hex number is written to the OEM-Name field in the bootsector, eight bytes starting at offset 03h. The system then uses this number to determine if the disk in the drive has changed. Write protect will stop it during a read but nothing will stop it during a write except some entries in the registry here:

        HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem\NoVolTrack

    The key entries tell the system to compare certain bytes in the bootsector with the binary values in the key to determine whether or not to use Volume Tracking. If a match is found, Volume Tracking is NOT used.

    Here is how the keys work. The first two numbers are a 16-bit offset into the bootsector with the high and low bytes reversed, keeping with Intel's method of storing 16-bit numbers. The remaining numbers are the values used for the compare.

    Most bootsectors has a couple of things in common. First, the last two bytes are called the signature bytes and are usually 55h AAh. Second, the third byte at offset 02h is usually an NOP instruction, 90h. Almost all bootsectors have one or both of these things in common. The following two binary entries will cover these. The name given to the keys can be anything.

        MS Sucks FE 01 55 AA
        MS Suckz 02 00 90

    During my research I found only 2 bootsectors that will not be covered by the above entries, PC-DOS 1.00 and DR Concurrent DOS 3.20. PC-DOS 1.00 has a date in the bootsector starting at offset 09h, 7-May-81. DR Concurrent DOS 3.20 has the value of 00h at offset 02h instead of 90h. The following two entries will cover these.

        MS Blowz 09 00 37 2D 4D 61 79 2D 38 31
        MS Blows 02 00 00

    The included .reg files will insert the keys for you.
    Just double-click or right-click and select "Merge".
    You must restart for the entries to take effect.

    NoVolTrack9x.reg - Windows 9x/ME
    ======
    REGEDIT4

    [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem\NoVolTrack]
    "MS Sucks"=hex:fe,01,55,aa
    "MS Suckz"=hex:02,00,90
    "MS Blows"=hex:02,00,00
    "MS Blowz"=hex:09,00,37,2d,4d,61,79,2d,38,31

    NoVolTrack2k.reg - Windows 2k/XP/2k3
    =====
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem\NoVolTrack]
    "MS Sucks"=hex:fe,01,55,aa
    "MS Suckz"=hex:02,00,90
    "MS Blows"=hex:02,00,00
    "MS Blowz"=hex:09,00,37,2d,4d,61,79,2d,38,31

    Windows 3.1/NT4 and earlier do not use Volume Tracking.
    ======

    [I don't know if there's a similar bug in other OSs, but if they do an equivalent function I expect it produces similar results, ie. spurious 'dead' floppies.]

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  95. It's the boot sector, not "alignment". by Reziac · · Score: 1

    No, it's not. I tested this rather extensively back in the Olden Days and found the "alignment" theory was a load of hooey.

    What mattered is that the floppy had to be formatted so the OS could read it. Most FORMAT utilities wrote either a DOS3 or DOS5 boot sector. However, DOS5's boot sector was not backward-compatible, and an OS that expected DOS3 would report a DOS5-formatted floppy as NFG.

    How'd I first notice this? At the time I had two fairly ancient systems, one ran DOS3.2, the other ran DOS 6.0 (which uses a DOS5.0 boot sector). The DOS6 system could ALWAYS read disks formatted on the DOS3 system, but the DOS3 system couldn't read ANY disks formatted on the DOS6 system... UNLESS they were formatted by XTreeGold, which produced a DOS3 boot sector. Then the very same disks, written in the very same drives, were perfectly readable on either machine.... *and* ANY other machine running DOS3.x or later.

    And if I booted the DOS3 machine from a DOS6 boot disk, it could then magically read the very same floppies it had rejected when it booted from its normal DOS3.2.

    I tried all sorts of cross-checks among different systems and several types of both 3.5" and 5.25" floppies, including some whose owners complained of "alignment" issues, and found it was 100% consistent -- what mattered was not the drive or the disk, but how it was formatted (DOS3 or DOS5 boot sector) and what OS the machine was booted to.

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  96. Whenever I think of Floppy disk by gullevek · · Score: 1
    --
    "Freiheit ist immer auch die Freiheit des Andersdenkenden" - Rosa Luxemburg, 1871 - 1919
  97. Heat Trick by Ol+Olsoc · · Score: 1
    Here's a trick I've used a number of times.

    Tak a hair dryer to your floppy disk with the problem. Heat the disk up. You obviously don't want to get it so hot that the plastic deforms, but you want it over 100 degrees F. Keep it at that temp for a minute or so.

    Pop the warm disk in the drive. There's a good chance it will read now.

    --
    The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
  98. use a LS120 drive by Frederic54 · · Score: 1

    Really, those drive align perfectly on tracks and I was able to read old floppies first try with an LS120 drive.

    --
    "Science will win because it works." - Stephen Hawking
  99. Re:Same problem, different format... by cayenne8 · · Score: 1
    I've not tried to open it yet.

    It is a slot loader, not a pop up one....been awhile since I tried it (all this stuff has been in storage since Katrina)....but I think the tape wouldn't go in and seat properly....and would pop back out....

    I"ll take a look at it....

    --
    Light travels faster than sound. This is why some people appear bright until you hear them speak.........
  100. Freeze by minstrelmike · · Score: 1

    Freezing works on floppies the same way it works on hard disks. But given that your drives are old, too. Use that as one of the last options.

  101. Thanks by roguegramma · · Score: 1

    Thanks, i saved it in case i need it.

    I believe i used a program which could do this - it looked like it ignored bad files and extracted the rest. But i don't recall which program it was .. I found two or three free programs and lots of ones that cost money.

    --
    Hey don't blame me, IANAB
    1. Re:Thanks by SuricouRaven · · Score: 1

      This works in a sort-of-similar way. It doesn't actually extract files - it has no decompression code at all. Rather, it breaks a zip up. Each file within the zip goes into it's own newly-created zip file, with the appropriate header recreated. It's made to handle truncated zips - a form of damage most zip software can't handle, because zip places a vital structure right at the end of the file. Zipfilerecover doesn't need it.

  102. Re:This guy did it with a 35-year-old disk pack . by adolf · · Score: 1

    Yeah, cool.

    Now go back 20 years with a copy of parchive for the fine submitter, please, so that this Ask Slashdot article can fade from its existence in the present.

  103. Drives are not equal by topologicalanomaly47 · · Score: 1

    When I (used to) recover from old floppies I would turn to an old Thinkpad 750p laptop. It's floppy drive recovered many more discs successfully than the 5$ flimsy drives that equipped the last desktops that had floppies.

  104. Successfully recovered the related bad sectors by Zilog · · Score: 1

    Successfully recovered the related bad sectors, thanks to ddrescue and a screwdriver

    For whom could be concerned, i have used my best floppy drive (from an old 80286 i don't even remember the brand), ddrescue with -R 2000 and a screwdriver to "lowering" the diskette while ddrescue tries the remaining 3 bad sectors. I got a complete recover and a full CRC match of the archive.

    Thanks everyone.