|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] what the hell is my computer doing?
|
On Thu, Nov 29, 2001 at 02:16:51PM -0500, Darxus@chaosreigns.com wrote:
> On 08/29, William Shank wrote:
> > i don't need to make a partition right? i can just add a swap file?
>
> Correct. But I haven't done that in.. probably years.
You ought to just be able to make a file, say, like this:
$ dd if=/dev/zero of=swap bs=1M count=128 #assuming you want a 128M file
Then format it as swap space:
$ mkswap ./swap
Then add it to the fstab and run 'swapon -a'.
--
Bill Jonas * bill@billjonas.com * http://www.billjonas.com/
"As we enjoy great advantages from the inventions of others, we should
be glad of an opportunity to serve others by any invention of ours; and
this we should do freely and generously." -- Benjamin Franklin
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|