How to write the path to a Windows shared folders address in terminal?
Posted
by
user206996
on Ask Ubuntu
See other posts from Ask Ubuntu
or by user206996
Published on 2013-10-24T07:41:00Z
Indexed on
2013/10/24
10:12 UTC
Read the original article
Hit count: 171
I want to permanently mount a few Windows shared folders. I googled that topic and found a lot of good answers, but with all the solutions I have a little problem: I believe I can't properly give an address of shared folder.
I can find it following way: "Network" -> "Windows Network" -> "WORKGROUP_name" -> "Computer_name" - and there is some folder i would like to mount.
How can I write the path to the folders in terminal?
UPD
i can access needed folder throw address in location bar smb://server/ro/, but i try mount it by editing /etc/fstab file (using guide https://wiki.ubuntu.com/MountWindowsSharesPermanently) i get error mount error: could not resolve address for server: Unknown error
PS in /etc/fstab :
//SERVER/RO /media/server cifs username=user,password=pwd, uid=1000,iocharset=utf8 0 0
© Ask Ubuntu or respective owner