Home‎ > ‎OtherVendors‎ > ‎

WD MyCloud


make sure that ssh is enabled: 


log into the nas head via ssh: 

ssh root@198.18.2.100
default password is welc0me

navigate to the mount you want to access.  In this case, the mount point is "home"
cd /shares/home

if you rsync files here as root, the account privileges will be messed up (they should be nobody/share), so fix them with the command 

chown -R nobody:share /share/home




References: 


Comments