Frische Woody-Installation -> SATA Treiber (3112) einbind
Frische Woody-Installation -> SATA Treiber (3112) einbinden?
hallo,
ich nutze einen Serial-ATA Raidcontroller von SiliconImage (Modell 3112). Daran habe ich zwei Festplatten im Raid-0 Verbund laufen. Derzeit habe ich 4 Partitionen eingerichtet:
1. Partition : Windows XP
2. Partition : User-spezifische Dateien
3. Partition : leer / unbenutzt
4. Partition : leer / unbenutzt
Ich möchte Debian mit Kernel 2.4 ("bf24") jetzt neu von der 1. CD installieren und zwar in die 3. Partition. Die Installationsroutine findet leider den SATA-Controller nicht (also keine Festplatten vorhanden). Das Setup möchte aber eine Treiberdiskette haben, dann könnte man vermutlich auf die am Controller angeschlossene RAID-Konfiguration zugreifen.
Bei SiliconImage (http://www.siimage.com) gibt es nichts zum Herunterladen.
Per E-Mail bekam ich folgenden Tip, der mit leider nicht weiterhilt, da ich ja noch gar kein laufendendes System habe.
Kann mit jemand sagen, wie ich vorgehen muss, bzw. wo ich diese Diskette herbekomme?
Danke!!!!
Hi,
I'm not familiar with that motherboard or Debian. However I understand that Debian is similar to Gentoo, which I am using. So I'll base this on that.
You need two drivers to get access to the raid sets on the sil3112 controller. Ataraid - which is the generic ata raid driver, and silraid which is the 3112 specific driver. If you install does not automatically start them, (but they are on the discs) you can start them using modprobe like this:
$ modprobe ataraid
$ modprobe silraid
You can then execute lsmod to show you a list of the running modules. Both should be present.
Once in, you should now find a set of directories under dev. They will take one of two forms. Either
/dev/ataraid/d0 - Raid set 0
/dev/ataraid/d0p1 - 1st partition
/dev/ataraid/d0p2 - 2nd partition
....
or:-
/dev/ataraid/disc0/disc - Raid set 0
/dev/ataraid/disc0/part1 - 1st partition
/dev/ataraid/disc0/part2 - 2nd partition
...
If your system is using the devfs file system (Mine is because Gentoo requires it to run - no I'm not sure exactly what it is for, but it is something to do with managing the /dev directory then the second set of names are used. If (like SUSE8.2) it isn't then the first set will be used. I don't know why devfs changes the names like this. Also note that you will also be able to see the drives themselves. On Mine they appear as /dev/hde and /dev/hdg, but you don't need to worry about them and should not use them directly. Unless you are planning to stop using raid in which case the raid drivers are not need either and you can just use
/dev/hde and /dev/hdg directly as normal.
If Debian is like Gentoo it may use the non-devfs names whilst installing and the devfs names once installed. Watch out for that. I had to mount using the first names during the install, but put the second names into the fstab file to mount them.
Basically loading the two drivers and understanding the naming is the only thing you need to worry about. Of course you need to make sure they are installed into the system as well.
Good luck.
Derek.
ich nutze einen Serial-ATA Raidcontroller von SiliconImage (Modell 3112). Daran habe ich zwei Festplatten im Raid-0 Verbund laufen. Derzeit habe ich 4 Partitionen eingerichtet:
1. Partition : Windows XP
2. Partition : User-spezifische Dateien
3. Partition : leer / unbenutzt
4. Partition : leer / unbenutzt
Ich möchte Debian mit Kernel 2.4 ("bf24") jetzt neu von der 1. CD installieren und zwar in die 3. Partition. Die Installationsroutine findet leider den SATA-Controller nicht (also keine Festplatten vorhanden). Das Setup möchte aber eine Treiberdiskette haben, dann könnte man vermutlich auf die am Controller angeschlossene RAID-Konfiguration zugreifen.
Bei SiliconImage (http://www.siimage.com) gibt es nichts zum Herunterladen.
Per E-Mail bekam ich folgenden Tip, der mit leider nicht weiterhilt, da ich ja noch gar kein laufendendes System habe.
Kann mit jemand sagen, wie ich vorgehen muss, bzw. wo ich diese Diskette herbekomme?
Danke!!!!
Hi,
I'm not familiar with that motherboard or Debian. However I understand that Debian is similar to Gentoo, which I am using. So I'll base this on that.
You need two drivers to get access to the raid sets on the sil3112 controller. Ataraid - which is the generic ata raid driver, and silraid which is the 3112 specific driver. If you install does not automatically start them, (but they are on the discs) you can start them using modprobe like this:
$ modprobe ataraid
$ modprobe silraid
You can then execute lsmod to show you a list of the running modules. Both should be present.
Once in, you should now find a set of directories under dev. They will take one of two forms. Either
/dev/ataraid/d0 - Raid set 0
/dev/ataraid/d0p1 - 1st partition
/dev/ataraid/d0p2 - 2nd partition
....
or:-
/dev/ataraid/disc0/disc - Raid set 0
/dev/ataraid/disc0/part1 - 1st partition
/dev/ataraid/disc0/part2 - 2nd partition
...
If your system is using the devfs file system (Mine is because Gentoo requires it to run - no I'm not sure exactly what it is for, but it is something to do with managing the /dev directory then the second set of names are used. If (like SUSE8.2) it isn't then the first set will be used. I don't know why devfs changes the names like this. Also note that you will also be able to see the drives themselves. On Mine they appear as /dev/hde and /dev/hdg, but you don't need to worry about them and should not use them directly. Unless you are planning to stop using raid in which case the raid drivers are not need either and you can just use
/dev/hde and /dev/hdg directly as normal.
If Debian is like Gentoo it may use the non-devfs names whilst installing and the devfs names once installed. Watch out for that. I had to mount using the first names during the install, but put the second names into the fstab file to mount them.
Basically loading the two drivers and understanding the naming is the only thing you need to worry about. Of course you need to make sure they are installed into the system as well.
Good luck.
Derek.
- pdreker
- Beiträge: 8298
- Registriert: 29.07.2002 21:53:30
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Nürnberg
Auf der Treiber Diskette wist Du auch nichts passendes finden, da die siimage Treiber (SIlicon IMAGE) erst in späteren Kerneln dabei sind. Welche Version genau weiss ich nicht, aber in meinem 2.4.21-ac4 Kernel sind die dabei (und funktionieren, allerdings weiss ich nicht, wie es mit RAID aussieht, das habe ich nämlich nicht).
Patrick
Patrick
Definitely not a bot...
Jabber: pdreker@debianforum.de
Jabber: pdreker@debianforum.de
- pdreker
- Beiträge: 8298
- Registriert: 29.07.2002 21:53:30
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Nürnberg
Das war auch meine erste Idee, aber ich weiss leider nicht wie das geht. Möglich ist das mit Sicherheit...
Frag'doch 'mal Google...
Patrick
Frag'doch 'mal Google...
Patrick
Definitely not a bot...
Jabber: pdreker@debianforum.de
Jabber: pdreker@debianforum.de
Hallo xpluke,
ich stehe gerade vor dem gleichen Problem. Habe hier ein nforce board (a7n8x) und leider alle IDE Kanäle belegt und alle IDE Platten voll.
Also habe ich mir gestern ne Maxtor SATA Platte gegönnt. Jetzt muss nur noch das Woddy drauf.
Hast Du Dein Problem gelöst? Wenn ja kannst Du die Lösung posten?
(Bei der Menge an Postings auf div. Linux Boards denke ich schon )
Oder mir zumindest nen hint geben?
MfG
Sascha
ich stehe gerade vor dem gleichen Problem. Habe hier ein nforce board (a7n8x) und leider alle IDE Kanäle belegt und alle IDE Platten voll.
Also habe ich mir gestern ne Maxtor SATA Platte gegönnt. Jetzt muss nur noch das Woddy drauf.
Hast Du Dein Problem gelöst? Wenn ja kannst Du die Lösung posten?
(Bei der Menge an Postings auf div. Linux Boards denke ich schon )
Oder mir zumindest nen hint geben?
MfG
Sascha
hmm
hallo sascha,
ich habe das problem noch nicht gelöst - ehrlich gesagt scheint es daran zu liegen, dass ich einfach zu wenig ahnung habe.
ich habe einen tipp begommen (siehe unten), vielleicht kannst du damit mehr anfangen. bitte poste deine weitere vorgehensweise, vielleicht können wir das problem gemeinsam lösen ?!
CU
Hi, I'm not familiar with that motherboard or Debian. However I understand that
Debian is similar to Gentoo, which I am using. So I'll base this on that.
You need two drivers to get access to the raid sets on the sil3112 controller.
Ataraid - which is the generic ata raid driver, and silraid which is the 3112
specific driver. If you install does not automatically start them, (but they
are on the discs) you can start them using modprobe like this:
$ modprobe ataraid
$ modprobe silraid
You can then execute lsmod to show you a list of the running modules. Both
should be present.
Once in, you should now find a set of directories under dev. They will take
one of two forms. Either
/dev/ataraid/d0 - Raid set 0
/dev/ataraid/d0p1 - 1st partition
/dev/ataraid/d0p2 - 2nd partition
....
or:-
/dev/ataraid/disc0/disc - Raid set 0
/dev/ataraid/disc0/part1 - 1st partition /dev/ataraid/disc0/part2 - 2nd partition ...
If your system is using the devfs file system (Mine is because Gentoo requires
it to run - no I'm not sure exactly what it is for, but it is something to do
with managing the /dev directory then the second set of names are used.
If (like SUSE8.2) it isn't then the first set will be used. I don't know why
devfs changes the names like this.
Also note that you will also be able to see the drives themselves. On Mine
they appear as /dev/hde and /dev/hdg, but you don't need to worry about them
and should not use them directly. Unless you are planning to stop using raid
in which case the raid drivers are not need either and you can just use
/dev/hde and /dev/hdg directly as normal.
If Debian is like Gentoo it may use the non-devfs names whilst installing and
the devfs names once installed. Watch out for that. I had to mount using the
first names during the install, but put the second names into the fstab file
to mount them.
Basically loading the two drivers and understanding the naming is the only
thing you need to worry about. Of course you need to make sure they are
installed into the system as well.
Good luck.
Derek.
ich habe das problem noch nicht gelöst - ehrlich gesagt scheint es daran zu liegen, dass ich einfach zu wenig ahnung habe.
ich habe einen tipp begommen (siehe unten), vielleicht kannst du damit mehr anfangen. bitte poste deine weitere vorgehensweise, vielleicht können wir das problem gemeinsam lösen ?!
CU
Hi, I'm not familiar with that motherboard or Debian. However I understand that
Debian is similar to Gentoo, which I am using. So I'll base this on that.
You need two drivers to get access to the raid sets on the sil3112 controller.
Ataraid - which is the generic ata raid driver, and silraid which is the 3112
specific driver. If you install does not automatically start them, (but they
are on the discs) you can start them using modprobe like this:
$ modprobe ataraid
$ modprobe silraid
You can then execute lsmod to show you a list of the running modules. Both
should be present.
Once in, you should now find a set of directories under dev. They will take
one of two forms. Either
/dev/ataraid/d0 - Raid set 0
/dev/ataraid/d0p1 - 1st partition
/dev/ataraid/d0p2 - 2nd partition
....
or:-
/dev/ataraid/disc0/disc - Raid set 0
/dev/ataraid/disc0/part1 - 1st partition /dev/ataraid/disc0/part2 - 2nd partition ...
If your system is using the devfs file system (Mine is because Gentoo requires
it to run - no I'm not sure exactly what it is for, but it is something to do
with managing the /dev directory then the second set of names are used.
If (like SUSE8.2) it isn't then the first set will be used. I don't know why
devfs changes the names like this.
Also note that you will also be able to see the drives themselves. On Mine
they appear as /dev/hde and /dev/hdg, but you don't need to worry about them
and should not use them directly. Unless you are planning to stop using raid
in which case the raid drivers are not need either and you can just use
/dev/hde and /dev/hdg directly as normal.
If Debian is like Gentoo it may use the non-devfs names whilst installing and
the devfs names once installed. Watch out for that. I had to mount using the
first names during the install, but put the second names into the fstab file
to mount them.
Basically loading the two drivers and understanding the naming is the only
thing you need to worry about. Of course you need to make sure they are
installed into the system as well.
Good luck.
Derek.
- derOberbeck
- Beiträge: 31
- Registriert: 06.09.2003 22:02:13
- Wohnort: D-Würzburg
-
Kontaktdaten:
Hallo,Xeaon
Verfasst am: 14.12.2003 03:52:30 Titel:
mit der r2 funkt es auch nicht grml ;(
mit der Netinstall BootCD funktioniert das installieren auf eine SATA Platte!
http://gluck.debian.org/cdimage/testing ... etinst.iso