Sorting by

×
zorruno wikki: Setting up Alt-f Firmware on Dlink DNS-320L Nas

Revision [5339]

This is an old revision of alt-f-dlinknas made by ZorrUno on 2020-04-20 08:42:26.

 

Setting up Alt-f Firmware on Dlink DNS-320L Nas


Summary

-- These are cheap 2-bay NASs
-- I have DNS-320L
-- Firmware is rubbish
-- Alt-F is a replacement

Non persistant File system

On Alt-F, by contrary, any change will be lost in the next reboot. The exception is a set of well defined files, the "Settings", that are saved in flash memory and loaded on the next reboot (or on demand), and that overrides the defaults.
To override this, there is a set of files in /Alt-F that will be pulled on boot to overlay on the existing file system. eg to change /etc/httpd.conf

aufs.sh -n
mkdir -p /Alt-F/usr/sbin
cp /usr/sbin/loadsave_settings /Alt-F/usr/sbin/loadsave_settings

edit /Alt-F/usr/sbin/loadsave_settings and fix the error
aufs.sh -r