I installed Ubuntu 18.04-64bit with Windows 10-1809 and I can not mount 2 HDDs had been format with NTFS. I always get the error as below:
mount: /mnt/DiskE: wrong fs type, bad option, bad superblock on /dev/sdd2, missing codepage or helper program, or other error.
I had search around this forum and unix & linux exchange, However, no luck until now.
Here is some information I had read
Problem mounting GPT disk partition
mount command
sfdisk command
parted command
2 HDDs has formatted with NTFS and allocation unit
128Kb, the SSD has installed Windows can mount normally and formatted with NTFS and allocation unit
as default (4096 KB)
Update:
With suggestion of @oldfred, I found my Windows has Hibernate turn on. I turn it of, however, still no luck.
I already running chkdsk
2 times on 2 HDD drives. Here is the new log when I try to mount it
root@haiphan-desktop:~# mount -t ntfs-3g -o ro /dev/sda2 /media/haiphan/DriveD
$MFTMirr does not match $MFT (record 32).
Failed to mount '/dev/sda2': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
Do you have any idea how to about this problem? Any suggestion has appreciated
chkdsk
2 times. Still no luck now... I update some more information in my question – seal2002 Nov 27 '19 at 14:374096Kb
and I can mount it on Ubuntu 18.04. – seal2002 Dec 01 '19 at 00:55