#hoopla

  • Startseite
  • Kontakt
  • Hoopla?!
  • Datenschutz
  • Impressum
  • « How to run legacy PHP application (Symfony 1.4) on current Ubuntu with Docker
  • DSGVO: JetPack, die "Datenschlampe" »

Zyxel NSA310 NAS defect: How to rescue data

Eingetragen von fayon am 12 Jul 2018 in Arbeit

I removed the harddisk (only one screw at the bottom necessary) and attached it to my Ubuntu machine with an external harddisk adaptor.

  • fdisk -l shows which partition the data is:
    Medium /dev/sdc: 931,5 GiB, 1000204886016 Bytes, 1953525168 Sektoren
    Einheiten: sectors von 1 * 512 = 512 Bytes
    Sektorengröße (logisch/physisch): 512 Bytes / 512 Bytes
    I/O Größe (minimal/optimal): 512 Bytes / 512 Bytes
    Typ der Medienbezeichnung: dos
    Medienkennung: 0xbb3b9c17

    Gerät Boot Start Ende Sektoren Größe Id Typ
    /dev/sdc1 63 1028159 1028097 502M 8 AIX
    /dev/sdc2 1028160 1953520064 1952491905 931G 20 unbekannt

    /dev/sdc2 in this case.
  • I needed to install the administration tools for the RAID tools: apt-get install mdam
  • mdadm --examine /dev/sdc2 shows that the partition is just a normal software RAID with one device:

    Magic : a92b4efc
    Version : 0.90.00
    UUID : 46c2be7d:ee8709a0:5f6ad052:539aa5e2
    Creation Time : Fri Dec 30 00:34:45 2005
    Raid Level : linear
    Raid Devices : 1
    Total Devices : 1
    Preferred Minor : 0

    Update Time : Fri Dec 30 00:34:45 2005
    State : active
    Active Devices : 1
    Working Devices : 1
    Failed Devices : 0
    Spare Devices : 0
    Checksum : 18e472f9 - correct
    Events : 1

    Rounding : 64K

    Number Major Minor RaidDevice State
    this 0 8 2 0 active sync /dev/sda2

    0 0 8 2 0 active sync /dev/sda2
  • Look which /dev/md* is still free. In my case, I could use md1. mdadm -A -R /dev/md1 /dev/sdc2 creates a block device from the RAID partition.
  • Now the block device /dev/md1 can be mounted and unmounted as usual.
  • The block device should be removed again with mdadm -S /dev/md1
Dieser Eintrag wurde eingetragen von fayon und ist abgelegt unter Arbeit.

Noch kein Feedback


Formular wird geladen...

Kommentar-Feed für diesen Eintrag

Suche

Neueste Posts

  • gcc on Ubuntu 16.04: Undefined reference on google::InitGoogleLogging and google::ParseCommandLineFlags
  • LetsEncrypt changing from certbot to certbot-auto
  • Debian 8: Job for systemd-sysctl.service failed
  • VS Code C++ Debugging: Stopping due to fatal error: NullReferenceException: Object reference not set to an instance of an object
  • Symfony 3.4 + Doctrine: SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: '0000-00-00 00:00:00' for column
  • Recap: SymfonyLive in Berlin 2018
  • Drupal 7 + geolocation_googlemaps module: 403 error
  • Ich bin dabei: SymfonyLive Berlin 2018
  • Convert/ImageMagick: not authorized `pdf:-'
  • Symfony 3.4: make Sonata list sortable using YAML for entitiy definition

Neueste Kommentare

  • Renata am IAA Plus: Fehlermeldung "Ware(X). Aussenhandelsstatistik Menge.fehlende Pflichtfeld"
  • Sandman am Kopierstempel in Photoshop innerhalb VirtualBox funktioniert nicht
  • treviris am Kopierstempel in Photoshop innerhalb VirtualBox funktioniert nicht
  • Mike am Netzwerkscanner auf Ubuntu einrichten
  • Carlos am Nautilus 3.10 on Ubuntu 14.04: Show full date and time in list view column
  • Carlos am Nautilus 3.10 on Ubuntu 14.04: Show full date and time in list view column
  • Mohsen am IAA Plus: Fehlermeldung "Ware(X). Aussenhandelsstatistik Menge.fehlende Pflichtfeld"
  • David am Nautilus 3.10 on Ubuntu 14.04: Show full date and time in list view column
  • Conny am IAA Plus: Fehlermeldung "Ware(X). Aussenhandelsstatistik Menge.fehlende Pflichtfeld"
  • Markus am IAA Plus: Fehlermeldung "Ware(X). Aussenhandelsstatistik Menge.fehlende Pflichtfeld"
  • SK am Elster: Zertifikat verlängern gibt "Es ist ein Fehler aufgetreten! Bitte starten Sie den Browser erneut und führen Sie diese Aktion nochmal durch."
  • Menzel am IAA Plus: Fehlermeldung "Ware(X). Aussenhandelsstatistik Menge.fehlende Pflichtfeld"
  • Angelika am Elster: Zertifikat verlängern gibt "Es ist ein Fehler aufgetreten! Bitte starten Sie den Browser erneut und führen Sie diese Aktion nochmal durch."
  • Michael am IAA Plus: Fehlermeldung "Ware(X). Aussenhandelsstatistik Menge.fehlende Pflichtfeld"
  • WM am Elster: Zertifikat verlängern gibt "Es ist ein Fehler aufgetreten! Bitte starten Sie den Browser erneut und führen Sie diese Aktion nochmal durch."
  • Andy am Elster: Zertifikat verlängern gibt "Es ist ein Fehler aufgetreten! Bitte starten Sie den Browser erneut und führen Sie diese Aktion nochmal durch."
  • GanbaatarJ am Symfony 1.4: BaseFormFilterDoctrine not found
  • EASY am IAA Plus: Fehlermeldung "Ware(X). Aussenhandelsstatistik Menge.fehlende Pflichtfeld"
  • Peter am IAA Plus: Fehlermeldung "Ware(X). Aussenhandelsstatistik Menge.fehlende Pflichtfeld"
  • PeGo am Elster: Zertifikat verlängern gibt "Es ist ein Fehler aufgetreten! Bitte starten Sie den Browser erneut und führen Sie diese Aktion nochmal durch."

©2019 by ff • Kontakt • Hilfe

Online manual generator