0

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

1 Answers1

0

Formatted the HDD with Windows 10, and default the cluster size 4096KB. Ubuntu 18.04 can mount it normally. More information, Ubuntu 20.041 can mount the HDD format with 128KB without installing 3rd tool.