You are not logged in.
Hope this is the right topic folder, but I ask your kind help to add a Windows Network shared folder, dont know where to start. Its a local network shared folder so I have the ip, username and pass. Thanks.
Offline
It has been discused before. In thread: [SOLVED]Mounting a Samba share
run
$ sudo apt install cifs-utils
Create mountpoint:
$ mkdir /mnt/share_name
Mount share:
$ sudo mount.cifs -o username=sambaUser //ip_of_server/share_name /mnt/share_name
You will be asked for password.
Last edited by rbh (2020-09-14 16:34:22)
// Regards rbh
Please read before requesting help: "Guide to getting help", "Introduction to the Bunsenlabs Lithium Desktop" and other help topics under "Help & Resources" on the BunsenLabs menu
Offline
Thanks a lot, I'll check out the post.
Offline