Automount settings from fstab not respected after Sequoia update

Hi,

For quite some time I was successfully running setup in fstab file (added thorugh vifs) that prevents particular drive from automounting.

This is to solve issue with my monitor, that for some reason has drive on it that can be seen by Mac and whenever I plug / unplug I will get notification about unsafely removed drive...

My previous solution was based on this community post and was working well for few years: https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://discussions.apple.com/thread/8567057&ved=2ahUKEwijqduJycSJAxW0S_EDHQw5GNsQFnoECBQQAw&usg=AOvVaw35q7jXR1KKnUvFBAWfS2Qh

Unfortunatelly this stopped working after update to Mac OS Sequoia and drives me crazy :<

I have checked that many times - fstab entry is there - I have removed it, then readded, validated drive UUID, type... and nothing works...


Help highly appreciated 🙏


[Re-Titled by Moderator]



Posted on Nov 4, 2024 10:46 PM

Reply
Question marked as ⚠️ Top-ranking reply

Posted on Dec 16, 2024 4:27 AM

I found the same issue (and a solution) with fstab settings not working specifically for the 'msdos' filesystem type. My goal was to prevent auto-mounting a drive embedded within my MSI Optix monitor. This annoying bugger was mounting when connected to the monitor, and re-mounted after every ejection.


Prior to my Sequoia upgrade, my working solution was the following fstab entry created using vifs:


UUID={uuid from diskutil} none msdos rw,noauto


My solution was to change the filetype to from 'msdos' to 'auto'. This auto-detects the drive type.


UUID={uuid from diskutil} none auto rw,noauto


This prevented auto-mounting after drive ejects, and after reboot.

10 replies
Sort By: 
Question marked as ⚠️ Top-ranking reply

Dec 16, 2024 4:27 AM in response to tomasz152

I found the same issue (and a solution) with fstab settings not working specifically for the 'msdos' filesystem type. My goal was to prevent auto-mounting a drive embedded within my MSI Optix monitor. This annoying bugger was mounting when connected to the monitor, and re-mounted after every ejection.


Prior to my Sequoia upgrade, my working solution was the following fstab entry created using vifs:


UUID={uuid from diskutil} none msdos rw,noauto


My solution was to change the filetype to from 'msdos' to 'auto'. This auto-detects the drive type.


UUID={uuid from diskutil} none auto rw,noauto


This prevented auto-mounting after drive ejects, and after reboot.

Reply

Nov 5, 2024 5:05 PM in response to tomasz152

You have to remember Mac OS is built upon a Darwin kernel that always been there. So Linux things will NOT work, only Unix programs! I’t will give you the networking command on Mac OS is man networksetup and run that to put in networking on Mac! Linux networking commands don’t work!

Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Automount settings from fstab not respected after Sequoia update

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.