Showing posts with label cifs. Show all posts
Showing posts with label cifs. Show all posts

Tuesday, September 27, 2011

Mount external path using cifs

How to mount Windows server from Unix using Cifs:
mount -t cifs //host:port/path /mnt -o user=username,pass=password

Don't forget to replace host, port, path, mnt, username and password.