How to write the path to a Windows shared folders address in terminal?
- by user206996
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