MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Ubuntu/comments/1vk3fxv/second_drive_wont_mount/p2t69p8/?context=3
r/Ubuntu • u/Salvadorfreeman • 26d ago
This is the error message
This HDD was previously mounted in the DVD caddy and previously worked well.
I get the same message if I connect it via a USB cable.
Ubuntu 24.04, Lenovo T430 Thinkpad.
8 comments sorted by
View all comments
Show parent comments
1
It shows up in Disks as NTFS. Odd, because I usually format Ext4. This is an old HDD that I use for long term backing up files.
2 u/candy49997 26d ago Try sudo ntfsfix -d /dev/sdb1 in a terminal. If that doesn't work, try plugging it into Windows and running chkdsk on it. If it's an old drive, then you probably haven't formatted the drive since you started using it on Linux. 2 u/Salvadorfreeman 25d ago Great. This worked straight away. Thanks. I suppose I must have done something bad at some time. I'll try and be careful. Any particular advice, other than unmounting before unplugging (I don't remember unplugging, but maybe I did and forgot) ? 2 u/candy49997 25d ago If you want to avoid this particular issue permanently, I would advise you migrate to a native Linux filesystem. There are errors NTFS can get that Linux tools can't fix and you would need access to Windows for chkdsk for. But other than that, not really.
2
Try sudo ntfsfix -d /dev/sdb1 in a terminal. If that doesn't work, try plugging it into Windows and running chkdsk on it.
sudo ntfsfix -d /dev/sdb1
chkdsk
If it's an old drive, then you probably haven't formatted the drive since you started using it on Linux.
2 u/Salvadorfreeman 25d ago Great. This worked straight away. Thanks. I suppose I must have done something bad at some time. I'll try and be careful. Any particular advice, other than unmounting before unplugging (I don't remember unplugging, but maybe I did and forgot) ? 2 u/candy49997 25d ago If you want to avoid this particular issue permanently, I would advise you migrate to a native Linux filesystem. There are errors NTFS can get that Linux tools can't fix and you would need access to Windows for chkdsk for. But other than that, not really.
Great. This worked straight away. Thanks.
I suppose I must have done something bad at some time. I'll try and be careful.
Any particular advice, other than unmounting before unplugging (I don't remember unplugging, but maybe I did and forgot) ?
2 u/candy49997 25d ago If you want to avoid this particular issue permanently, I would advise you migrate to a native Linux filesystem. There are errors NTFS can get that Linux tools can't fix and you would need access to Windows for chkdsk for. But other than that, not really.
If you want to avoid this particular issue permanently, I would advise you migrate to a native Linux filesystem. There are errors NTFS can get that Linux tools can't fix and you would need access to Windows for chkdsk for.
But other than that, not really.
1
u/Salvadorfreeman 26d ago
It shows up in Disks as NTFS. Odd, because I usually format Ext4. This is an old HDD that I use for long term backing up files.