View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#2233
We're still experimenting over in this thread.

It seems the best thing to do to speed up heavy I/O, and avoid reboots during decompression, is to put your Debian image on a SD card. The next best thing is to put your swap on an SD card.

The simplest thing that seems to work for me is to make a little script, call it swaponoff or something, with two lines:

Code:
swapoff /dev/mmcblk0p3
swapon /dev/mmcblk0p3
chmod +x swaponoff
sudo ./swaponoff
(then do the thing you were about to do)

I'll add this to the installer (just before the decompression) and upload it as a new version.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2011-04-24 at 23:28.
 

The Following 3 Users Say Thank You to qole For This Useful Post: