Mount Windows Share folder on Ubuntu
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