[Linux-Biella] Hard disk scsii
Marco Barbera
linux@ml.bilug.linux.it
Thu, 04 Mar 2004 13:42:34 +0100
At 09.21 03/03/2004, you wrote:
>On Tue, 02 Mar 2004 21:54:13 +0100
>Marco Barbera <barbera@mediacreation.it> wrote:
>
>
> > >scusa ma dmesg che dice?
> > >
> > >poi non capisco vuoi montarli in automatico? basta mettere in fstab
> > >vuoi formattarli ogni volta?!?!?! ma che ci tieni dentro? :P
> >
> > Mentre avvia la Slack mi carica i moduli dell'interfaccia scsii e di
> > seguito mi fa vedere che rileva 1 cdrom attaccato e 2 hd . Il problema
> > è che una volta che mi sono loggato non so come far vedere al sistema
> > i due HD che ho aggiunto. Ho provato fdsik, cfdisk sda, sda1, sdb,
> > sdb1, ecc... anche sr0, sr1, ecc.... ma non mi vede mai nulla....mi
> > dice che non trova il device.
>
>dmesg | grep -i sd
>
>e pastami l'output
>oppure fatti un giro sotto /proc/scsi
Ho fatto ciò che hai detto e mi dice:
dmesg | grep -i sd
UMSDOS: msdos_read_super failed, mount aborted.
Sotto Proc SCSII trovo:
Tre cartelle: aic7xxx/ ide-scsi/ scsi sg/
All' interno del file scsii c'è scritto:
Host: scsi1 Channel: 00 Id: 04 Lun: 00
Vendor: PLEXTOR Model: CD-R PX-W4220T Rev: 1.04
Type: CD-ROM ANSI SCSI revision: 02
(Durante il boot mi fa vedere il detect delle due unità HD collegate
insieme al CD Plextor)
All'interno della cartella aic7xxx c'è un file chiamato 1 che contiene:
Adaptec AIC7xxx driver version: 6.2.36
Adaptec aic7880 Ultra SCSI adapter
aic7880: Ultra Wide Channel A, SCSI Id=7, 16/253 SCBs
Allocated SCBs: 5, SG List Length: 102
No Serial EEPROM
Target 0 Negotiation Settings
User: 20.000MB/s transfers (10.000MHz, offset 127, 16bit)
Goal: 20.000MB/s transfers (10.000MHz, offset 8, 16bit)
Curr: 20.000MB/s transfers (10.000MHz, offset 8, 16bit)
Channel A Target 0 Lun 0 Settings
Commands Queued 3
Commands Active 0
Command Openings 1
Max Tagged Openings 0
Device Queue Frozen Count 0
Target 1 Negotiation Settings
User: 20.000MB/s transfers (10.000MHz, offset 127, 16bit)
Goal: 20.000MB/s transfers (10.000MHz, offset 8, 16bit)
Curr: 20.000MB/s transfers (10.000MHz, offset 8, 16bit)
Channel A Target 1 Lun 0 Settings
Commands Queued 3
nella cartella sg ci sono un pò di file ma quasi tutti vuoti:
allow_dio def_reserved_size device_strs host_hdr hosts
debug device_hdr devices host_strs version
Sembra che non veda i due HD attaccati al controller....boh?.....
Marco