On Wed, 7 Apr 2004, Rodney D. Myers wrote:

> doing a "cat /proc/scsi/scsi" show;
> Host: scsi0 Channel: 00 Id: 00 Lun: 00
> Vendor: SAMSUNG Model: CD-ROM SC-152L Rev: C100
> Type: CD-ROM ANSI SCSI revision: 02
> Host: scsi0 Channel: 00 Id: 01 Lun: 00
> Vendor: Memorex Model: 52MAXX 2452AJ Rev: 6WS2
> Type: CD-ROM ANSI SCSI revision: 02
> Host: scsi1 Channel: 00 Id: 00 Lun: 00
> Vendor: IC Model: USB Storage-CFC Rev: 322E
> Type: Direct-Access ANSI SCSI revision: 02

What kernel?

You do need:
CONFIG_SCSI_MULTI_LUN=y

in your kernel .config in order to make sure it probes all the slots. It
looks like it isn't doing so now, since you have only LUN 00 shown, not
any additional ones.

>  ...
> If I attempt to run fsck or fdisk on /dev/sda I get the following error
> message(s);
>
> sudo fdisk /dev/sda1
> Unable to open /dev/sda1
>

Use /dev/sda, not /dev/sda1. sda1 is a partition, sda is the "disk". This
is a reasonable way to find the drive you're looking for, though.


----------------------------------------------------------------------
Andrew J Perrin - http://www.unc.edu/~aperrin
Assistant Professor of Sociology, U of North Carolina, Chapel Hill
[EMAIL PROTECTED] * andrew_perrin (at) unc.edu




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

Reply via email to