so im trying to use swapon to make use of a swap file i made with
# dd if=/dev/zero of=swapfile bs=1024 count=65536
then
mkswap /mnt/sammy/swapfile
then
swapon /mnt/sammy/swapfile
but i get
swapon: swapfile: Invalid argument
Are you sure you didn't type a space between /mnt/sammy/ and swapfile?
I'm asking because if you typed it without space, swapfile wouldn't even be an argument in itself, let alone an invalid one.
-- "Codito ergo sum" Roel Schroeven
-- [EMAIL PROTECTED] mailing list
