> Another way to work around that issue is not using static device node > names if they don't end up being statically assigned. You can use a > partition's Label or UUID and reference them in /etc/fstab. Running > "blkid" will obtain the values you'll need. This makes the partitions > persistent in terms of mount point even if the underlying drive gets a > new name.
If it wasn't entirely clear from other posts, Grub can also use those same UUIDs for its 'linux', 'linuxrd' and 'root' options. I'm not sure off the top of my head if it supports labels. I've always used the UUIDs because every partition is guaranteed to have one even if they read a bit awkward. It's also not likely to change as the years go by as opposed to labels. Gerard -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page