I was formatting a 320GB Seagate HDD from NTFS TO ext4 when there was a power outage. When the power was restored my PC no longer recognized the HDD. I used the Terminal command cat /proc/partitions
while the HDD was PLUGGED and the output of that is
major minor #blocks name
8 0 244198584 sda
8 1 241119232 sda1
8 2 1 sda2
8 5 3077120 sda5
11 0 1048575 sr0
11 1 1048575 sr1
8 96 312571224 sdg
8 97 312568832 sdg1
And the output for the command cat /proc/partitions
when the HDD is UNPLUGGED
major minor #blocks name
8 0 244198584 sda
8 1 241119232 sda1
8 2 1 sda2
8 5 3077120 sda5
11 0 1048575 sr0
11 1 1048575 sr1
The sdg
and sdg1
indicates that it sees my suspect HDD drive. What should I do to get access to my external HDD? Any sort of help is totally appreciable.