Nach "shutdown -r -F 0" ist /dev/sda1 nicht mehr zu mounten

  • Hallo beisammen,


    ich habe an meinem Raspberry Pi 2 mit OMV zwei externe USB Festplatten (2x4 TB Seagate Expansion). Beide GPT gelabelt, jeweils eine Partition erstellt (sda1 bei Seagate 1 und sdb1 bei Seagate 2) und formatiert. Lief alles prima bis auf die Tatsache, das ich nach einem reboot die Dateisysteme bzw. Platten manuell mounten musste (per Webinterface), da es automatisch nicht ging. Aber das ist gar nicht mal das Problem.


    Das Problem ist:


    Ich hatte mein System das erste mal per "shutdown -r -F 0" rebootet anstatt wie sonst per "shutdown -r 0". Der reboot dauerte, da anscheinend auch auf den beiden externen Festplatten ein fsck durchgeführt wurde und nicht nur auf der SD Karte, wie ich dachte.


    Nach diesem per zusätzlichen "-F" ist sda1 nicht mehr vorhanden (Webinterface/Dateisysteme). Es wird lediglich sda angezeit und das ist auch nicht mountbar. Per fdisk -l ist aber sda1 vorhanden aber per manuellem montbefehl nicht ansprechbar.


    Kann mir jemand weiterhelfen, da ich überhaupt keine Idee habe was da nun los ist.


    Hier noch die Ausgaben bzgl. fdisk, blkid etc ...


    fdsik -l


    Disk /dev/mmcblk0: 31.9 GB, 31914983424 bytes
    4 heads, 16 sectors/track, 973968 cylinders, total 62333952 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000b5098


    Device Boot Start End Blocks Id System
    /dev/mmcblk0p1 8192 122879 57344 c W95 FAT32 (LBA)
    /dev/mmcblk0p2 122880 7028735 3452928 83 Linux
    /dev/mmcblk0p3 7028736 7290879 131072 83 Linux


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


    Disk /dev/sdb: 4000.8 GB, 4000787029504 bytes
    255 heads, 63 sectors/track, 486401 cylinders, total 7814037167 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disk identifier: 0x00000000


    Device Boot Start End Blocks Id System
    /dev/sdb1 1 4294967295 2147483647+ ee GPT
    Partition 1 does not start on physical sector boundary.


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


    Disk /dev/sda: 4000.8 GB, 4000787029504 bytes
    255 heads, 63 sectors/track, 486401 cylinders, total 7814037167 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disk identifier: 0x00000000


    Device Boot Start End Blocks Id System
    /dev/sda1 1 4294967295 2147483647+ ee GPT
    Partition 1 does not start on physical sector boundary.


    blkid


    /dev/mmcblk0p1: SEC_TYPE="msdos" LABEL="boot" UUID="7D5C-A285" TYPE="vfat"
    /dev/mmcblk0p2: UUID="5d18be51-3217-4679-9c72-a54e0fc53d6b" TYPE="ext4" LABEL="omv"
    /dev/mmcblk0p3: LABEL="rrdcache" UUID="fa36508a-b3c4-4499-b30a-711dd5994225" TYPE="ext4"
    /dev/sdb1: UUID="201a2f61-ec89-432e-87c7-335df97aa168" TYPE="ext4"
    /dev/sda: UUID="58648e2b-58e2-4eeb-8d70-e0dd646af618" TYPE="ext4"


    mount


    /dev/root on / type ext4 (rw,noatime,nodiratime,data=ordered)
    devtmpfs on /dev type devtmpfs (rw,relatime,size=494108k,nr_inodes=123527,mode=755)
    tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=99684k,mode=755)
    tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
    tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=199360k)
    devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
    /dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
    /dev/mmcblk0p3 on /media/fa36508a-b3c4-4499-b30a-711dd5994225 type ext4 (rw,noexec,relatime,data=ordered,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group,_netdev)
    tmpfs on /var/cache type tmpfs (rw,relatime)
    tmpfs on /var/log type tmpfs (rw,relatime)
    tmpfs on /var/tmp type tmpfs (rw,relatime)
    tmpfs on /var/lib/openmediavault/rrd type tmpfs (rw,relatime)
    tmpfs on /var/spool type tmpfs (rw,relatime)
    tmpfs on /var/lib/rrdcached type tmpfs (rw,relatime)
    tmpfs on /var/lib/monit type tmpfs (rw,relatime)
    tmpfs on /var/lib/php5 type tmpfs (rw,relatime)
    /dev/sdb1 on /media/201a2f61-ec89-432e-87c7-335df97aa168 type ext4 (rw,noexec,relatime,data=ordered,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group,_netdev)


    mount /dev/sda1 /media/58648e2b-58e2-4eeb-8d70-e0dd646af618/


    mount: special device /dev/sda1 does not exist


    Hat jemand eine Idee??

  • Hallo beisammen,


    ich habe die Lösung zu meinem Problem gefunden. Nun funktioniert wieder alles!


    Mit

    gpart /dev/sda


    kam:

    GPT: damaged


    durch danach getätigte Eingabe innerhalb von gpart von "p" wurde korrekt Partition 1 angezeigt. Und mit Eingabe gpart von "w" habe ich die GPT Partitionstabelle zurückgeschrieben. Danach fsck.ext4 /dev/sda1 ausgeführt, was fehlerfrei ablief. Nun ist wieder alles ok und /dev/sda1 kann gemountet werden.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!