Patrick Nelson wrote:
----------------->>>>

Ray Curtis

I haven't been following this thread, but it appears your entrys :

LABEL-/
LABEL-/boot
are incorrect.
LABEL=/
LABEL=/boot

Not sure if that is your problem, since I have never tried using
incorrect LABEL entry's but I suspect unless this is a typo that
it won't boot or install correctly.
----------------->>>>

Sorry that was a typo...  The correct fstab is:

LABEL=/      /            ext3     defaults               1 1
LABEL=/boot  /boot        ext3     defaults               1 2
none         /dev/pts     devpts   gid=5,mode=620         0 0
none         /proc        proc     defaults               0 0
/dev/hda5    swap         swap     defaults               0 0
/dev/cdrom   /mnt/cdrom   iso9660  noauto,owner,kudzu,ro  0 0
/dev/fd0     /mnt/floppy  auto     noauto,owner,kudzu     0 0

Guess I could put the /dev values instead of LABEL values like:

/dev/hda3    /            ext3     defaults               1 1
/dev/hda2    /boot        ext3     defaults               1 2
none         /dev/pts     devpts   gid=5,mode=620         0 0
none         /proc        proc     defaults               0 0
/dev/hda5    swap         swap     defaults               0 0
/dev/cdrom   /mnt/cdrom   iso9660  noauto,owner,kudzu,ro  0 0
/dev/fd0     /mnt/floppy  auto     noauto,owner,kudzu     0 0

boot up and see if that works...  Willing to try anything about now.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to