You are not logged in.
Pages: 1
A few days ago my LVM home stop getting mounting at boot but I'm still able to boot if I mount it manually
This is my fstab
# /dev/mapper/zenvol-lv_root
UUID=74db0946-447d-4c1b-93a8-3f3042f70638 / ext4 rw,relatime 0 1
# /dev/mapper/zenvol-lv_home
UUID=f55830be-4b3f-4df9-bc41-5d2769039222 /home ext4 rw,relatime 0 2
# /dev/sda1
UUID=cf2b909c-b078-4aca-b1a4-e4e8edc59f80 /home/zen/Documents/BigData ext4 rw,relatime 0 2
# /dev/nvme0n1p1
UUID=6F8D-BC72 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
/swapfile none swap defaults 0 0.Here's my journalctl https://termbin.com/xo2s
Last edited by Exeat (2025-12-29 15:34:19)
Offline
Dec 29 09:55:53 loki systemd-fsck[594]: /dev/mapper/zenvol-lv_home: Inode 48368463 extent tree (at level 1) could be narrower. IGNORED.
Dec 29 09:55:53 loki systemd-fsck[594]: /dev/mapper/zenvol-lv_home: Inode 48480806 has imagic flag set.
Dec 29 09:55:53 loki systemd-fsck[594]: /dev/mapper/zenvol-lv_home: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
Dec 29 09:55:53 loki systemd-fsck[594]: (i.e., without -a or -p options)
Dec 29 09:55:53 loki systemd-fsck[581]: fsck failed with exit status 4.Online
Thank you! that did it
Offline
Pages: 1