Pun*_*con 3 windows linux mount veracrypt
我收到以下错误消息:
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/mapper/veracrypt8': 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.
Run Code Online (Sandbox Code Playgroud)
我知道这个问题与Windows的休眠/快速启动有关,类似于这个问答:https : //askubuntu.com/questions/145902/unable-to-mount-windows-ntfs-文件系统由于休眠/。但是,我已经尝试过这些解决方案,但没有成功。我可以在 Windows 中很好地挂载分区,我可以在 Linux 中以只读模式挂载它。
我安装了 Windows 10 和 Linux Mint 18。有问题的分区上没有操作系统,并且是其磁盘上的唯一分区。
我试过的:
powercfg /h off
.hiberfile.sys
分区上是否没有(来自显示系统文件的 Windows 和处于只读模式的 Linux)。-t ntfs-3g -o remove_hiberfile
用作其挂载选项。sudo mount -t ntfs-3g -o remove_hiberfile /dev/mapper/veracrypt8 /media/veracrypt8
.小智 5
当 Windows 休眠数据存在于加密分区本身(而不是包含加密卷文件的分区)时,就会发生这种情况。
这个解决方案应该适用于每个发行版,只要确保你安装了 ntfsfix。
运行以下命令:
sudo ntfsfix [虚拟设备]
其中 [virtual-device] 是您在“虚拟设备”下看到的路径,例如“/dev/mapper/veracrypt1”。
归档时间: |
|
查看次数: |
3748 次 |
最近记录: |