On Tue 31 Aug 2004, Paul Haas wrote: > > To add swap, I use > mkdir /fullpathhere > dd if=/dev/zero of=/fullpathhere/swap1 bs=1M count=1024 > swapon /fullpathhere/swap1 You need a 'mkswap /fullpathhere/swap1' before the swapon... Paul Slootman