我以前的操作系统 (Lubuntu 18.04) 上有一个加密home
文件夹,现在无法启动,需要从 Live OS 中恢复它。当我运行以下命令解密我的home
文件夹时:
sudo ecryptfs-recover-private --rw /media/lubuntu/<UUID>/.ecryptfs/<USERNAME>/.Private/
它返回:
INFO: Found [/media/lubuntu/<UUID>/.ecryptfs/<USERNAME>/.Private/].
Try to recover this directory? [Y/n]: y
INFO: Found your wrapped-passphrase
Do you know your LOGIN passphrase? [Y/n] y
INFO: Enter your LOGIN passphrase...
Passphrase:
输入正确的密码后,出现以下错误:
Inserted auth tok with sig [xxxxxxxxxxxxxxxx] into the user session keyring
mount: /tmp/ecryptfs.XXXXXXXX: mount(2) system call failed: No such file or directory.
ERROR: Failed to mount private data at [/tmp/ecryptfs.XXXXXXXX].
有人可以向我解释一下这是什么问题以及如何解决?