Swap wants to be a pre-extended file; something like: dd if=/dev/zero of=swap bs=1m count=16 that should give you a 16 megabyte swap file, if the system in question has /dev/zero (returns as many blocks of nulls as you want to read from it; as distinct from /dev/null which always returns EOF on attempts to read). Erik Fair