On 11/18/06, James G. Sack (jim) <[EMAIL PROTECTED]> wrote:
Christoph Maier wrote:
> On Fri, 2006-11-17 at 19:56 -0800, James G. Sack (jim) wrote:
> [...]
>>  This is maybe where the use of labels (or, perhaps better[?], UUIDs) in
>> fstab comes in handy. See man fstab, try dump /dev/sda*|grep -i uuid to
>> see the UUID, or man e2label for the label. Christoph Meier
> Maier
>>  had another
>> way to determine the UUID in by reading /proc or maybe /sys -- but I
>> haven't found that myself.
> That would be
> ls -l /dev/disk/by-uuid/
> which gives you links from uuid to the /sda* names
> (at least in ubuntu 6.10 and Fedora 6)
>

Thanks.
It works in FC5, too.


A minor side note.  I am trying to do this with FC3.  Doesn't have
/dev/disk.  I suppose another approach would be to upgrade to FC6
first.

Another side note.  I would rather not have the OS try to "hotplug"
automount my two SCSI drives because they came from a Solaris system
and will have to be mounted as
  # mount -t ufs -o ro,ufstype="sun" /dev/sd?? /mnt/<something>
so I can look back at some historical data.  I expected to have
interesting problems coping with the Sun-style partition table but did
not think about the first-order problem of trying to boot from the
wrong drive.

   carl
--
   carl lowenstein         marine physical lab     u.c. san diego
                                                [EMAIL PROTECTED]


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to