On Sunday 14 December 2003 12:46, Simon Striker wrote:
> Hi!
>
> Sunday, December 14, 2003, 10:42:53 PM, you wrote:
> > Disk space is cheap.  I always reserve about 1G for swap.  I realize this
> > is overkill, but then I never need to worry.
>
> So. How can I fiks my problem?
>
1. Very simple, if you haven't used all the free space on your disk.  
2. Still simple if you can delete an unused partition to make some free space. 
3. Total reorg of the disk, or start over with your install, if you can't do 1 
or 2.

As root user, use fdisk to add a new partition +1024M in size; make it type 82

Assuming this new partition is /dev/hda3, 'mkswap /dev/hda3' then
'swapon /dev.hda3'

If you don't understand any of this, do
        fdisk /dev/hda >list              assuming you are using /dev/hda
        p
        q

Submit the contents of file 'list' for advice.

HTH

-- 
Collins




fdisk ./dev/hdn           where n is a, b, etc.

n                                create a new partition
                                  if you have 


--
[EMAIL PROTECTED] mailing list

Reply via email to