Ubuntu 22.04 suddenly won't boot. The message reads:"The root filesystem on /dev/mapper/ubuntu--vg-root requires a manual fsck" Can it be saved? If so, how.
Asked
Active
Viewed 193 times
0
fsck -N /dev/mapper/ubuntu--vg-root
(this can take a while). This will tell you what the situation is and what needs to be done, but it won't make any changes. – Jos Nov 22 '22 at 00:10