> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 27, 2000 5:00 PM
> To: [EMAIL PROTECTED]
> Subject: Re: problem with superblock
>
> ## Betreff : problem with superblock
> ## Ersteller: [EMAIL PROTECTED] (Anton)
>
> a> And is how do you map
> a> names like sdb1 to the physical disk?
> It is the first disk on the second SCSI-Controller.
Uhm, no, it's not. The stock Linux kernel maps SCSI drives in the order
that it finds them. The first SCSI disk is /dev/sda, the second is
/dev/sdb, the third, /dev/sdc, and so on. /dev/sdb1 is the first partition
on the second SCSI drive. If you add another SCSI disk that the kernel
finds earlier, then that disk will no longer be /dev/sdb, but some other
disk. Persistent superblocks make sure that your RAID arrays can start up
even when you change the number of SCSI disks in your system.
Grego