![从Linux访问同一台机器上的数据磁盘进行写入](https://linux22.com/image/973325/%E4%BB%8ELinux%E8%AE%BF%E9%97%AE%E5%90%8C%E4%B8%80%E5%8F%B0%E6%9C%BA%E5%99%A8%E4%B8%8A%E7%9A%84%E6%95%B0%E6%8D%AE%E7%A3%81%E7%9B%98%E8%BF%9B%E8%A1%8C%E5%86%99%E5%85%A5.png)
无法从linux访问同一台机器上的数据盘进行写入。
Error mounting /dev/sdc1 at /media/armin/1T_20131122: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdc1" "/media/armin/1T_20131122"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).
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.
答案1
我猜数据磁盘是 Windows 8 磁盘?如果是这样,那么据我所知您无法通过 Linux 访问此分区。
我认为这是因为 Windows 8 没有“正确”关机来帮助改善其启动时间。
我建议创建一个单独的 NTFS 分区,调整磁盘大小或使用不包含操作系统的新分区来存储数据。