Mount Windows Share folder on Ubuntu

Aug 17 2010

In order to mount remote shared folder ‘/svn/foo’ from remote host 192.168.1.2 to ‘foo’ folder on your Desktop do this:

mount -t cifs \
//192.168.1.2/svn/foo \
-o username=MyUsername,password=MyPassword \
/home/haris/Desktop/foo

Comments Off

Comments are closed at this time.

Performance Optimization WordPress Plugins by W3 EDGE