我是运行Ubuntu15.04在双引导与Windows 10预览构建。我有两个硬盘,一个是Ubuntu和Windows安装的,另一个是包含所有数据的。我无法访问包含Ubuntu数据的硬盘驱动器。我已经禁用了快速引导。
我收到以下错误消息:
Error mounting /dev/sdb2 at /media/yash/Yash: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdb2" "/media/yash/Yash"' exited with non-zero exit status 12: Failed to read last sector (625133566): 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/sdb2': Invalid argument
The device '/dev/sdb2' 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?发布于 2015-07-01 09:21:06
快速谷歌显示:
Windows:
chkdisk -f driveletter Linux:
sudo ntfsfix /dev/sdb2 https://askubuntu.com/questions/638505
复制相似问题