Auto mount network shares as file system in Max OS X Lion
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?