Noauto option in fstab is mounting at boot time

Noauto option in fstab is mounting at boot time !
This is not so with other distro’s !
Afterwards you have to manually umount the partitions at boot time.

Can you post your fstab to show us?
Is this an internal or external device?

It contains an internal and also an external drive.

UUID=9FAB-B832 /efi vfat fmask=0137,dmask=0022 0 2
UUID=2c66bdba-e26c-401d-bf8c-dc304db8b2f2 /data ext4 noatime 0 2
UUID=10ec60c2-6cc3-47f8-89f4-4aee25167c87 /home ext4 noatime 0 2
UUID=f8045174-efa9-4cfd-a40f-13f6d9dacd04 / ext4 noatime 0 1
UUID=“87df4f94-7a76-40f7-bf64-0f31096e6884” /boot ext4 noatime 0 2
UUID=b3d615cc-2eb6-4399-b302-09b37847a913 swap swap defaults 0 0
UUID=“f121a365-44da-46f1-bd6e-eed4f26109fe” /mnt/backup ext4 noauto,user,noatime 0 0
UUID=“bc41856b-bace-4235-9e9e-ee49ffb83ea8” /mnt/backup2 ext4 noauto,user,noatime 0 0
UUID=“90b9bdd6-2458-43a0-8000-de9bf96e4a38” /myssd2_data ext4 noauto,user,noatime 0 0
UUID=“a59547f3-adf3-4dae-9646-ba6ddd560ce4” /myssd2_data2 ext4 noauto,user,noatime 0 0
UUID=“C4BE2937BE292400” /media/WinC ntfs noauto,rw,x-systemd 0 0
UUID=“B204B41404B3D995” /media/WinE ntfs noauto,ro,x-systemd 0 0

I don’t think you should use " " for your devices.

https://wiki.archlinux.org/title/Fstab#File_system_UUIDs

2 Likes

follow the link that @BendTheKnee posted to further learn.

remove the quote marks from the UUID’s

This will not solve the problem.

I don’t know what to tell you. I do know that the quotes are incorrect formatting for the fstab file

can you see any errors in the journal?

Maybe change noauto to auto , just a tought.

I don’t think he wants them to auto mount. I think he wants to manually mount them when he needs them. I would just remove them from fstab if he doesn’t want them to mount at boot.

Exactly if that’s the case, why put them in fstab at all ?
Have to say the topic starter is not very clear in what he really wants to be honest. :grinning:

I don’t use ntfs so I have no idea if this is still relevant but maybe your fstab settings for the devices are incomplete

I found this with much different options. you could try to man fstab to learn more
noauto,uid=1000,gid=1000,umask=0022 0 0

problem is solved now
thanks

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.