Moolux come with default moolux save is 256mb. how to make a 1Gb mooluxsave. This makes a file filled with zero's called "mooluxsave" in /mnt/sdb1/MooLux/save
dd if=/dev/zero of=/mnt/sdb1/MooLux/save/mooluxsave bs=1k count=1024000Now we put a filesystem on it with
mkfs.xfs -f /mnt/sdb1/MooLux/save/mooluxsavebut if dont create, just download this
Download and uncompres to "/MooLux/save" directory..