-
Re: How to run Syncthing on NAS542 as non-root, or elseway provide synced data rw possibility for users?
The is no sudo, but you have su. From the startscript of my Pulse package: Startup() { mkdir -p ${PKG_HOME} chown ${PKG_USER} ${PKG_HOME} su -m ${PKG_USER} -s /bin/sh -c "HOME=$PKG_HOME ${PKG_RO…1 -
Re: NAS 326 change disks
You must unmount the filesystem (/dev/md2, I suppose), but not stop it. If you stop it, the md device is gone, and only /dev/sda3 is left. But that doesn't contain a filesystem. Then run e2fsck …1 -
Re: New mirror for nas-central.org
As for 20250125 the url is changed to http://zyxel.ddnss.eu/Users/Mijzelf/zypkg-repo/1 -
Re: NAS 326 constantly beeps / After boot keeps beeping 3 times
It keeps beeping in irregular intervalls. Strange. I can imagine a failure which causes a boot loop, but in that case the interval would be regular. How do I recover the files from the harddrives? Fo…1 -
Re: Win 11 and SMB2 for NSA325v2 - Firmware NSA325_4.81(AAAJ.1)
I can see it here: https://zyxel.ddnss.eu/Users/Mijzelf/Entware-ng/binaries/armv5/ Check in /opt/etc/opkg if that repo is in the list.1
Guru Member