I have a bootable IDE hard drive which has Linux on it(with GRUB bootloader). I need to extract files inside this hard drive, but the problem is the booting fails because of some reason... super-block or boot sector must be corrupted. (the hard drive uses EXT3 partition)
So I am trying to mount my corrupted hard drive into another system and extract data from there. however, if I mount my corrupted hard drive, the fdisk -l tells me that "Disk /dev/sdb doesn't contain a valid partition table"
In the worst case, I want to recover even some partial data off from this disk. what would be the best way to do this?? Thank you in advance.