Recovering files from a dead HD?

Hey all...
Yesterday I tried burning an Audio CD with cdrecord, and since it was a 90min CD-R I had a lot of songs there. cdrecord failed the burning and said I could use -ignsize if I'm sure my drive is capable to burn this kind of CD. I guess it wasn't, but now it's too late... cdrecord died after ~5 tracks, and weird stuff started happening. First I got 'Read-only filesystem" error when trying to run some program, so I wanted to check what's going on, but 'mount' wasn't there. I tired ls'ing the /usr/bin directory, but didn't have permissions. After a minute or so, my 'screen' session died with 'signal 7', the mouse froze, and then everything else.
I did an hard-reboot and my BIOS said it has nowhere to boot from. I'm using a laptop - Dell Inspirion 6400, and the tools that came with it on the BIOS said there's no HD.
Now, that's what happened. Later on, I tried these steps:
I booted from an Arch CD to find it doesn't recognize no HD - there was no /dev/sd* nor /dev/hd*. After messing around, I did a boot without the CD and GRUB came up. It was slow, very slow, but the kernel loaded and the boot started. It got to the point where it should mount my root filesystem, /dev/sda4, and it starting "Checking transaction log". I'm using a ReiserFS on this filesystem. After a while (it took about 10 minutes), a few errors showed up with "ata1.01:" "softreset", "SRST Error", etc'. Then - a kernel panic.
Doing some tests, I saw that whenever I try booting from Arch's CD - it doesn't know nothing about my /dev/sda, unless I boot it with 'arch root=/dev/sda4", which then starts the drive, shows all the partitions on it, but fails with the same kernel panic after "Checking transaction log".
Actually, I don't mind much about the drive. I got backups of most of the stuff there, unless one important thing - my poetry directory, which has about 200 text-files of my poems. I don't have any kind of backup of it, and it would be awful to lose it.
The thing is I can't run any of reiserfs repair tools, since if boot without specifying "root=/dev/sda4" I don't have any /dev/sda4 to repair. If I boot with it, it won't pass the check.
I tried passing 'root=/dev/sda2' to my boot entry, which is my boot ext2 partition, but I got a kernel panic not finding init in there. Though, I does starts and list my HD's partitions.
Any advice would be a lot of help to me.
I'm thinking about 2 options:
- Disabling the check and hope I can see some files. Is there anyway to skip the check?
- Booting without passing the 'root' argument, but repopulating the /dev/ directory so it will find my sda drive. How can repopulate it? How can I repeat the steps the 'root=/dev/sda4' does, so it starts my drive?
Any other idea is good too I've got nothing to do but try.
Thanks a lot, and hope I didn't miss to much info (I can't copy-n-pass logs...).
Yo'av.
Last edited by bjesus (2008-01-04 11:41:43)

