Thanks — that’s a common class of problem (Windows sees an empty Network folder / intermittent share visibility while Linux can see the NAS fine). Below is a short, practical checklist to narrow it down plus the most likely fixes. I’ve pulled common causes from other forum cases (SMB/Discovery/service issues, NIC power/driver problems, firewall/AV interference). n an elevated Command Prompt and run:
- ipconfig /all — confirm IP/subnet/gateway/DNS.
- ping <NAS_IP> — verify basic reachability.
- net view \<NAS_IP> — see whether Windows can list shares by IP.
- explorer \<NAS_IP>\ — try opening a share directly by IP (this bypasses discovery).
- In PowerShell (admin): Get-SmbClientConfiguration — note client settings.