04-12-2016, 06:50 PM
(03-17-2016, 05:57 AM)aviceda link Wrote: Consulted the LL network tutorial "Accessing a NAS device" and found the laptops if address but when I follow the given instructions smb://192.168.0.? where 192.168.0.? is your NAS's IP address. and type them in BASH (on the desktop) I get a "File not found" (even with 'sudo'...) Am I missing something?
You'll need to type this at address bar of your file explorer, not in the bash

If you like to use a console, you can try:
mount -t cifs //192.168.0.?/some_share /mnt
'some_share' share need to be existed of course, the you can find it mounted to /mnt directory.
You can find more relevant info about here: https://serversuit.com/community/technical-tips.