Auto mount network shares as file system in Max OS X Lion

Author Johnny Josefsson on February 10, 2012 | Print | Bookmark
Instead of manually map them in Plex each start up or using Bonjur Application you can use the native auto mount 'file systems'
nano /etc/auto_smb
# Mount HTPC shares
# mountpath -fstype=smbfs ://user:password@server/sharedirectory
# sudo automount -vc
/Users/johndoe/Shares/mystic -fstype=smbfs ://mystic.johndoe.se/share
/Users/johndoe/Shares/spawn -fstype=smbfs ://spawn.johndoe.se/share
/Users/johndoe/Shares/violator -fstype=smbfs ://violator.johndoe.se/share

Was this article helpful?

Yes No

Category: Apple, OS X

Last updated on February 10, 2012 with 84 views