I just bought a Asustor AS6604T NAS but I found that few resource in Internet mention about Asustor NAS.
First problem is Asustor NAS had not show name in Win10’s Network Neighbourhood due to Win10 disabled SMB1. The following link is discussion in very detail:
- install and activate python3 in Asustor NAS
- Copy the wsdd.py file to any share folder in Asustor NAS (e.g. Download)
- enable Asustor SSH, service->terminal->ssh
- Login SSH using Administrator (e.g. ssh administrator@AS6604T)
- cd to the share folder (e.g. /volume1/Download)
- $nohup python3 -u wsdd.py & (using python3 to execute wsdd.py file)
- NAS name show in Win10’s Neighbourhood instantly
- Disable Asustor SSH
Enable Asustor NAS SMB3 multichannels
enable Asustor SSH, service->terminal->ssh
Login SSH using Administrator (e.g. ssh administrator@AS6604T)
password
cd /volume0/usr/builtin/etc/samba
sudo vi smb.conf
type password
add following in [global] section
[global]
server multi channel support = yes
aio read size = 1
aio write size = 1
wq
disable Asustor SSH