You are not logged in.
Hello,
I have a laptop with uefi system.
I have a partition /dev/sda2 which should mount in the /boot/efi directory.
My /etc/fstab file:
/dev/sda2 /boot/efi vfat noauto,noatime 1 2
# /dev/sda3 LABEL=ROOT
UUID=5b99ad6e-240c-43e6-b978-7daa42e5f5fb / ext4 noatime 0 1
Linux boots but after I issue the command df -Th it displays:
dev devtmpfs 10M 0 10M 0% /dev
run tmpfs 12G 1.7M 12G 1% /run
/dev/sda3 ext4 96G 4.7G 87G 6% /dev run
shm tmpfs 12G 320K 12G 1% /dev/shm
cgroup_root tmpfs 10M 0 10M 0% /sys/fs/cgroup
tmpfs tmpfs 2.3G 4.0K 2.3G 1% /run/user/1000
Everything is OK and this is how it should be?
Last edited by radx (2021-09-16 16:25:26)
Offline
Please use code tags, https://bbs.archlinux.org/help.php#bbcodeand think long and hard about what "noauto" might mean.
Offline
I believe seth is right. If thinking about noauto does not help to resolve the issue, see:
man fstabLast edited by Wild Penguin (2021-09-16 07:54:20)
Offline
Thank you, I removed noauto and the partition remains mounted.
Offline