How do I safely increase the swap space on the above referenced system? How can I be sure I won't delete or corrupt the data that is there, without backing up to a peripheral drive?<br>
<br>
I'm a novice, so the more detail the better.<br>
<br>
Thank You!
first of all check your swap space with
1. "swap -l"
2. su to root (if not already)
3. do a man on 'mkfile' to be sure you have all your options you ever wanted.
4. issue "mkfile (size required) (filename)"
5. issue "swap -a (pathname)" this adds the swap file
you MUST use an absolute path name
6. "swap -l" to confirm the new swap addition
you can delete it with the "swap -d" command
oops.. just a quick note, not wishing to teach you to suck eggs but obviously if you want it mounted at boot, the /etc/vfstab will also need to be updated... [sig][/sig]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.