Well, I've made a few steps but still need some help.
I managed to start the computer with the HD on by passing 'swap=/dev/sda3' to the kernel. This way it starts the drive and doesn't fail - the sda3 partition is working good.
Now I can see sda4 - my data partition - and dd it, reiserfsck it, etc'.
So I tried use dd on it, and well - it partly worked. After creating 1.5GB file - errors started taking over - the HD shut down. Since then, I tried it a couple of times more, with no luck - at some point, the HD doesn't response until reboot.
So I'm left with my 1.5GB file, but I'm dieing to see what files it has in it.
How can I?
I don't want to do dd it to the dead partition, because maybe I'll be able to get some more stuff from there later on. I don't want to overwrite it.
I can't make it to mount -o loop. I've sent the file through ssh to another computer, but when I try to mount it, using
mount -o loop,offset=937681920 -t reiserfs imagefile directory
but it won't work. My logs says this:
Jan 10 18:44:00 localhost kernel: [343413.589447] ReiserFS: loop0: found reiserfs format "3.6" with standard journal
Jan 10 18:44:00 localhost kernel: [343413.589842] ReiserFS: loop0: using ordered data mode
Jan 10 18:44:00 localhost kernel: [343413.590388] ReiserFS: loop0: journal params: device loop0, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Jan 10 18:44:00 localhost kernel: [343413.594227] ReiserFS: loop0: checking transaction log (loop0)
Jan 10 18:44:00 localhost kernel: [343413.595220] attempt to access beyond end of device
Jan 10 18:44:00 localhost kernel: [343413.595231] loop0: rw=1, want=209977472, limit=2900768
Jan 10 18:44:00 localhost kernel: [343413.595238] Buffer I/O error on device loop0, logical block 26247183
Jan 10 18:44:00 localhost kernel: [343413.595247] lost page write due to I/O error on loop0
Jan 10 18:44:00 localhost kernel: [343413.596053] attempt to access beyond end of device
Jan 10 18:44:00 localhost kernel: [343413.596060] loop0: rw=1, want=163580824, limit=2900768
Jan 10 18:44:00 localhost kernel: [343413.596065] Buffer I/O error on device loop0, logical block 20447602
Jan 10 18:44:00 localhost kernel: [343413.596071] lost page write due to I/O error on loop0
Jan 10 18:44:00 localhost kernel: [343413.596874] attempt to access beyond end of device
Jan 10 18:44:00 localhost kernel: [343413.596881] loop0: rw=1, want=134684064, limit=2900768
Jan 10 18:44:00 localhost kernel: [343413.596886] Buffer I/O error on device loop0, logical block 16835507
Jan 10 18:44:00 localhost kernel: [343413.596892] lost page write due to I/O error on loop0
Jan 10 18:44:00 localhost kernel: [343413.597724] attempt to access beyond end of device
Jan 10 18:44:00 localhost kernel: [343413.597732] loop0: rw=1, want=228099096, limit=2900768
Jan 10 18:44:00 localhost kernel: [343413.597738] Buffer I/O error on device loop0, logical block 28512386
Jan 10 18:44:00 localhost kernel: [343413.597743] lost page write due to I/O error on loop0
Jan 10 18:44:00 localhost kernel: [343413.598546] attempt to access beyond end of device
Jan 10 18:44:00 localhost kernel: [343413.598553] loop0: rw=1, want=170383736, limit=2900768
Jan 10 18:44:00 localhost kernel: [343413.598558] Buffer I/O error on device loop0, logical block 21297966
Jan 10 18:44:00 localhost kernel: [343413.598564] lost page write due to I/O error on loop0
Jan 10 18:44:00 localhost kernel: [343413.599416] attempt to access beyond end of device
Jan 10 18:44:00 localhost kernel: [343413.599424] loop0: rw=1, want=130418480, limit=2900768
Jan 10 18:44:00 localhost kernel: [343413.599809] attempt to access beyond end of device
Jan 10 18:44:00 localhost kernel: [343413.599816] loop0: rw=1, want=129253888, limit=2900768
Jan 10 18:44:00 localhost kernel: [343413.600200] attempt to access beyond end of device
Jan 10 18:44:00 localhost kernel: [343413.600207] loop0: rw=1, want=129253776, limit=2900768
Jan 10 18:44:00 localhost kernel: [343413.600590] attempt to access beyond end of device
Jan 10 18:44:00 localhost kernel: [343413.600597] loop0: rw=1, want=191897064, limit=2900768
Jan 10 18:44:00 localhost kernel: [343413.600981] attempt to access beyond end of device
Jan 10 18:44:00 localhost kernel: [343413.600988] loop0: rw=1, want=205783160, limit=2900768
Jan 10 18:44:00 localhost kernel: [343413.602422] ReiserFS: loop0: warning: journal-1226: REPLAY FAILURE, fsck required! buffer write failed
Jan 10 18:44:00 localhost kernel: [343413.602442] ReiserFS: loop0: warning: Replay Failure, unable to mount
Jan 10 18:44:00 localhost kernel: [343413.603300] ReiserFS: loop0: warning: sh-2022: reiserfs_fill_super: unable to initialize journal space
Jan 10 18:44:11 localhost kernel: [343424.499399] ReiserFS: loop0: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on loop0
Jan 10 18:49:34 localhost kernel: [343747.442696] ReiserFS: loop0: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on loop0
Jan 10 18:50:31 localhost kernel: [343803.939307] ReiserFS: loop0: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on loop0
Jan 10 18:52:29 localhost kernel: [343921.886901] ReiserFS: loop0: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on loop0
Any idea how to mount the file? I calculated the offset from 512*1831410 (the start of the partition, by fdisk -ul), though I get pretty much the same error without the offset. I know the image creation did not complete, but I'm hoping at least some of my files of interest are there.
Anyone know a program which can see the files in it? Something?
Thanks.
Last edited by bjesus (2008-01-10 16:59:27)

