-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tue, 10 Jun 2003 14:47:40 -0700, Jesse Keating wrote:
Label's cause problems if you have more than one install of Linux on teh system that uses labels to mount things.
Does Red Hat's installer no longer choose non-duplicate labels in order to not cause any conflicts? I remember it came up with labels such as /1, /2, and so on.
hda2 = psyche = / hda1 = shrike = /1
# grep LABEL /etc/fstab /mnt/hda1/etc/fstab
/etc/fstab:LABEL=/ / ext3 defaults 1 1
/mnt/hda1/etc/fstab:LABEL=/1 / ext3 defaults 1 1
$ cat /etc/redhat-release /mnt/hda1/etc/redhat-release Red Hat Linux release 8.0 (Psyche) Red Hat Linux release 9 (Shrike)
-- shrek-m