首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >即使在禁用快速引导之后,也无法挂载硬盘

即使在禁用快速引导之后,也无法挂载硬盘
EN

Ask Ubuntu用户
提问于 2015-06-19 15:27:40
回答 1查看 417关注 0票数 1

我是运行Ubuntu15.04在双引导与Windows 10预览构建。我有两个硬盘,一个是Ubuntu和Windows安装的,另一个是包含所有数据的。我无法访问包含Ubuntu数据的硬盘驱动器。我已经禁用了快速引导。

我收到以下错误消息:

代码语言:javascript
复制
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?
EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2015-07-01 09:21:06

快速谷歌显示:

Windows:

代码语言:javascript
复制
chkdisk -f driveletter 

Linux:

代码语言:javascript
复制
sudo ntfsfix /dev/sdb2 
票数 3
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/638505

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档