How I can fix the Error mounting /dev/sdb1 at /media/... It works pretty good in the past but I made a clean installed of Ubuntu 14.04 LTS and the Error mounting coming. I try to fix it with with Gparted, ntfs-3g, pmount, but this programs can't find the external HDD. But when I boot put the USB drive with Ubuntu 14.04 on test mode this can find and read my external HDD. How I can fix it?
open terminal with Ctrl+Alt+T and run
Run this command to show disks:
Run this command to mount usb:
/dev/sdb or /dev/sdb1 or some other path
It might be the case that the naming changes when you try the drive on different things. ( sdb becomes sdX because of how the usbs are enumerated) Open a terminal and play with:
If you are still unsure, then try
and read the system log, at one point you should see something similar to:
If not, then try different usb ports, some usb are full powered, some half powered, some mother board don't like usb3 devices on usb2 slots..
I got the same error, but in my case, it wasn't because of a corrupted
NTFS
, but because Ubuntu didn't recognize that the disk was formatted asexFAT
. I could open the disk with no problem in Windows. Then I checked the format and saw that it wasexFAT
. To open it in Linux I installed:And the disk could open without any issue.
I used this ntfsfix package to check my external drive
But in some case this /dev/sdb can be /dev/sda1 or /dev/sda2