tronik
Group: Members
Posts: 182
Joined: Dec. 2004 |
|
Posted: Jan. 22 2005,21:34 |
|
Another alternative to using a partition as a swapfile is to actually use a file as a swapfile.
First create the file, like so, 'dd if=/dev/zero of=dsl.swp count=64000 bs=1024' will create a 64 megabyte file. (for 64 megs of swap space)
'mkswap file' 'swapon file' Then you should have virtual memory, (look see with 'free')
This is something you can do if you're not worried about getting into the technicalities of what arrangement of partitions is the best for optimal performace on a machine. This works just nicely for some swap space =)
Enjoy.
-------------- -william atlanta, GA, USA
DSL 1.0+2.4.27/sata : P4 2.4norwood : 512ddr2 : nvgf4ti4200-64 : 128mbLexar Jumpdrive Elite
|