Wil*_*ier 8 partitioning boot mount ntfs hard-drive
我最近习惯ntfsresize调整我的 ntfs 驱动器的大小。
然后我得到一个错误说:
Error mounting /dev/sda1 at /media/<user>/Win10: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda1" "/media/<user>/Win10"' exited with non-zero exit status 13: Failed to load runlist for $MFT/$DATA.
highest_vcn = 0xaa4a, last_vcn - 1 = 0x2387f
Failed to load $MFT: Input/output error
Failed to mount '/dev/sda1': 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.
Run Code Online (Sandbox Code Playgroud)
尝试安装它时。
然后我曾经ntfsfix尝试修复它,但它给出了错误:
Mounting volume... Failed to load runlist for $MFT/$DATA.
highest_vcn = 0xaa4a, last_vcn - 1 = 0x2387f
Failed to load $MFT: Input/output error
FAILED
Attempting to correct errors... Failed to load runlist for $MFT/$DATA.
highest_vcn = 0xaa4a, last_vcn - 1 = 0x2387f
Failed to load $MFT: Input/output error
FAILED
Failed to startup volume: Input/output error
Checking for self-located MFT segment... OK
Failed to load runlist for $MFT/$DATA.
highest_vcn = 0xaa4a, last_vcn - 1 = 0x2387f
Failed to load $MFT: Input/output error
Volume is corrupt. You should run chkdsk.
Run Code Online (Sandbox Code Playgroud)
您需要启动到 Windows,或者如果它是外部驱动器,则使用另一台装有 Windows 的计算机。Windows 应该会自动检测到存在问题并有一个弹出窗口询问您是否要检查磁盘是否有错误,所以只需按是,您应该就可以了。
如果您计划在 Linux 上使用驱动器而不是 Windows,我强烈建议您使用 ext4,因为它比 Linux 中的 NTFS 工作得更好,正如我所学到的。
顺便说一句,根据联机帮助页:
ntfsfix 不是 chkdsk 的 Linux 版本。它只修复一些基本的 NTFS 不一致,重置 NTFS 日志文件并为首次启动到 Windows 安排 NTFS 一致性检查。
| 归档时间: |
|
| 查看次数: |
30236 次 |
| 最近记录: |