new to NAS also not an expert by any mean in Ubuntu, i've setup my Synology DS420+ yesterday and slowly modifying settings. I can access it using my one Windows 10 desktop but not another. I enabled WS-Discovery in NAS and the other win 10 machine works too. Side question, since it wasn’t' enable by default for security reasons, did i make my NAS much more vulnerable? I couldn’t access it from the laptop otherwise.
Main question, I have Ubuntu 18.04LTS and I can see the NAS but when I click on it I get an error message that’s it’s not accessible? Do I need to enable any other settings? In the NAS have the firewall enabled without changing any settings in it. I also have the default SMB options enabled.
I do remember changing something from samba?? few years back to access old router connected USB drive. Could this be SAMBA related? I edited a file before but forgot what's it called.
Thanks
smb://192.168.2.176/
where the number after smb is the IP adress of your NAS. At that point, the system should ask you for a uid / password. – Marc Vanhoomissen Jan 08 '21 at 15:38I don't know much about SMB but what I've read is that SMB 1 isn't very secure, even my NAS noted it. Anyway to get Ubuntu to work when NAS minimum is SMB2? Appreciate the help
– UbuntuAmateur Jan 11 '21 at 21:45cifs
? I have no experience with it, but cifs seems native to linux and it speaks Samba 3. The desired password protection is also there... See this thread https://askubuntu.com/questions/1287681/samba-cifs-to-synology-nas-not-working-no-write-access-after-upgrade-from-16-04 and this https://askubuntu.com/questions/101029/how-do-i-mount-a-cifs-share and here's a doc: https://manpages.ubuntu.com/manpages/bionic/en/man8/mount.cifs.8.html – Levente Jan 11 '21 at 22:38