I created a filesystem (ext4) on my newly created logical volume. i can mount it using
It works just fine.
if i try using fstab to automount it the system boots into emergency mode. fstab entry:
if i comment that line in fstab the system boots again so it is definately the problem.
When the system is bootet up and i uncomment the line in fstab i can run
mount /dev/mapper/HDD-ISOs /mnt/lvm/ISOs/
.It works just fine.
if i try using fstab to automount it the system boots into emergency mode. fstab entry:
/dev/mapper/HDD-ISOs /mnt/lvm/ISOs/ ext4 defaults 0 0
if i comment that line in fstab the system boots again so it is definately the problem.
When the system is bootet up and i uncomment the line in fstab i can run
mount -a
without any erros. The files are also there so the line in fstab should work. Why is it not working on system startup?