我的ubuntu以及windows 8中的hdd问题[重复]


-2

这个问题在这里已有答案:

我有一个1TB的外部硬盘,但它在ubuntu中显示出一些错误

Error mounting /dev/sdc1 at /media/ubuntu/NAPSTER: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=999,gid=999,dmask=0077,fmask=0177" "/dev/sdc1" "/media/ubuntu/NAPSTER"' exited with non-zero exit status 14: Metadata kept in Windows cache, refused to mount.

Failed to mount '/dev/sdc1': Operation not permitted

The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.

askubuntu.com/questions/378694 / ... 我希望它会对你有所帮助。干杯
Loki 2014年

Answers:


0

首先,您必须再次启动到Windows并定期关闭计算机

然后你用命令安装硬盘:

sudo mount -t ntfs /dev/sdc1 /media/ubuntu/NAPSTER
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.