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了,具体的原因正在积极查找中

相关推荐
pp-周子晗(努力赶上课程进度版)2 分钟前
【MySQL】视图、用户管理、MySQL使用C\C++连接
数据库·mysql
moongoblin2 分钟前
行业赋能篇-2-能源行业安全运维升级
运维·安全·协作
帽儿山的枪手3 分钟前
程序员必掌握的iptables五表五链
linux·网络协议
斯特凡今天也很帅10 分钟前
clickhouse常用语句汇总——持续更新中
数据库·sql·clickhouse
西阳未落23 分钟前
Linux(14)——库的制作与原理
linux
极简网络科技29 分钟前
Docker、Wsl 打包迁移环境
运维·docker·容器
黑客老李33 分钟前
JavaSec | SpringAOP 链学习分析
java·运维·服务器·开发语言·学习·apache·memcached
杨浦老苏34 分钟前
轻量级Docker管理工具Docker Switchboard
运维·docker·群晖
江湖有缘37 分钟前
【Docker管理工具】部署Docker可视化管理面板Dpanel
运维·docker·容器
444A4E1 小时前
深入Linux进程优先级:Nice值与O(1)调度器原理
linux·操作系统