Similar Messages

  • Recovering files from dead MacBook

    I have a dead Macbook Pro. As in, it won't even turn on. This is key, as most discussions on this topic involve computers that will turn on, but won't totally boot. Is it possible for me to recover files from that computer if it won't turn on, and how? The hard drive is in working condition. The computer won't start, according to Apple, because a coffee spill (my fault) caused some damage to the area around the start up button. Everything else on the computer is in grand working condition as far as I'm aware.

    Welcome to Apple Support Communities
    What you can do is to take out the hard drive and make sure it's not water damaged. Then, buy a USB to SATA adapter, and connect it to any PC or Mac.
    You won't have any problem to recover your data if you connect it to a Mac, but you will have problems with PCs. The filesystem that OS X uses is not detected by Windows, so you will have to install an application like Paragon HFS to read the hard drive and recover your data

  • HT1386 My hard drive died and I need to resync my iPad.  Will just following the initial instructions resync my iPad and restore all my information or do I need to try to recover the iPad file from the dead hard drive?

    My hard drive died and I need to resync my Ipad.  Will following the initial instructions for syncing work or do I need to restore my original files from the dead hard drive.

    If the hard drive that crashed is the one that stored the itunes library, be sure to restore the library from Time Machine (mac) or whatever backup you use on windows.  That will get back your music.  I suspect that the replacement drive has an empty itunes library and thus, perhaps, the itunes match used that to sync to its servers.
    Try posting in the iTunes Match forum, you'll probably find more knowledgeable folks there.
    https://discussions.apple.com/community/itunes/itunes_match

  • Is there a way to recover Thunderbird from a dead Harddrive?

    My Hard Drive died as the result of a liquid spill and (as the result) it will not reboot.
    Is there a way to recover any of the messages & address book from this dead hard drive?
    Techs have attempted to recover data from the dead hard drive & they are advising that the only way that Thunderbird can be recovered is from a working Hard Drive.
    Until I hear otherwise, I am holding all my e-mail in the "Web Mail" version of my Programs.
    Thanks
    Richard

    They removed it & attempted access it.
    They were able to recover data but they said (because it would not boot); they couldn't access the Thunderbird Files.
    Does this answer your question or do you need more info.
    I will print this message and share it with them.

  • HELP! How can i restore/recover files from Bootcamp with Boot Failure - Missing operating system error?

    Hi,
    I am having a few problems with bootcamp on my imac. When i tried to move the bootcamp partition on windows 7 into free space, it crashed and turned off. Ever since i have had the error 'Missing operating system' and it fails to boot. I have some very important files on the bootcamp partition. Is it possible to recover these files or even to restore the bootcamp partition to it's original state? I do not have a backup of my bootcamp partition. Another problem i have is that ever since i tried to expand my macintosh HD partition into free space, when i hold alt while booting up (to choose which partition to boot like i normally do), the bootcamp partition has stopped appearing. This means that i cannot even boot the windows 7 bootcamp partition anymore!
    So basically here are my 2 questions:
    How can i restore/recover files from Bootcamp with Boot Failure - Missing operating system error?
    How can i make the Bootcamp partition appear in Startup Disk and when i hold the option key while starting up my computer to allow me to boot windows 7?
    Any solutions are very much apreciated!
    Thanks!
    I know that bootcamp (disk0s4) hasn't been fully deleted since it appears in disk utility (i cant do anything to it though)
    And here is the error i see when i try to launch bootcamp (back when i was actually able to boot up bootcamp to the error screen)

    WinClone 3 is OS X and saves Windows image it makes for restore - that should work but you will have to try and you would need to make a new image unless it also works with a native Windows system restore image. It is now supported and has come a long way.
    http://www.twocanoes.com/
    Paragon Clone OS works and does disk-to-disk clone just like CCC you end up with two bootable drives. But does not work with your setup. It would let you clone and move your Windows install to an SSD or another disk drive though and be bootable.
    During its clone process it checks for errors which is very helpful and lets you know - something CCC and others should adopt more of.
    http://www.paragon-software.com/downloads/demo.html
    I wish for our/my sake you had re-read and rewritten the long 'story' and broken it into a brief list of facts we needed.
    OS X
    Windows
    Backup (though external is much safer) and you want bootable OS X clones as well as TimeMachine
    https://support.apple.com/kb/HT1427
    https://support.apple.com/kb/HT1553
    There are a number of things to do like chkdsk and others as well as Windows DVD to do automatic system repairs and find out why.
    AppleHFS - the abilty to mount and read HFS volumes can be notorious.
    I would rearrange and redo your storage setup and how you use the 4-5 internal hard drive bays.

  • How can I recover files from an iPod Touch (4th gen) prior to a required restore?

    How can I recover files from an iPod Touch (4th gen) prior to a required restore?
    The iPod Touch was working perfectly fine.  iTunes suggest that I update the iPod Touch to the latest operating software, and I proceeded to do so.  Then a message popped up stating that the iPod Touch needs to be fully restored - and that all data will be lost.  The iPod Touch now displays the 'plug into iTunes' screen, and is stuck there.  There are irreplaceable family momentos on the iPod Touch.  How can I recover files from an iPod Touch prior to a required restore?  HELP...

    Your only hope is to contact a data recovery company. When it shows the connect to iTunes screen the iPod is essentially deleted.
    You can restore from an existing backup

  • Removing files from a dead powerbook drive

    I need to remove files from a dead powerbook which has motherboard failure. Does not boot up so Target mode will not work. Is there another way to do this?
    Do they make drive dock connectors for this?

    You could remove the drive and use a drive adapter. Many places make drive adapters.
    I like OWC. Here is an example.
    http://eshop.macsales.com/item/Newer%20Technology/U2NV2SPATA/
    Cheers.

  • How to recover files from a deleted partition?

    Unfortunately, my OSX was not booting and I deleted my partition. Through the Internet Recovery mode I reinstalled the original OSX Mountain Lion it came with. I then upgraded to Maverick. I know that deleting a partition practically means all files are lost. I heard that files can be recovered on a Windows when a partition is deleted. Is there any way I can recover files from a partition that was deleted just a day ago?

    Hi,
    Yes, it is possible to recover deleted partition or volume on Mac. Previously I was able to recover all my data lost due to accidental deletion of partition on my Mac PC by using recover Mac data software. This tool is really helpful, here you can download this tool.

  • How do I recover data from my dead hard drive?

    How do I recover data from my dead hard drive?

    Is it dead or corrupt? There are recovery programs out there, however if your HD is head, paying pros to do data recovery is VERY costly.       Some have removed the platters and installed them in likewise drives that dont have head crashes, but torque tolerances are tight, and doing it right is a bit advanced and tricky for most. Ive done HD disk swaps 4 times and had success 3 of the 4 times. It requires cannibalizing another working HD.   In the future remember the golden rule, 2 copies is 1, and one is NONE.
    Its likely you could find a local computer repair station that can do it for you cheaply.  HD dont really "die", they have fried SATA bus, or crashed HEADS........the platters DO demagnatize over long time due to heat and degauss of the data (poor storage, etc).........but in specific, a HARD DRIVE DOESNT DIE ,.........only the flying head mechanisms that read and write the data, and SATA / bus that feeds the data DIES,.......but the data (unless corrupt or magnetically corrupted) is THERE

  • Recovering files from your ipod

    My computer got reconfigured, so is there a way ro recover files from your ipod to your computer? I have a windows XP not a mac,if that makes a difference.

    Connect your iPod to your computer. If it is set to update automatically you'll get a message that it is linked to a different library and asking if you want to link to this one and replace all your songs etc, press "Cancel". Pressing "Erase and Sync" will irretrievably remove all the songs from your iPod. Your iPod should appear in the iTunes source list from where you can change the update setting to manual and use your iPod without the risk of accidentally erasing it. Also when using most of the utilities listed below your iPod needs to be enabled for disc use, changing to manual update will do this by default. Check the "manually manage music and videos" box in Summary then press the Apply button: Managing content manually on iPod
    Once you are safely connected there are a few things you can do to restore your iTunes from the iPod. If you have any iTunes Music Store purchases the transfer of purchased content from the iPod to authorised computers was introduced with iTunes 7. A paragraph on it has been added to this article: Transfer iTunes Store purchases using iPod
    The transfer of content from other sources such as songs imported from CD is designed by default to be one way from iTunes to iPod. However there are a number of third party utilities that you can use to retrieve the music files and playlists from your iPod. You'll find that they have varying degrees of functionality and some will transfer movies, videos, photos, podcasts and games as well. Have a look at the web pages and documentation, this is just a small selection of what's available, they are generally quite straightforward. You can also read reviews of some of them here: Wired News - Rescue Your Stranded Tunes
    TuneJack Windows Only
    iPod2PC Windows Only
    iGadget Windows Only
    iDump Windows Only
    iRepo Windows Only
    iPodRip Mac & Windows
    YamiPod Mac and Windows Versions
    Music Rescue Mac & Windows
    iPodCopy Mac and Windows Versions
    There is also a manual method of accessing the iPod's hard drive and copying songs back to iTunes on Windows or a Mac. The procedure is a bit involved and won't recover playlists but if you're interested it's available at this link: Two-way Street: Moving Music Off the iPod
    Whichever of these retrieval methods you choose, keep your iPod in manual mode until you have reloaded your iTunes and you are happy with your playlists etc then it will be safe to return it auto-sync. I would also advise that you get yourself an external hard drive and back your stuff up, relying on an iPod as your sole backup is not a good idea and external drives are comparatively inexpensive these days, you can get loads of storage for a reasonable outlay.

  • After refomatting HDD, reinstalling Vista plus service packs, recovering files from Microsoft backup and installing new copy of Firefox 3.6, Firefox will not run. Have deleted all old M0zilla profile folders and reinstalled Firefox again to no avail.

    After computer would not boot and could not be repaired, I reformatted the HDD, reinstalled Vista plus all service packs and updates, recovered files from Microsoft backup and installed new copy of Firefox 3.6. Firefox will not run.
    I have deleted all old M0zilla profile folders and reinstalled Firefox again to no avail.
    After intallation was completed, the automatic startup just placed a small box on the screen "Import wiz". This just sat there with no activity. After I closed this box, none of the Firefox start buttons would open the program -- just the blue rotating icon for about 2 seconds then nothing.

    Hi,
    Please try to rebuil the WMI repository.
    For detailed information, please refer to the blog below,
    http://blogs.technet.com/b/askperf/archive/2009/04/13/wmi-rebuilding-the-wmi-repository.aspx
    If issue persists, due to sfc doesn't work, could you try to repair your system with the installation disk?
    Best Regards.
    Steven Lee
    TechNet Community Support

  • My iphone 4 is dead with water damage. Is there a way to recover data from the dead phone.

    My iphone 4 is dead with water damage. Is there a way to recover data from the dead phone. Could any one help where exectly the memory chip (not RAM) resides in the phone. Is it on the motherboard or a seperate component in the phone?

    The iPhone's internal components are soldered together. There is no way to recover data from your phone if it refuses to power up.
    ~Lyssa

  • Can I selectively recover files from my Time Machine Back-up?

    After installing the most current apps from the App Store, OS X 10.8.5, Safari and iTunes,my system became disfunctional. I did not back up my system before this happened. Before these updates, I had the spinning beach ball on opening and closing apps and applications quiting or freezing. Eventually, after trying to repair by various means, I couldn't access my desktop. I went into Recovery mode and did a backup of my corrupt system and reinstalled OS. I have a good basic system now but now I would like to know, "Can I selectively recover files from my Time Machine Back-up?"

    The basic answer is Yes, but it depends on what files. Can you give an example of what type of files and where they were located.

  • Recovering files from trash???

    PLEEEEEASE HELP! Can someone tell me if you can recover files from somewhere in the system that have been deleted from trash

    Basics of File Recovery
    Files in Trash
    If you simply put files in the Trash you can restore them by opening the Trash (left-click on the Trash icon) and drag the files from the Trash to your Desktop or other desired location. OS X also provides a short-cut to undo the last item moved to the Trash -press COMMAND-Z.
    If you empty the Trash the files are gone. If a program does an immediate delete rather than moving files to the Trash, then the files are gone. Recovery is possible but you must not allow any additional writes to the hard drive - shut it down. When files are deleted only the directory entries, not the files themselves, is modified. The space occupied by the files has been returned to the system as available for storage, but the files are still on the drive. Writing to the drive will then eventually overwrite the space once occupied by the deleted files in which case the files are lost permanently. Also if you save a file over an existing file of the same name, then the old file is overwritten and cannot be recovered.
    General File Recovery
    If you stop using the drive it's possible to recover deleted files that have not been overwritten by using recovery software such as Data Rescue II, File Salvage or TechTool Pro. Each of the preceding come on bootable CDs to enable usage without risk of writing more data to the hard drive.
    The longer the hard drive remains in use and data are written to it, the greater the risk your deleted files will be overwritten.
    Also visit The XLab FAQs and read the FAQ on Data Recovery.

  • How to activate CS3 after transferring files from a dead computer to a new computer

    How do I activate CS3 after transferring files from a dead computer to a new computer?
    I have a CS3 on an iMac.  My old iMac's disk drive failed completely.  So, I cannot turn it on.
    I installed all my files and programs from a back-up drive.  Adobe Product Support said I should go to the Forum.
    Any ideas?
    Thank you
    Andy Serrano

    The message I get when I try to start Photoshop says, "Licensing for this product has stopped working."  You must contact customer support.

