Automount SMB permissions on Sonoma 14.0
Once again a MacOS upgrade breaks automount. I had a properly configured and working automount for an SMB filesystem with read-write permissions. Now, with the Sonoma upgrade all permissions for my automount directories are 700 drwx------ 1 root wheel in /System/Volumes/Data/.
/etc/auto_master has one added line, which is overwritten with almost any OS update:
/- auto_shares
/etc/auto_shares includes:
/System/Volumes/Data/Shares/media -fstype=smbfs,soft,noowners,nosuid,rw ://<uid>:<pwd>@<hostname>/share/media
/System/Volumes/Data/Shares/repo -fstype=smbfs,soft,noowners,nosuid,rw ://<uid>:<pwd>@<hostname>/share/repo
/System/Volumes/Data/Shares/public -fstype=smbfs,soft,noowners,nosuid,rw ://<uid>:<pwd>@<hostname>/share/public
/System/Volumes/Data/Shares/downloads -fstype=smbfs,soft,noowners,nosuid,rw ://<uid>:<pwd>@<hostname>/share/downloads
The fstype parameters of "rw" appear to be ignored by the OS and I can't seem to change them with chmod.
The Samba server is Ubuntu 18.x