I have shutdown Linux after using Docker, which was using all storage available (the system warned it had 0 bytes available). Now I can't boot Linux, as it shows: dev/nvme0n1p6 clean .... files. I'm using a Thinkpad x1 yoga with dual boot Win10 + Ubuntu 20.04
I've tried this solution, but it didn't work because I'm having trouble accessing the network.
According to another post, it seems to me that the comments suggest to unmount the problematic partition and then run fsck?
Fsck debug: sudo fsck -f
/dev/nvme0n1p6 is mounted .
e2fsck: Can't continue . Aborting .
Partition info
/dev/nvme0n1p6 Size Use Avail Use% Mounted on
11.5G 11G 0 100 /
Is a viable option to unmount /dev/nvme0n1p6? What to do next?
EDIT: Thanks to @David. You will need to boot from live media, and free up some space manually.
Thanks.