diff --git a/usr.sbin/autofs/auto_master b/usr.sbin/autofs/auto_master --- a/usr.sbin/autofs/auto_master +++ b/usr.sbin/autofs/auto_master @@ -2,5 +2,5 @@ # Automounter master map, see auto_master(5) for details. # /net -hosts -nobrowse,nosuid,intr -#/media -media -nosuid,noatime,autoro +#/media -media -nosuid,noatime,autoro,sync #/- -noauto diff --git a/usr.sbin/autofs/autofs/special_media b/usr.sbin/autofs/autofs/special_media --- a/usr.sbin/autofs/autofs/special_media +++ b/usr.sbin/autofs/autofs/special_media @@ -56,9 +56,6 @@ exit 1 fi ;; - "ext2fs" | "msdosfs") - echo "-fstype=${_fstype},async :/dev/${_p}" - ;; *) echo "-fstype=${_fstype} :/dev/${_p}" ;;