
我正在嘗試安裝外接硬碟,但不斷收到此錯誤
無法存取“備份資料”
Error mounting /dev/sdb3 at /media/root/Backup Data: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=0,gid=0,dmask=0077,fmask=0177" "/dev/sdb3" "/media/root/Backup Data"' exited with non-zero exit status 13: ntfs_mst_post_read_fixup_warn: magic: 0x43425355 size: 4096 usa_ofs: 893 usa_count: 65535: Invalid argument
Actual VCN (0x8000032a58e1600) of index buffer is different from expected VCN (0x0).
Failed to mount '/dev/sdb3': 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.
(udisks-error-quark, 0)
我嘗試使用 GPARTED 和 Gnome-disks,但它說如果我嘗試修復硬碟,我將丟失資料。
答案1
使用ntfsfix
(在ntfs-3g
包裝中)。如果它無法修復檔案系統,它至少可以在下次連接到正在運行的 Windows 系統時將其標記為需要一致性檢查(然後 Windows 將完成其餘的工作)。