Issue here is not, we can resize or not without reinstalling. Issues is,
we can add more swap in any form, without re-installing.
that we can

choose a favourite file name. example swap.txt

dd if=/dev/zero of=/swap.txt bs=1024 count=<according to swap size you
want>
mkswap /swap.txt
swapon /swap.txt
to permanently add swap, edit fstab. Add this line

/swap.txt       none    swap    defaults 0 0


and you have more swap. This method is slower than swap partition.


Supreet 



-- 
supreet <[EMAIL PROTECTED]>


_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to