Windows Share in Apple Mac OS X
Loading a Windows Share in Mac OS X. No it is not so hard as you would think. It took a while to find but in the end it works great.
mount_smbfs -W workgroup '//username@machineIpOrName/shareName' directoryToLoadIn
the operating system will create a link in the desktop and on the side of Finder. Eject as usual. directoryToLoadIn is not really used since a link is created although the folder must exist(yes, empty).
mount_smbfs -W workgroup '//username@machineIpOrName/shareName' directoryToLoadIn
the operating system will create a link in the desktop and on the side of Finder. Eject as usual. directoryToLoadIn is not really used since a link is created although the folder must exist(yes, empty).