I am using Ubuntu 20.04:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
Until today my PC had been running well, with the occasional freeze that prompted a restart. Today after restarting my PC, I found that I need to run ecryptfs-mount-private
to access my files.
PC:~$ ls
Access-Your-Private-Data.desktop README.txt
PC:~$ cat README.txt
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
PC:~$ ecryptfs-mount-private
Enter your login passphrase:
Inserted auth tok with sig [...] into the user session keyring
INFO: Your private directory has been mounted.
INFO: To see this change in your current shell:
cd /home/name
This is also causing other side effects such as being locked on 1024x768 resolution (my monitor is 1080p), and in settings there is no option to change it. Ubuntu also fails to detect my second monitor.
Another side effect is that many settings have been reverted back to the Ubuntu default, for example I have Thunderbird in my dock as a favorite app, and not apps which I previously made favorite.
What are the next steps to take in trying to solve this problem? What other info should I provide?