Advertisement
eastpole

NFS/SMB double-mounting problem in OS X 10.7

Mar 8th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.25 KB | None | 0 0
  1. you can turn it off by editing the file /etc/hostconfig and changing the line AUTOMOUNT=-YES- to AUTOMOUNT=-NO-.
  2.  
  3. I tried that, appeared not to work ^^ This is about Automount and autofs, not about smb.
  4.  
  5.  
  6. root@recluse:/sbin$ls -al mount_*
  7. lrwxr-xr-x  1 root  wheel      59 10 Oct 20:17 mount_acfs -> /System/Library/Filesystems/acfs.fs/Contents/bin/mount_acfs
  8. -rwxr-xr-x  1 root  wheel   43840 10 Oct 20:17 mount_afp
  9. -rwxr-xr-x  1 root  wheel   44576 10 Oct 20:17 mount_cd9660
  10. -r-xr-xr-x  2 root  wheel   86048  8 Feb 22:01 mount_cddafs
  11. -r-xr-xr-x  1 root  wheel   34752 10 Oct 20:17 mount_devfs
  12. -rwxr-xr-x  1 root  wheel   49024 10 Oct 20:17 mount_exfat
  13. -r-xr-xr-x  1 root  wheel   34960 10 Oct 20:17 mount_fdesc
  14. lrwxr-xr-x  1 root  wheel      44 10 Oct 20:17 mount_ftp -> /System/Library/Filesystems/ftp.fs/mount_ftp
  15. -r-xr-xr-x  1 root  wheel   58336 10 Oct 20:17 mount_hfs
  16. -rwxr-xr-x  1 root  wheel   49872  8 Feb 22:01 mount_msdos
  17. -r-sr-xr-x  1 root  wheel   90928 10 Oct 20:17 mount_nfs
  18. -rwxr-xr-x  1 root  wheel   39424  8 Feb 22:01 mount_ntfs
  19. -r--r--r--  1 root  wheel  109040  8 Feb 22:01 mount_smbfs  <---- See what I had to do?
  20. -rwxr-xr-x  1 root  wheel  170432 10 Oct 20:17 mount_udf
  21. -rwxr-xr-x  1 root  wheel   34720  8 Feb 22:01 mount_webdav
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement