Fixing NTFS hard drive that refuses to mount
This could be that is is not automounting coz of an error to do with bad sectors etc.
| |
Then
$ sudo ntfsfix /dev/sdX
where /dev/sdX is the Hard Drive e.g /dev/sdd1
Checking the type of your mounted partitions or devices
| |
Where /dev/sdd1 is your
Check your mounted partitions/devices
| |
or
| |
mount device(hard drive) using terminal
$ sudo mount -t ntfs /dev/sdd1 /mnt
unmount device from using terminal
| |