-
Re: NAS542 Raid 5 - Hot Spare labeled as "not supported"
AFAIK the web backend reads this information from the (pseudo-)file /proc/mdstat. To know where this comes from look at the orginal. Enable the ssh server, login over ssh and execute cat /proc/mdstat1 -
Re: Plex for NAS326
where do I find the install script? /i-data/<VOLUME>/.PKG/PlexMediaServer/gui/PlexMediaServer/pkgcgi.cgi1 -
Re: NSA-220 doesn't boot / no console output
the factory default IP 192.168.1.3 Do you have documentation about this? It's some time ago I last saw a '220, but as far as I remember the factory default is DHCP. The ping answers could b…1 -
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
Guru Member