I have successfully installed ArchLinux.
While I check /etc/fstab entries I do not see any mounts, even the root partition is omitted. However when I execute mount, it shows the mount-points of each on my system.
My question is how my file-system gets mounted. Would it have something to do with systemd?
Here is the output of mount
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) dev on /dev type devtmpfs (rw,nosuid,relatime,size=924480k,nr_inodes=231120,mode=755) run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755) /dev/mapper/vg_archlinux-lv_root on / type ext4 (rw,relatime,data=ordered) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
/etc/fstabandmountas well? Could you explain the assumption that it has something to do withsystemd?udevgot something to do with it.mount. However, as i said my /etc/fstab is an empty file./etc/fstabshould contain content. Did you runlsblk -f?lsblk -faccording to the mentioned document. But what i am still trying to understand how on earth my file-system gets mounted with empty /etc/fstab.