我有一个带有多个 NTFS 分区的 HHD,我大约一年没有使用该驱动器了,但是现在我想从 OS 分区中恢复该数据。
当我跑步时:
sudo mount --verbose /dev/sdc2 /home/neon/test
我得到:
Failed to read last sector (524398583): Invalid argument
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g. by not using mdadm --build ...),
or a wrong device is tried to be mounted,
or the partition table is corrupt (partition is smaller than NTFS),
or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/sdc2': Invalid argument
The device '/dev/sdc2' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
我也尝试使用 Dolphin 和 Windows 资源管理器打开该分区,但没有成功。