首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装Windows文件系统时出错

安装Windows文件系统时出错
EN

Ask Ubuntu用户
提问于 2015-07-24 02:39:07
回答 2查看 1.6K关注 0票数 0

当我试图挂载我的Windows硬盘时,我得到了以下错误:

代码语言:javascript
复制
Error mounting /dev/sda1 at /media/ubuntu/System: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=999,gid=999,dmask=0077,fmask=0177" "/dev/sda1" "/media/ubuntu/System"' exited with non-zero exit status 13: Corrupted file $UpCase  
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.
(udisks-error-quark, 0)

我该怎么办?

EN

回答 2

Ask Ubuntu用户

发布于 2017-03-07 20:40:57

运行:

代码语言:javascript
复制
 sudo ntfsfix /dev/sd(the location of the Windows filesystem)

例如,如果分区是/dev/sdb1,这就是您在命令中输入的内容。您可以使用lsblksudo fdisk -l找到分区。

票数 2
EN

Ask Ubuntu用户

发布于 2015-07-26 15:17:12

您应该仔细阅读错误消息:

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

它展示了一些你可以尝试的东西:

代码语言:javascript
复制
run chkdsk /f on Windows then reboot into Windows twice  

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
票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/652010

复制
相关文章

相似问题

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