Showing posts with label smb. Show all posts
Showing posts with label smb. Show all posts

Wednesday, January 26, 2011

Mac OSX mount share at login


On Mac OSX how to mount a share (smb, webdAV, nfs, apple share) at login and don't open finder for each share?

Use apple script application in utilities folder and add this for example:



mount volume "smb://user:password@ip_or_name_of_server/share"

or

mount volume "smb://DOMAIN\user:password@ip_or_name_of_server/share"

or

mount volume "smb://ip_or_name_of_server/share"


If you need more share add more then save as application. Then:

Go to system preferences, accounts, select user and add this application to login items. Now every time you login with that user the system will mount this share.

Wednesday, January 19, 2011

SMB Print on Linux, Unix or Mac!

To add a SMB printer from a Windows Server or Client that have a local printer shared use the cups configuration page on you linux or mac or unix:

Open

http://localhost:631



Select add printer

Select smb printer

in URL put:

smb://DOMAIN\User:Password@ip_of_server/Printqueuename

or

smb://User:Password@ip_of_server/Printqueuename

or

smb://ip_of_server/Printqueuename

then, select the printer driver

and print a test page.

for more information visit:

http://www.cups.org/