linux 出现Access-Your-Private-Data.desktop README.txt

参考:https://blog.csdn.net/h66295112/article/details/81085643

参考:https://askubuntu.com/questions/71708/how-do-i-open-access-your-private-data-desktop

原因应该是通过terminal修改了ubuntu密码,然后重启

cpp 复制代码
THIS DIRECTORY HAS BEEN UNMOUNTED TO PROTECT YOUR DATA.

From the graphical desktop, click on:
 "Access Your Private Data"

or

From the command line, run:
 ecryptfs-mount-private  

8

You are trying to access data from an encrypted directory. To do this, log in as the user owning the data in question (eg sally for /home/sally). If the home directory itself is encrypted, logging in will automatically decrypt the data. If it is a Private directory, there should be a launcher in that folder to click (which may again prompt you for the user password).

If the "Access Your Private Data" launcher fails for some reason, use this command and follow instructions:

cpp 复制代码
ecryptfs-mount-private

If, for some reason, you have the data in question independent of the system it was used in, you will need the private key that Ubuntu's encryption wizard asked you to save on installation.

If you have neither the password for user with that encrypted directory, nor the private key, I'm afraid there is no way to recover the data.

打开README.txt,提示输入ecryptfs-mount-private,需要退到/home目录下,该目录下有个隐藏文件夹 ./ecryptfs,然后输入ecryptfs-mount-private,输入以前的密码,就ok了,具体的原因正在积极查找中

相关推荐
芝麻开门-新起点15 分钟前
数据脱敏与自动化技术融合:大规模GIS数据安全高效处理方案
运维·自动化
行走正道18 分钟前
【探索实战】跨云应用分发自动化实战:基于Kurator的统一交付体系深度解析
运维·自动化·wpf·kurator·跨云分发
还是鼠鼠18 分钟前
Redisson实现的分布式锁能解决主从一致性的问题吗?
java·数据库·redis·分布式·缓存·面试·redisson
DingYuan10140 分钟前
MySql分类
数据库·mysql
傲世(C/C++,Linux)1 小时前
Linux系统编程——TCP服务器
linux·服务器·tcp/ip
杨云龙UP1 小时前
SQL Server 备份异地同步 + 清理脚本
运维·服务器·数据库·sql·mysql·sqlserver
O***Z6161 小时前
Redis——Windows安装
数据库·windows·redis
0***h9421 小时前
MySQL 启动失败 (code=exited, status=1FAILURE) 异常解决方案
数据库·mysql
闲人编程2 小时前
Django测试框架深度使用:Factory Boy与Fixture对比
数据库·python·django·sqlite·钩子·fixture·codecapsule