[RESOLVED] Zen kernel will not mount disk on startup (6.5.2)
Hi. I was trying to use Zen kernel (6.5.2 at the moment) on Endeavour OS but ended up with problem that my secondary NVME disk is not mounted when booted. It works fine with LTS kernel and also with Arch stable kernel.
My fstab is :: Code ::
# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a device; this may # be used with UUID= as a more robust way to name devices that works even if # disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a device; this may # be used with UUID= as a more robust way to name devices that works even if # disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> UUID=84D7-43CC /efi vfat defaults,noatime 0 2 /dev/mapper/luks-b*******-****-****-****-************ / btrfs subvol=/@,defaults,noatime,nodiscard,compress=zstd:2,space_cache=v2 0 0 /dev/mapper/luks-b*******-****-****-****-************ /home btrfs subvol=/@home,defaults,noatime,nodiscard,compress=zstd:2,space_cache=v2 0 0 /dev/mapper/luks-b*******-****-****-****-************ /var/cache btrfs subvol=/@cache,defaults,noatime,nodiscard,compress=zstd:2,space_cache=v2 0 0 /dev/mapper/luks-b*******-****-****-****-************ /var/log btrfs subvol=/@log,defaults,noatime,nodiscard,compress=zstd:2,space_cache=v2 0 0 tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0 /dev/nvme0n1p1 /mnt/Data ext4 defaults,noatime,nodiscard,x-systemd.automount 0 2 I tried `x-systemd.automount` to delay mounting, but that did not work. Does any of you guys know what might be the problem? Back to top |
|||||
Have you tried upgrading to the 6.5.3 kernel? It contains btrfs fixes.
Back to top |
|||||
Hi damentz. Five restarts in 5 days and disk mounted every time. So it might have actually worked. Don't know how since btrfs disk worked, and it was the one with ext4 which did not mount. But still I'm happy. Thanks a lot :)
Back to top |
|||||
No problem! Glad things are working now, marking as resolved.
Back to top |
|||||
All times are GMT - 8 Hours
|