Hi !
Not sure is only a S6 issue or not, neither if only when the whole disk where the root volume resides is encrypted through luks, but even though my /etc/fstab includes:
/dev/lm-4/root / ext4 discard,commit=60 0 1
or:
/dev/mapper/lm--4-root / ext4 discard,commit=60 0 1
My artix box mounts it, according to /etc/mtab, as:
/dev/mapper/lm--4-root / ext4 rw,relatime 0 0
Notice how the fstab options are missing, :(. I was trusting artix would mount the root directory with the options I provided on fstab, but it's not doing so. The rw,relatime were totally expected though, since those are included by default, unless the fstab entry included non compatible options, which is not the case.
On a similar arch box, having the fstab entry:
/dev/m1/root / ext4 discard,commit=60 0 1
Makes the root directory mounted, according to /etc/mtab, as:
/dev/mapper/m1-root / ext4 rw,relatime,discard,commit=60 0 0
So arch is actually paying attention to /etc/fstab root directory mount entry, whereas artix is not... I was expecting the arch behavior...
Other mount points like /boot and others are actually getting mounted on artix with the options from /etc/fstab, it's the root directory mount point which doesn't.
How can this be fixed? I'm really counting on those settings to apply.
Thanks !
--
Javier
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <https://lists.artixlinux.org/archives/artix-general/attachments/20200515/2868debe/attachment.sig>
More information about the artix-general
mailing list