我安装了Ubuntu18.04-64位与Windows 10-1809,我不能挂载2 HDD已经用NTFS格式。我总是得到以下错误:mount: /mnt/DiskE: wrong fs type, bad option, bad superblock on /dev/sdd2, missing codepage or helper program, or other error.
我已经搜索了这个论坛和unix & linux交换,然而,直到现在还没有什么好运气。以下是我读过的问题安装GPT磁盘分区 安装命令 sfdisk命令 分拆命令的一些信息
2硬盘已格式化为NTFS和allocation unit
128 KB,SSD已安装Windows可正常挂载,并以NTFS和allocation unit
作为默认格式(4096 KB)。
更新:在@oldfred的建议下,我发现我的Windows打开了Hibernate。不过,我还是觉得运气不好。我已经在2个硬盘驱动器上运行了2次chkdsk
。下面是我尝试挂载它时的新日志
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.
你知道如何解决这个问题吗?任何建议都值得赞赏
发布于 2020-10-04 11:19:51
用Windows 10格式化HDD,默认集群大小为4096KB
。Ubuntu18.04可以正常安装它。更多信息,Ubuntu 20.041可以挂载128 3rd的HDD格式,而无需安装第三个工具。
https://askubuntu.com/questions/1191340
复制相似问题