nicht vorhandene Festplatte im System

Hinweis: In dem Thema nicht vorhandene Festplatte im System gibt es 5 Antworten. Der letzte Beitrag () befindet sich ganz unten auf dieser Seite.
  • Hallo liebe Linux-Gemeinde.


    Ich hätte da mal ein kleines Problem zu lösen, dahingehend, dass ich in meinen Logfiles minütliche Fehlermeldungen zu einer Festplatte bekomme,
    die gar nicht mehr im System instaliert ist:


    Feb 4 09:36:07 src@site kernel: [1934867.104061] __ratelimit: 84 callbacks suppressed
    Feb 4 09:36:07 src@site kernel: [1934867.104063] Buffer I/O error on device sdh, logical block 0
    Feb 4 09:36:07 src@site kernel: [1934867.104065] Buffer I/O error on device sdh, logical block 1
    Feb 4 09:36:07 src@site kernel: [1934867.104067] Buffer I/O error on device sdh, logical block 2
    Feb 4 09:36:07 src@site kernel: [1934867.104069] Buffer I/O error on device sdh, logical block 3


    Zur Struktur des Systems (Opensuse 11.2) sei gesagt:
    sda ist die Systemplatte mit 4 Partitionen (/boot, /, /home/, swap)
    sdb, sdd, sde, sdf, sdg bilden ein RAID5 als /md0
    sdc ist eine extern Backupplatte


    Bebildert hab ich das ganze noch mal unter
    http://www.digitalxchange.de/Bildschirm1.jpeg
    http://www.digitalxchange.de/Bildschirm2.jpeg
    http://www.digitalxchange.de/Bildschirm3.jpeg


    Die sdh hatte ich bei der Installation im System, da ich die ursprünglich mal ins RAID integrieren wollte.
    Als ich das RAID jedoch einrichtete war diese Platte aber schon nicht mehr im System vorhanden.


    In der fstab ist hierzu auch kein Eintrag vorhanden:
    /dev/sda2 / ext3acl,user_xattr 1 1
    /dev/sda1 /bootext2acl,user_xattr 1 2
    proc/procprocdefaults 0 0
    sysfs/syssysfsnoauto 0 0
    debugfs /sys/kernel/debugdebugfsnoauto 0 0
    usbfs/proc/bus/usbusbfs noauto 0 0
    /dev/md0/RAIDext4acl,user_xattr 1 2
    192.168.1.15:/Backup /RAID_Backup nfs defaults 0 0
    /dev/sda3 /home ext3 acl,user_xattr 1 2
    /dev/sda4 swap swap defaults 0 0
    /dev/disk/by-path/pci-0000:00:1d.7-usb-0:2:1.0-scsi-0:0:0:0-part1 /Extern ext4 user,acl,user_xattr 1 2


    Hat jemand einen Tipp, wie ich diesen rudimentären Platteneintag aus dem System entferne?


    Besten Dank & Grüße,


    Marco

    Für den Inhalt des Beitrages 28501 haftet ausdrücklich der jeweilige Autor: angel

  • Kenne mich damit nicht aus, aber was sagt:

    Code
    fdisk -l


    und

    Code
    mount

    Für den Inhalt des Beitrages 28503 haftet ausdrücklich der jeweilige Autor: Sauerland

  • Hallo Sauerland,


    > fdisk -l


    WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
    WARNING: GPT (GUID Partition Table) detected on '/dev/sdd'! The util fdisk doesn't support GPT. Use GNU Parted.
    WARNING: GPT (GUID Partition Table) detected on '/dev/sde'! The util fdisk doesn't support GPT. Use GNU Parted.
    WARNING: GPT (GUID Partition Table) detected on '/dev/sdf'! The util fdisk doesn't support GPT. Use GNU Parted.
    WARNING: GPT (GUID Partition Table) detected on '/dev/sdg'! The util fdisk doesn't support GPT. Use GNU Parted.


    Disk /dev/md0 doesn't contain a valid partition table


    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x000d9831


    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 14 112423+ 83 Linux
    /dev/sda2 15 52231 419433052 83 Linux
    /dev/sda3 52232 60540 66742042+ 83 Linux
    /dev/sda4 60541 60801 2096482+ 82 Linux swap / Solaris


    Disk /dev/sdb: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00000000


    Device Boot Start End Blocks Id System
    /dev/sdb1 1 60703 487596830+ 83 Linux
    /dev/sdb4 1 1 0+ ee GPT


    Partition table entries are not in disk order


    Disk /dev/sdd: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00000000


    Device Boot Start End Blocks Id System
    /dev/sdd1 1 60703 487596830+ 83 Linux
    /dev/sdd4 1 1 0+ ee GPT


    Partition table entries are not in disk order


    Disk /dev/sde: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00000000


    Device Boot Start End Blocks Id System
    /dev/sde1 1 60703 487596830+ 83 Linux
    /dev/sde4 1 1 0+ ee GPT


    Partition table entries are not in disk order


    Disk /dev/sdf: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00000000


    Device Boot Start End Blocks Id System
    /dev/sdf1 1 60703 487596830+ 83 Linux
    /dev/sdf4 1 1 0+ ee GPT


    Partition table entries are not in disk order


    Disk /dev/sdg: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00000000


    Device Boot Start End Blocks Id System
    /dev/sdg1 1 60703 487596830+ 83 Linux
    /dev/sdg4 1 1 0+ ee GPT


    Partition table entries are not in disk order


    Disk /dev/md0: 1497.9 GB, 1497896976384 bytes
    2 heads, 4 sectors/track, 365697504 cylinders
    Units = cylinders of 8 * 512 = 4096 bytes
    Disk identifier: 0x00000000



    Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
    255 heads, 63 sectors/track, 121601 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x0004a792


    Device Boot Start End Blocks Id System
    /dev/sdc1 1 121601 976760001 83 Linux


    und


    > mount
    /dev/sda2 on / type ext3 (rw,acl,user_xattr)
    proc on /proc type proc (rw)
    sysfs on /sys type sysfs (rw)
    debugfs on /sys/kernel/debug type debugfs (rw)
    udev on /dev type tmpfs (rw)
    devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
    /dev/sda1 on /boot type ext2 (rw,acl,user_xattr)
    /dev/md0 on /RAID type ext4 (rw,acl,user_xattr)
    /dev/sda3 on /home type ext3 (rw,acl,user_xattr)
    fusectl on /sys/fs/fuse/connections type fusectl (rw)
    rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
    192.XXX.XX.XX:/Backup on /RAID_Backup type nfs (rw,addr=192.168.1.15,nfsvers=3,proto=tcp,mountproto=udp)
    /proc on /var/lib/ntp/proc type none (ro,bind)
    gvfs-fuse-daemon on /home/lxuser/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=lxuser)
    /dev/sdc1 on /Extern type ext4 (rw,noexec,nosuid,nodev,acl,user_xattr,user=lxuser)


    Gruß Marco

    Für den Inhalt des Beitrages 28509 haftet ausdrücklich der jeweilige Autor: angel

  • Sorry....


    Folgende Ausgabe noch bei:


    > cat /etc/mtab
    /dev/sda2 / ext3 rw,acl,user_xattr 0 0
    proc /proc proc rw 0 0
    sysfs /sys sysfs rw 0 0
    debugfs /sys/kernel/debug debugfs rw 0 0
    udev /dev tmpfs rw 0 0
    devpts /dev/pts devpts rw,mode=0620,gid=5 0 0
    /dev/sda1 /boot ext2 rw,acl,user_xattr 0 0
    /dev/md0 /RAID ext4 rw,acl,user_xattr 0 0
    /dev/sda3 /home ext3 rw,acl,user_xattr 0 0
    fusectl /sys/fs/fuse/connections fusectl rw 0 0
    rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
    192.XXX.XX.XX:/Backup /RAID_Backup nfs rw,addr=192.168.1.15,nfsvers=3,proto=tcp,mountproto=udp 0 0
    /proc /var/lib/ntp/proc none ro,bind 0 0
    gvfs-fuse-daemon /home/lxuser/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,user=lxuser 0 0
    /dev/sdc1 /Extern ext4 rw,noexec,nosuid,nodev,acl,user_xattr,user=lxuser 0 0


    und noch


    > /usr/sbin/hwinfo --disk | grep "Device Files:"
    Device Files: /dev/sda, /dev/block/8:0, /dev/disk/by-id/ata-Hitachi_HDP725050GLA360_GEA534RF23PHKA, /dev/disk/by-id/scsi-SATA_Hitachi_HDP7250_GEA534RF23PHKA, /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0, /dev/disk/by-id/edd-int13_dev80
    Device Files: /dev/sdb, /dev/block/8:16, /dev/disk/by-id/ata-SAMSUNG_HD502HI_S1VZJ9DSA00602, /dev/disk/by-id/scsi-SATA_SAMSUNG_HD502HIS1VZJ9DSA00602, /dev/disk/by-path/pci-0000:00:1f.2-scsi-1:0:0:0
    Device Files: /dev/sdc, /dev/block/8:32, /dev/disk/by-id/usb-Hitachi_HCS5C1010CLA382_201008010054F-0:0, /dev/disk/by-path/pci-0000:00:1d.7-usb-0:2:1.0-scsi-0:0:0:0
    Device Files: /dev/sdd, /dev/block/8:48, /dev/disk/by-id/ata-SAMSUNG_HD502HI_S1VZJ9DSA00606, /dev/disk/by-id/scsi-SATA_SAMSUNG_HD502HIS1VZJ9DSA00606, /dev/disk/by-path/pci-0000:00:1f.2-scsi-2:0:0:0
    Device Files: /dev/sde, /dev/block/8:64, /dev/disk/by-id/ata-SAMSUNG_HD502HI_S1VZJ9DSA00588, /dev/disk/by-id/scsi-SATA_SAMSUNG_HD502HIS1VZJ9DSA00588, /dev/disk/by-path/pci-0000:00:1f.2-scsi-3:0:0:0
    Device Files: /dev/sdf, /dev/block/8:80, /dev/disk/by-id/ata-SAMSUNG_HD502HI_S1VZJ9DSA00593, /dev/disk/by-id/scsi-SATA_SAMSUNG_HD502HIS1VZJ9DSA00593, /dev/disk/by-path/pci-0000:00:1f.2-scsi-4:0:0:0
    Device Files: /dev/sdg, /dev/block/8:96, /dev/disk/by-id/ata-SAMSUNG_HD502HI_S1VZJ9DSA00587, /dev/disk/by-id/scsi-SATA_SAMSUNG_HD502HIS1VZJ9DSA00587, /dev/disk/by-path/pci-0000:00:1f.2-scsi-5:0:0:0
    Device Files: /dev/sdh, /dev/block/8:112, /dev/disk/by-path/pci-0000:03:00.0-scsi-1:0:0:0


    Und hier ist sie dann auch wieder zu finden?!


    Aus http://www.linux-club.de/viewtopic.php?f=4&t=112564


    Grüße Marco

    Für den Inhalt des Beitrages 28513 haftet ausdrücklich der jeweilige Autor: angel

  • Das Problem liegt bei dem Motherboard ASUS p5q-e.
    Durch ein Posting von http://www.linux-club.de/viewt…t=112564&p=704252#p703011,
    dass da noch ein anderer Controller sein muss, hab ich mir noch mal in die Beschreibung des Motherboards angeschaut: Das p5q-e hat einen Intel ICH10R-Controller an dem auch die 6 Platten hängen und zudem noch einen SIL5723, der ASUS-spezifische Funktionen wie Backup bzw. Superspeed unterstützt. Dieser Controller ist bei uns nicht belegt und liefert scheinbar (trotzdem) fehlerhafte Informationen. Nachdem ich diesen nun im BIOS abgeschaltet habe (über die Funktion Tools/Drive Expert Control, Disable) läuft jetzt alles problemlos. Vielen Dank für die Hilfe.

    Einmal editiert, zuletzt von angel ()

    Für den Inhalt des Beitrages 28806 haftet ausdrücklich der jeweilige Autor: angel