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.

No comments: