Re: Linux not adhering to BIOS Drive boot order?

From: Matti Aarnio (matti.aarnio@zmailer.org)
Date: Wed Jan 17 2001 - 15:32:06 EST


On Wed, Jan 17, 2001 at 08:22:22PM +0100, Werner Almesberger wrote:
> The only cases when you really need to know the name of a disk is when
> - doing disk-level management, e.g. partitioning or creating file
> systems (*)
> - adding a swap partition (sigh)
> - telling your boot loader where to put its boot sector

  2.4.0 with devfs mounted at boot time into /dev/

  Only thing missing is that here /dev/scsi/host0/ propably should be
  a symlink to something like /dev/bus/pci/BB/II.F ...
  Or perhaps /dev/scsi/BUS/BB/II.F/busN/targetT/lunL/partP
  but mixing in ISA-bus controllers is somewhat tough..

$ mount
/dev/scsi/host0/bus0/target0/lun0/part3 on / type ext2 (rw)
/dev/scsi/host0/bus0/target2/lun0/part2 on /home type ext2 (rw)
/dev/scsi/host0/bus0/target0/lun0/part4 on /usr type ext2 (rw)
/dev/scsi/host0/bus0/target2/lun0/part1 on /usr/src type ext2 (rw)
/dev/scsi/host0/bus0/target0/lun0/part1 on /boot type ext2 (rw)

  I do, of course, use mounting with LABEL=

  This new style (which contains, hopefully, physical PCI location)
  mount device paths will failry easily handle question about which
  is where... And the partitions are PHYSICAL partition numbers,
  not some logical ones. That is true with /dev/sdXP case as well
  as with /dev/hdXP case.

> - Werner

/Matti Aarnio
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jan 23 2001 - 21:00:16 EST