Jack Bowling wrote:

> Thank you for making my point for me. To repair anything, one would have to know the 
>device names of the partitions unless the userland utilities are re-written to take 
>LABEL tags into consideration. So you would have to go back to your notebook at crash 
>time and thumb through to the section where you duly transcribed all LABEL to device 
>name pairs at install time for the affected machine anyway. What...pray tell you 
>didn't do so?

    That was a bad example, I realized that afterwards, however, this is a better one:

    SCSI drives get their devices assigned as the chain finds then, so if you have the 
first drive as ID1, and the second as ID5, and you have them setup as / and /usr.  
You'll find this in your boot up log:

    ID1 = sda1 /
    ID5 = sdb1 /usr

    Now, you decide to add a third drive, with ID3, mounted as /var.  Now all of a 
sudden, what USED to be sdb isn't anymore.  It's now sdc:

    ID1 = sda1 /
    ID3 = sdb1 /var
    ID5 = sdc1 /usr

    However, as far as your fstab is concerned, it is still mounting /dev/sdb1 as 
/usr, which isn't true anymore.  You have to go manually edit your fstab to fix that 
problem.  However, if you had LABELs instead, it doesn't care WHAT device it's on, all 
it will do is mount the LABEL instead, which will always be correct.

    Learn to use them.

    AMK4

--
H | Hi, I'm currently out of my mind.  Please leave a message.  BEEEEP!
  |____________________________________________________________________
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
  Director of Internet Operations / SysAdmin    .     800.441.3873 x130
  Photo Craft Laboratories, Inc.             .        eFax 248.671.0909
  http://www.pcraft.com                  .        3550 Arapahoe Ave, #6
  .................. .  .  .     .            Boulder, CO 80303, U.S.A.




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

Reply via email to