Estoy teniendo problemas con automount con mis recursos compartidos NFS después de actualizar a MacOS Monterey 12.3.1.
/etc/auto_master:
#
# Automounter master map
#
/System/Volumes/Data/mnt auto_mounts
+auto_master # Use directory service
#/net -hosts -nobrowse,hidefromfinder,nosuid
/home auto_home -nobrowse,hidefromfinder
/Network/Servers -fstab
/- -static
/etc/auto_mounts
nas 10.17.24.105:/homes/mynas
$ sudo automount -vc
automount: /System/Volumes/Data/mnt mounted
automount: /System/Volumes/Data/home updated (/home -> /System/Volumes/Data/home)
automount: no unmounts
$ ls -l /System/Volumes/Data/mnt/
total 0
ls: fts_read: Input/output error
¿Alguna idea? Ya he intentado un montón de cosas, incluyendo el montaje manual de los recursos compartidos con mount -t nfs
.