Page 2 of 2
Re: Error starting Mysql after power outage
Posted: Sun Jan 02, 2022 5:06 am
by kuleinc
oops, guess I will force it now...
Re: Error starting Mysql after power outage
Posted: Sun Jan 02, 2022 5:09 am
by kuleinc
ok, heres what I did:
mint@mint:~$ sudo fsck -f -pC0 /dev/mapper/ubuntu--vg-ubuntu--lv
fsck from util-linux 2.34
/dev/mapper/ubuntu--vg-ubuntu--lv: 283448/13107200 files (0.2% non-contiguous), 7044855/52428800 blocks
mint@mint:~$ sudo fsck -f /dev/mapper/ubuntu--vg-ubuntu--lv
fsck from util-linux 2.34
e2fsck 1.45.5 (07-Jan-2020)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/mapper/ubuntu--vg-ubuntu--lv: 283448/13107200 files (0.2% non-contiguous), 7044855/52428800 blocks
mint@mint:~$
I dont know what much of that means, but it seems to be ok, did it fix anything?