On 2003.06.17 19:50, Dax Kelson wrote: > > On Red Hat Linux 9 (and above maybe??) you CANNOT use filesystem labels in > /etc/fstab with RAID or LVM. Really? Here is evidence to the contrary: [root@xxxxxx root]# mount /dev/md2 on / type ext3 (rw) none on /proc type proc (rw) usbdevfs on /proc/bus/usb type usbdevfs (rw) /dev/md1 on /boot type ext2 (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) none on /dev/shm type tmpfs (rw) /dev/md3 on /usr type ext3 (rw) /dev/md4 on /var type ext3 (rw) /dev/md5 on /home type ext3 (rw) [root@xxxxxx root]# cat /etc/fstab LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext2 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 LABEL=/usr /usr ext3 defaults 1 2 LABEL=/var /var ext3 defaults 1 2 /dev/md0 swap swap defaults 0 0 LABEL=/home /home ext3 defaults 1 2 /dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0 /dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0 [root@xxxxxx root]# cat /etc/issue Red Hat Linux release 9 (Shrike) Kernel \r on an \m [root@xxxxxx root]# Willem Riede.