Moin,
Ich habe hier einen Compaq Rechner mit Windows Installation, den ich gerne auf Viren testen würde. Also c't-Knoppicilin geholt, gebooted und das Teil findet die Platten nicht. Da drin ist ein Compaq RAID Controller:
test@0[/]$ /sbin/lspci -v -s 01:03.0 0000:01:03.0 RAID bus controller: Compaq Computer Corporation Smart Array 5i/532 (rev 01) Subsystem: Compaq Computer Corporation Smart Array 5i Flags: bus master, 66MHz, medium devsel, latency 71, IRQ 30 Memory at f05c0000 (64-bit, non-prefetchable) [size=256K] I/O ports at 3000 [size=256] Memory at f04f0000 (64-bit, prefetchable) [size=16K] Capabilities: <available only to root>
Ich habe die beiden Module cpqarray und cciss geladen und weiß jetzt nicht weiter. Wie heißen die Devices, die ich ansprechen muß? Das Netz verweist mich auf /dev/ida/c0d0p1 etc., aber die tun nicht.
Wo ist der Hebel anzusetzen?
test@0[/]$ uname -a Linux Knoppix 2.6.12 #7 Sun Oct 2 05:28:51 CEST 2005 i686 GNU/Linux
Greets, Hilmar
am 08.06.2006, um 18:45:15 +0200 mailte Hilmar Preusse folgendes:
wilder Schuß ins Blaue: /dev/cciss/cXdYpZ
Zumindest kommt mir das relativ ähnlich zu meiner Kiste auf Arbeit vor, und dort sind das die Mount-Points. Ich hatte da auch schon mal mit einer KNOPPIX gebootet und es IIRC damit geschafft.
Andreas
On 08.06.06 Andreas Kretschmer (andreas.kretschmer@schollglas.com) wrote:
am 08.06.2006, um 18:45:15 +0200 mailte Hilmar Preusse folgendes:
Moin,
root@0[~]# modprobe cpqarray root@0[~]# cd /proc/driver/cciss/ root@0[cciss]# ll insgesamt 0 -rw-r--r-- 1 root root 0 2006-06-09 16:03 cciss0 root@0[cciss]# more cciss0 cciss0: HP Smart Array 5i Controller Board ID: 0x40800e11 Firmware Version: 2.56 IRQ: 30 Logical drives: 1 Current Q depth: 0 Current # commands on controller: 0 Max Q depth since init: 1 Max # commands on controller since init: 1 Max SG entries since init: 1 Sequential access devices: 0
cciss/c0d0: 218.50GB RAID 1(1+0) root@0[cciss]# cd /dev/cciss/ -bash: cd: /dev/cciss/: Datei oder Verzeichnis nicht gefunden root@0[cciss]# mount /dev/cciss/c0d0p0 /mnt mount: special device /dev/cciss/c0d0p0 does not exist root@0[cciss]# mount /dev/cciss/c0d0p1 /mnt mount: special device /dev/cciss/c0d0p1 does not exist root@0[cciss]# mount /dev/cciss/c0d0p2 /mnt mount: special device /dev/cciss/c0d0p2 does not exist
Vielleicht sollte ich mal eine echte Knoppix testen und damit erstmal Trockenschwimmen machen.
Thanks, Hilmar
On 08.06.06 Andreas Kretschmer (andreas.kretschmer@schollglas.com) wrote:
am 08.06.2006, um 18:45:15 +0200 mailte Hilmar Preusse folgendes:
Moin,
Hab ihn. 1. Modul laden (modprobe cpqarray) 2. Devices erstellen (cd /dev; ./MAKEDEV cciss) 3. Passendes Device mounten (/dev/cciss/c0d0p1, /dev/cciss/c0d0p2 etc).
Gültig für die Knoppicillin von Oktober/05.
Thanks, Hilmar
am 12.06.2006, um 15:17:59 +0200 mailte Hilmar Preusse folgendes:
Yeah! Das war es, erstellen der Devices. Ich wußte, irgend was war noch...
Andreas
lug-dd@mailman.schlittermann.de