I have Manjaro XFCE in dual boot with win 10 and mainly used Manjaro for yers
normally I got all small problems solved but now I’m struggling.
Last time I like to copy a bigger file 600MB then it give me an sticking and I switched
the PC off and from this moment on it boots to black screen.
If I start from live CD with Geoarted then the partition is visible but I can’t
mount it (greyed out) .
I’m not an linux terminal expert and I also fear that the datas will get lost
if i will use terminal in a wrong way.
How I could mount the partition nvme0n1p5 (ext4, root, flag = diag) to get the datas safed
( I looked the web but I can’t find a particula help I could realize)
I think the partition is looked because old process not stopped correct
how could I get it to boot again?
Unused space on that partition is 2,96 GB
lsblk -f showes all partitions
There was no updates installed or other things done what could cause the boot failer
Live system and windows is working well
For situations like this you would had normally created a Timeshift snapshot and restore your system when a error like this appears.
But you also could try to scan your files for errors.
FSCK Filesystem scan, best way in Liveboot:
sudo fsck -f -y /dev/sdXX (-f Forcescan -y always yes to all questions) (sdXX Replace XX with your unmounted drive that needs to be scanned)
~ sudo fsck -f -y /dev/nvme0n1p5 ✔
fsck from util-linux 2.40.2
e2fsck 1.47.1 (20-May-2024)
Superblock last mount time is in the future.
(by less than a day, probably due to the hardware clock being incorrectly set)
Superblock last write time is in the future.
(by less than a day, probably due to the hardware clock being incorrectly set)
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/nvme0n1p5: 2093500/16007168 files (0.8% non-contiguous), 62659117/64000256 blocks