You are not logged in.

#1 2021-09-16 07:30:46

radx
Member
Registered: 2021-09-16
Posts: 2

[SOLVED] fat32 partition does not mount automatically in /boot/efi

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

#2 2021-09-16 07:44:20

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,275

Re: [SOLVED] fat32 partition does not mount automatically in /boot/efi

Please use code tags, https://bbs.archlinux.org/help.php#bbcodeand think long and hard about what "noauto" might mean.

Offline

#3 2021-09-16 07:54:10

Wild Penguin
Member
Registered: 2015-03-19
Posts: 406

Re: [SOLVED] fat32 partition does not mount automatically in /boot/efi

I believe seth is right. If thinking about noauto does not help to resolve the issue, see:

man fstab

Last edited by Wild Penguin (2021-09-16 07:54:20)

Offline

#4 2021-09-16 16:28:33

radx
Member
Registered: 2021-09-16
Posts: 2

Re: [SOLVED] fat32 partition does not mount automatically in /boot/efi

Thank you, I removed noauto and the partition remains mounted.

Offline

Board footer

Powered by FluxBB