Maybe you are looking for

  • Can't create a new partition

    Hi, I want to create a new partition as I have done before a few times. Now, the problem is, that I get an error message, when I'm trying to create one. Unfortunetally the error message is in German, so I try to translate it: "Partitioning failed Dur

  • External USB drive won't mount after 10.9.5 upgrade

    Is anyone else reporting the following issue?  Immediately after installing OS X update 10.9.5 (13F34) on 09/18, my external USB drive (IOMega 1GB OS X Extended FS) used for Time Machine would no longer mount and isn't recognized.  When I look at the

  • Videos won't play in my iTunes (Windows 7)

    When I click play, the section where the video is supposed to play displays the first frame as if it's about to play, but never actually plays. The sound doesn't work either. I just updated iTunes to version 10.5 and it still doesn't work. Does anyon

  • Sap hcm insurance plan

    Hi, for the coverage varaint I have defined it as DESG & DEMA. Its coverage for single and married employee. Like if single employee died in the course of work, they will be compensate 20 times of their salary and as for married employees they will b

  • Purchased album, one song is missing and others only play for 40 seconds max.

    I purchased Emilie Autumn's album "Opheliac (The Deluxe Edition)" last night. The third song ("Liar") is missing, and the other songs play for 40 seconds max. I tried to download the album again, but the Store only tells me my downloads are complete.