I recently used gparted on the Ubuntu live USB to move/extend my /
and /home
partitions. No errors arose but now every time I boot Ubuntu, I get a long filesystem check that I can't skip.
I have used the live USB to run fsck
on both /
and /home
this question but this made no difference. This question also suggests forcing a skip of the check but I would rather avoid this (and even when I tried this, it didn't stop the check).
What are the next steps I can take to try to resolve this issue?
For reference, I am using Ubuntu 20.04 dual booted with Windows (which boots fine) on an NVMe drive.
To add extra details: I've checked the Maximum mount count and Check interval for both partitions and these are disabled.
sudo e2fsck -f /dev/nvme0n1p5
(if partition #5)? Was there some warning or error output? Could you repeat the command until there was no error? – sudodus Jul 20 '20 at 18:37/etc/fstab
to skip filesystem checks, the checks still happen – Tim Hargreaves Jul 27 '20 at 02:46It's worth noting that this problem only arose after using gparted (though it appeared to work fine). There were no issues at all up to this point.
– Tim Hargreaves Jul 27 '20 at 15:32