Submitted 31-May-00 by [EMAIL PROTECTED]:
 
| 1- there's a way to activate and make hda5 be a swap partition, which some
|    kind soul will tell me about.

Of course :)  As root:

# /sbin/fdisk /dev/hda << EOF
> t
> 5
> 82
> w
> EOF
# /sbin/mkswap /dev/hda5
# /sbin/swapon

and edit your /etc/fstab appropriately.  (note that the #'s and >'s
are the prompts :p)

-- 
       _
     _|_|_
      ( )   *    Anton Graham
      /v\  /     <[EMAIL PROTECTED]>
    /(   )X
     (m_m)       GPG ID: 18F78541
Penguin Powered!

Reply via email to