This problem started just today:
I tried opening nautilus, and it didn't open.
Then I opened ranger, and it didn't open.
Dolphin also didn't work.
Since I needed to do something on /etc, I just opened the terminal and typed cd / <TAB>
to trigger the autocompletion.
That also hanged.
So I tried ls /
and it just hanged.
If I start the system in recovery mode, and enter root shell, I can ls /
, but as soon as I boot into normal mode, or even just "resume" boot from recovery, ls / doesn't work.
My fstab:
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p2 during curtin installation
/dev/disk/by-uuid/69449272-f753-4a04-ab50-ad56d91cca2d / ext4 defaults 0 1
# /boot/efi was on /dev/nvme0n1p1 during curtin installation
/dev/disk/by-uuid/7973-BDE9 /boot/efi vfat defaults 0 1
/swap.img none swap sw 0 0
UUID=eec53adb-9e10-4812-b79f-a01eca782afe /media/jio/A auto nosuid,nodev,nofail,x-gvfs-show 0 0
UUID=44c589ed-0f52-4abc-bd5b-6b67c4096312 /media/jio/B auto nosuid,nodev,nofail,x-gvfs-show 0 0
Edit: It suddenly started working again, and I have no idea why.
Edit 2: It stopped working again.