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

相关推荐
Lueeee.1 分钟前
图解字符驱动模块设计思路
linux
罗汉松驻扎的工作基地17 分钟前
sql server 2014 下载和安装
数据库
白露与泡影43 分钟前
使用systemd,把服务装进 Linux 心脏里~
linux·运维·python
CQ_YM1 小时前
Linux管道通信
linux·c语言·管道·ipc·管道通信
l1t2 小时前
用docker安装oracle 19c
运维·数据库·docker·oracle·容器
Java&Develop2 小时前
DataEase图表页面传参至数据库查询方法 和页面筛选方法 sql传参
数据库·sql
+VX:Fegn08952 小时前
计算机毕业设计|基于springboot + vue作业管理系统(源码+数据库+文档)
数据库·vue.js·spring boot·后端·课程设计
@zulnger2 小时前
Python 连接 MySQL 数据库_pymysql
数据库·python·mysql
别来无恙blwy2 小时前
SQL Server高可用自动故障转移失败(短时间内多次转移失败,只需一步可处理)
数据库·windows·sqlserver·负载均衡·可用性测试
k***92162 小时前
【Linux】进程概念(五):详解环境变量的本质
linux·运维·服务器