From: Mike F. <va...@ge...> - 2004-06-04 21:37:50
|
On Friday 04 June 2004 03:50 pm, Adrian McMenamin wrote: > For future reference, and with thanks to Paul - this is quite easy with 2.6 > and a busy box setup configured to include losetup: > > dd if=/dev/zero of=swap.img bs=1k count=16384 ; losetup /dev/loop/0 > swap.img ; mkswap /dev/loop/0 ; swapon /dev/loop/0 yep ... ive gotten mixed results but i suspect it's not the fault of loopback ;) ive also utilized nbd and that seemed to work well -mike |