Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Suddenly both my Windows machine and Linux (Ubuntu 12.04) do not recognize my external hard drive. I do see the actual device when I perform an fdisk command or go to disk management in Windows. I cannot see the file system or something. Is there a way to fix this? This is the output of my fdisk -l command.

Disk /dev/sdb: 499.4 GB, 499405291520 bytes
255 heads, 63 sectors/track, 60715 cylinders, total 975400960 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xc68c3a38

but there is nothing below that (unlike with my internal harddrive where the console displays /dev/sda1 etc.

I tried to manually mount the drive and I received the following error after performing the following command...

matthew@matthew-System-Product-Name:/dev$ sudo mount /dev/sdb1 /media/ed
mount: special device /dev/sdb1 does not exist

By the way, the external harddrive is a Western Digital "My Passport" and I can see the CD rom .iso it mounts to install helper software.

share|improve this question

closed as off topic by Jay Riggs, pst, zdan, bažmegakapa, Evan Mulawski Jul 9 '12 at 1:13

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 1 down vote accepted

Have you had a look at TestDisk (http://www.cgsecurity.org/wiki/TestDisk)? It might be able to reconstruct the partition table of the hard drive, however this question might be better suited for superuser, not stackoverflow.

share|improve this answer
What is superuser? Is that a site like Stack overflow? I couldn't find it when I googled it. – Matthew Jul 8 '12 at 13:34
! Thank you for that resource! The program testdisk_static kicked butt and saved my bacon! It searched for "lost" particians, found it, and wrote it to the disk and not everything is 100% Thanks for the resource! Very much appreciated! – Matthew Jul 8 '12 at 13:43

Not the answer you're looking for? Browse other questions tagged or ask your own question.