Showing posts with label Ubuntu Server. Show all posts
Showing posts with label Ubuntu Server. Show all posts

Wednesday, September 5, 2012

How to mount windows share on Ubuntu Server


sudo mkdir -p /mnt/ntserver


sudo mount -t cifs "//server-name-or-ip/share/path" -o user=myuser,password=mypass /mnt/ntserver