I have Ubuntu 18.04 (Bionic) installed on 1 partition (ext 4) using whole disk. I want to downsize it with GParted running from live USB, but after resizing, 18.04 does not boot, showing lots of errors.
I was able to try several times, because I have an ISO image of the system and I recreate it after with Clonezilla.
What should I do?
sudo e2fsck -cf /dev/sdx1
where x is the drive letter, for example a or b. See this link for more details. (Try withgparted
after you have checked/repaired the file system. You can also check the S.M.A.R.T. information. – sudodus Jul 14 '18 at 06:54kirby@kirby-Aspire-ES1-433:~$ sudo e2fsck -f /dev/sda1 e2fsck 1.44.1 (24-Mar-2018) /dev/sda1 is mounted. e2fsck: Cannot continue, aborting.
how to do it ?
– Kirby-1989 Jul 14 '18 at 07:39