macOsx: mount a window’s share on mac

1.sudo vi /etc/auto_master Add the following line to the bottom: – auto_smb Save, exit vi, and create a new file for your samba connections like so: 2.sudo vi /etc/auto_smb Add the shares you would like to mount, one per line, in this format to the newlly created file: /Users/username/mount -fstype=smbfs,soft ://user:password@server/share In the above, theRead More