Brian Morgan wrote:
> 
> fstab looks like this:
> 
> <file system>  <mount point> <type> <options>                  <dump> <pass>
> /dev/hda2       /             ext2   defaults, errors=remount-ro 0      1
> /dev/hda1       none          swap   sw                          0      0
> proc            /proc         proc   defaults                    0      0
> 
> But I don't think this is right. If I remember, I partitioned my drive like
> this:
> 
> hda1 = swap
> hda2 = root
> hda3 = usr
> hda4 = var
> 

You need to add the var and usr mount points to your fstab.

/dev/hda3       /usr    ext2    defaults                0       0
/dev/hda4       /var    ext2    defaults                0       0

Changing your IP would not affect this. The fstab is changed only by
physically editing it.

-- 
Paul Miller
[EMAIL PROTECTED]
begin:vcard 
n:Miller;Paul
x-mozilla-html:FALSE
org:Talons
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:President
note:The Spirit of the University of North Texas
x-mozilla-cpt:;0
fn:Paul Miller
end:vcard

Reply via email to