I have Ubuntu 20.04.3 LTS and everything was fine until I used Stacer's "System Cleaner" function. I selected "All" that means package caches, crash reports, application logs, application caches and trash. Then I hit the "cleanup" button (which I assume means delete).
Since then the system has been doing strange things. For example, on startup, it goes to BusyBox and I have to fsck -yf /dev/sda2
practically every time.
I cannot create a folder on the desktop. I get "The destination is read only"
Additionally, Firefox won't start. It says "Firefox is already running" but there's no process called Firefox running and I cannot delete the lock file in the ~/.mozilla/firefox
directory because it says "cannot remove lock: read-only file system" and If I try changing the permissions on the lock file using chmod 777
it says "cannot operate on dangling symlink"
Synaptic Package Manager also wont start. "Not using locking for read only lock file /var/lib/dpkg/lock-frontend"
Also, it seems to do a "screen refresh" (my words) every 30 seconds or so and it puts the mouse cursor back in the right bottom corner.
Other weirdness includes being able to open Pinta but not close it.
Any help appreciated.
EDIT: this command helped greatly:
sudo mount -oremount,rw /
which remounts the file system as read/write. Since issuing that command, Firefox, Synaptic etc are working. But I am still getting the "screen refresh/freeze" every 30 seconds or so.