安装deepin15.8后不能打开加密磁盘的解决办法
Tofloor
poster avatar
帅de没人要
deepin
2018-11-10 01:52
Author
之前使用的ubuntu 今天叛逃到deepin15.8
发现之前的加密移动硬盘不能打开了 提示
Error bd_crypto_luks_open_blob called but not implemented
搜索了不少方法 直到找到这个网页
网页链接
是在Ubuntu18.04下的解决办法  试了下在deepin15.8中仍然有效
Error bd_crypto_luks_open_blob called but not implemented when opening Luks Encrypted volume in Lubuntu
BY GEETU R. VASWANI, ON JUNE 18TH, 2018
Below error appears in Lubuntu 18.04 LTS
bd_crypto_luks_open_blob called, but not implemented
when opening Luks Encrypted volume using PCManFM, the Lubuntu File Manager.

To overcome this error, open a terminal window and enter the commands below:
$ sudo apt install libblockdev-crypto2
$ systemctl restart udisks2.service


其实也就是安装libblockdev-crypto2这个软件后就能解决了。。
上面两个命令行运行后 先移除USB设备 再重新插上 输入密码就能正常使用了

希望以上解决办法 能对大家有所帮助
Reply Favorite View the author
All Replies

No replies yet