Fountain of Wisdom
The tit-bits that I picked along the way...
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
Older Posts
Home
Subscribe to:
Comments (Atom)