As usual I only boot up once a day and let i stand idle when I am not using it (it is not sleeping or hibernating)
I have several TABs in my Dolphin windows and use Plasma "start up session from last session" so my Dolphins have the same TABs as last time.
When I returned to the PC this afternoon my Dolphins had lost all previous TABs.
I tried to create new TABs and rebooted , again all TAbs were missing.
Immediately after login the CPU was running 100% on 1 core and pressing ESCAPE had no effect.
Wondering what was going on, I ran dmesg .
I tried to reset Plasma "start up session from last session" and rebooted .
I ran dmesg once more giving the same result. ie e2fsck is run on sda6 which is my root partion which includes /home
the sda is a Kingston SSD (7 years)
the sda1 (UEFI Bios) should I "manually" do a fsck , but do not know how ? use a Live Mageia on DVD ?
All my "permanent" documents/mail/files are stored on a partition on a HDD . The partition and most used directories are sym-linked to my /home .
Later I got a second HDD for more space.
So all my data is safe without sda
So even when e2fsck is run on sda6 then this will be repeated next time PC boots.
But otherwise it boots without problem and what I have tested is working apart from Dolphin loosing its TAB configuration.
excerpts from dmesg :
- Code: Select all
[ 3.784049] EXT4-fs (sda6): unmounting filesystem 73928837-b11e-4758-812a-c7f74f280412.
[ 3.810498] dracut: Checking ext4: /dev/disk/by-uuid/73928837-b11e-4758-812a-c7f74f280412
[ 3.810937] dracut: issuing e2fsck -a /dev/disk/by-uuid/73928837-b11e-4758-812a-c7f74f280412
[ 3.826633] dracut: /dev/disk/by-uuid/73928837-b11e-4758-812a-c7f74f280412: clean, 467049/6406144 files, 5029002/25599748 blocks
[ 3.833681] dracut: Mounting /dev/disk/by-uuid/73928837-b11e-4758-812a-c7f74f280412 with -o rw,noatime,ro
[ 3.899892] EXT4-fs (sda6): mounted filesystem 73928837-b11e-4758-812a-c7f74f280412 ro with ordered data mode. Quota mode: none.
[ 3.973133] dracut: Mounted root filesystem /dev/sda6
[ 4.074689] dracut: Switching root
[ 4.183658] systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time.
[ 6.334438] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 6.738713] systemd-journald[579]: /var/log/journal/a6964f3a229743e58f5927f5d4b31bf3/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Should I consider sda as unrepairable or can I fsck sda1 and full repair of sda6 ?
Best regards