LUX5 appliance image is used as the base class for NAS appliance.
NAS uses a 120MB boot volume and a 170MB usr (read-only,shared) volume. An additional placeholder volume data is required for shared file storage.
/appliance/appliance.sh is the main NAS startup script. This calls all the scripts that start services running on NAS.
/appliance/getlogdir.pl - prints a full path to the log dir specified in the 'log_dir' property.
/appliance/http_load.sh - starts apache service on the http terminal.
/appliance/nfs_load.sh - starts nfs service.
/appliance/smb_load.sh - starts samba service.
/appliance/start_rsyncd.sh - starts rsyncd (only if configured as slave).
NAS-3.0.2-1.tar.bz2
NAS-build-3.0.2-1.tar.bz2
NAS creates logs for the http and cifs services. Logs are placed on the data volume, as configured by the 'log_dir' property.
-- PavelGeorgiev - 27 Jan 2010