http://www.slax.org/forum/viewtopic.php?t=17308
> Is a 256mb slaxsave.dat big enough? And can I remove anything out of > slaxsave.dat? I'm using Slax-6.0.0rc3.
You can check usage of slaxsave.dat by mounting it using some variation of these commands:
mkdir /mnt/tmp mount -o loop /mnt/sda2_removable/slaxsave.dat /mnt/tmp df -H /mnt/tmp
After a couple of uses, the commands above show only 3% usage for my own 256MB slaxsave.dat or, in this case, just 5MB used.
You can also browse to /mnt/tmp in a Konqueror file browser and, presumably, remove anything you don't want. But the changes will probably be re-written each time you boot with changes=/slaxsave.dat
Be sure to umount slaxsave.dat when you're done:
umount /mnt/tmp
documented on: May 05, 2007, jayseye