Festplatten Raid 5

the_condor

Registered User
Hallo Leutz,

welche möglichkeit habe ich um die 3 Platten eines Hardware Raid auszulesen.

Bin etwas verwundert da ein df -h mir nur das Ergebnis bringt:
Code:
Dateisystem          Größe Benut  Verf Ben% Eingehängt auf
/dev/sda1             200G  1,1G  189G   1% /
tmpfs                 506M     0  506M   0% /lib/init/rw
udev                   10M  2,7M  7,4M  27% /dev
tmpfs                 506M     0  506M   0% /dev/shm

wenn ich mir /proc/partitions anschaue , werde ich nicht Wirklich schlauer
Code:
major minor  #blocks  name

   8     0  214960128 sda
   8     1  212306976 sda1
   8     2          1 sda2
   8     5    2650693 sda5


Hier mal eine Sicht auf /proc/mounts
Code:
rootfs / rootfs rw 0 0
none /sys sysfs rw,nosuid,nodev,noexec 0 0
none /proc proc rw,nosuid,nodev,noexec 0 0
udev /dev tmpfs rw,size=10240k,mode=755 0 0
/dev/sda1 / ext3 rw,errors=remount-ro,data=ordered 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid,mode=755 0 0
usbfs /proc/bus/usb usbfs rw,nosuid,nodev,noexec 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec,gid=5,mode=620 0 0

Müßte einfach mal wissen welche Hardware an dem Hardware Raid hängt. laut Hoster sollten das 3 x 74GB 10k SAS/SCSI platten sein.

Wäre um etwas Hilfe froh.

Danke
 
Hi,

da das Raid Hardware-basiert ist, sieht dein Betriebssystem das nur als eine Platte. Hilfreich wäre für dich zu wissen, welcher RAID-Controller verwendet wird. Dort gibts dann je nach Hersteller und Modell entsprechende Programme, womit du die Platten usw. auslesen kannst.


-W
 
Hi,

du das ergibt nur und macht mich nicht schlauer!

Ok Adaptec AAC-RAID (rev 02) ??

Code:
00:00.0 Host bridge: Intel Corporation E7520 Memory Controller Hub (rev 0c)
00:00.1 Class ff00: Intel Corporation E7525/E7520 Error Reporting Registers (rev 0c)
00:01.0 System peripheral: Intel Corporation E7520 DMA Controller (rev 0c)
00:02.0 PCI bridge: Intel Corporation E7525/E7520/E7320 PCI Express Port A (rev 0c)
00:03.0 PCI bridge: Intel Corporation E7525/E7520/E7320 PCI Express Port A1 (rev 0c)
00:04.0 PCI bridge: Intel Corporation E7525/E7520 PCI Express Port B (rev 0c)
00:06.0 PCI bridge: Intel Corporation E7520 PCI Express Port C (rev 0c)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
02:00.0 PCI bridge: Intel Corporation 6700PXH PCI Express-to-PCI Bridge A (rev 09)
02:00.1 PIC: Intel Corporation 6700/6702PXH I/OxAPIC Interrupt Controller A (rev 09)
02:00.2 PCI bridge: Intel Corporation 6700PXH PCI Express-to-PCI Bridge B (rev 09)
02:00.3 PIC: Intel Corporation 6700PXH I/OxAPIC Interrupt Controller B (rev 09)
03:02.0 RAID bus controller: Adaptec AAC-RAID (rev 02)
04:02.0 Ethernet controller: Intel Corporation 82546GB Gigabit Ethernet Controller (rev 03)
04:02.1 Ethernet controller: Intel Corporation 82546GB Gigabit Ethernet Controller (rev 03)
05:00.0 PCI bridge: Intel Corporation 6700PXH PCI Express-to-PCI Bridge A (rev 09)
05:00.1 PIC: Intel Corporation 6700/6702PXH I/OxAPIC Interrupt Controller A (rev 09)
05:00.2 PCI bridge: Intel Corporation 6700PXH PCI Express-to-PCI Bridge B (rev 09)
05:00.3 PIC: Intel Corporation 6700PXH I/OxAPIC Interrupt Controller B (rev 09)
09:01.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
 
Back
Top