SMB Mount – Ubuntu Client – OSX Server
1. Install cifs sudo apt-get install cifs-util 2. edit /etc/fstab //Server/mount/point(/folder) /local/mount/point cifs credentials=/home/(username)/.smbcredentials,uid=(501),iocharset=utf8,nounix,noperm,rw,sec=ntlmssp 0 0 Make sure to change all items above in (parens) to match your config 3. … Read More