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 -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
