> Is it possible to get a copy of /proc/partitions
$ grep -v hda /proc/partitions
major minor  #blocks  name
   8     0      16000 sda
   8     1      15979 sda1
   8    16     125184 sdb
   8    17     125040 sdb1
The "neat" thing is in lilo.conf I can do
disk=/dev/sda inaccessible
disk=/dev/sdb inaccessible
disk=/dev/sdc inaccessible
disk=/dev/sdd inaccessible
but not
disk=/dev/sde inaccessible
$ dmesg |grep sd.$
sd 0:0:0:0: Attached scsi removable disk sda
sd 0:0:0:1: Attached scsi removable disk sdb
sd 0:0:0:2: Attached scsi removable disk sdc
sd 0:0:0:3: Attached scsi removable disk sdd
(I only have two cards inserted in the reader's four slots.)

Sorry that new lilo and kernel (here 2.6.17) will have to wait for a
trip to town to burn my updates CDROM.

Anyway, this bug is no big deal, just a curiosity for you.
Not sure if Debian team changes are involved.

What I really want to tell lilo is "Thanks for your concern, but can
you please just concentrate on hda!  Believe me when I say the food is
all in the fridge. Don't bother checking elsewhere."

I.e., instead of having to explicitly list all the places it should
not poke its nose, whether doing $ lilo or booting, I would like
instead to just list the places where it should poke its nose.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to