Topic: / (root directory) mounting differs in mtab from fstab
Hello.
I have this line for / (root directory/partition) in /etc/fstab:
# <file system> <dir> <type> <options> <dump> <pass>
UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx / ext4 rw,noatime,commit=1000 0 1
(I have replaced UUID only here, because I do not know, if it is not sensitive information, in /etc/fstab, there is real UUID equivalent to one given by blkid.)
But in my /etc/mtab, there is this line about / partition:
dev/sda1 / ext4 rw,relatime,data=ordered 0 0
I have looked on wiki.gentoo.org: fstab, I have changed all mentioned services (localmount, netmount, fsck, root, sysfs, devfs, except netmount) to boot time, but it does not help.
Why do they differ?
How to set up it for correct configuration?
P.S.
I do not know. if it is relevant, but the computer is Lenovo ThinkPad X200 with Libreboot.
Update:
Fallback initramfs image gives the same result.
findmnt check is OK:
# findmnt --verify
Success, no errors or warnings detected