So I have this external 2.5" drive salvaged from an old laptop of mine. I was trying to use it to backup/store data but the transfer to the drive fails repeatedly at the ~290GB mark leading me to believe that maybe there is a bad sector on the drive. I tried to inspect the drive using smartmontools and smartctl but since it is an external drive, i was not allowed to do so. Is there anyway for me to inspect and fix this drive? I am on fedora ublue-main. The HDD is a 1TB seagate drive.
That’s not looking good, usually on a bad sector the drive will write it to a spare sector transparently and mark it as bad internally. That means they’ve probably all already been used up.
smartctl should work just fine over USB, unless your USB adapter for the drive is really bad. Make sure you’re using sudo as well. Worst comes to worst, try using it in a different computer.
Your next goal would be to get it to do a full self test with smartctl. A low level format might help clear some bad state and it might be okay afterwards with a fresh format accounting for whatever defect it built up over time.
I wouldn’t recommend it. It might work for a bit and then just die completely.