Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, a few days ago my Fedora 12 x64 installation started giving me an error before startup ('disk boot failure, insert system disk to continue') and wouldn't boot. I put ...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    1

    160gb hard drive listed as "210mb filesystem" - trying to recover files

    Hi,

    a few days ago my Fedora 12 x64 installation started giving me an error before startup ('disk boot failure, insert system disk to continue') and wouldn't boot.

    I put a new drive in and reinstalled with the same installation disc, then plugged the old drive back in to see if I could get any of the files back.

    The drive didn't appear in Computer, so I tried it with a USB enclosure and was able to see a 210mb filesystem with some system files in it.

    From what I've been reading, it seems like the 210mb filesystem is a partition, but my files are on a different one which can't be seen for some reason.

    I tried using
    Code:
    dd if=/dev/disk/by-uuid/1d7cecc3-ddb8-4fca-9363-21f1f19bd209 of=/home/gus/160/test
    but the output is:

    Code:
    409600+0 records in
    409600+0 records out
    209715200 bytes (210 MB) copied, 13.8308 s, 15.2 MB/s
    and the file 'test' is 210mb, so that's no good.

    This is what I can see in the 210mb filesystem:

    lost+found (directory)
    efi (directory)
    grub (directory)
    config-2.6.31.6-166.fc12.x86_64
    config-2.6.31.9-174.fc12.x86_64
    System.map-2.6.31.6-166.fc12.x86_64
    System.map-2.6.31.9-174.fc12.x86_64
    vmlinuz-2.6.31.6-166.fc12.x86_64
    vmlinuz-2.6.31.9-174.fc12.x86_64
    initramfs-2.6.31.6-166.fc12.x86_64.img
    initramfs-2.6.31.9-174.fc12.x86_64.img

    The fact that some files can be read makes me think the hard drive might not be entirely dead. What do you think is the best way to go with this?

    Cheers,
    Gus

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    It sounds like something may have munged the partition table on the drive. Was there a system crash (kernel panic), or serious power surge/brown-out recently? If the actual file system didn't get too badly munged, you can probably restore the boot-loader/partition table at least well enough to recover your data. You would use fdisk to do that. Hopefully you remember the location/sizes of the partitions on the disc...
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    that looks like a /boot partition based on the files inside it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...