Sean Finney on Sun, 9 Jun 2002 17:51:06 -0400 |
On Sun, Jun 09, 2002 at 02:29:54PM -0600, W. Chris Shank wrote: > after i have installed a device (ie: a scsi device) i can see that it's > found on the scsi bus - how do i figure out what device it mapps to? try taking a look at dmesg(8). if your system hasn't clobbered the boot message, something should be there that looks like: scsi0 : BusLogic BT-958 scsi : 1 host. Vendor: FUJITSU Model: MAN3184MP Rev: 0107 Type: Direct-Access ANSI SCSI revision: 03 Detected scsi disk sda at scsi0, channel 0, id 0, lun 0 Vendor: FUJITSU Model: MAN3184MP Rev: 0107 Type: Direct-Access ANSI SCSI revision: 03 Detected scsi disk sdb at scsi0, channel 0, id 2, lun 0 Vendor: TOSHIBA Model: CD-ROM XM-6201TA Rev: 1037 Type: CD-ROM ANSI SCSI revision: 02 Detected scsi CD-ROM sr0 at scsi0, channel 0, id 3, lun 0 Vendor: HP Model: C1533A Rev: A708 Type: Sequential-Access ANSI SCSI revision: 02 in this case you have sda, sdb, and sr0. if dmesg is filled up with other stuff and the boot log is rotated out, you can probably find it in a boot.log or syslog file somewhere in /var hth --sean ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|