4129 links
740 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
  • thumbnail
    debian - How to mount a disk from destroyed raid system? - Unix & Linux Stack Exchange

    0
    down vote

    I did it by the "hard way": (first if its possible clone this disk before you do anything!)

    dmesg for the raid-disk or try (example: sdc1)

    $ fdisk -l

    Change the RAID-DISK-Flag to your Linux filesystem (ext3 or something), save this and reboot.

    After that

    $ mdadm --zero-superblock /dev/sdx

    and voila you can mount

    $ mount /dev/sdc1 /mnt

    November 26, 2015 03:52:13 PM GMT+01:00 * - permalink -
    QRCode
    - https://unix.stackexchange.com/questions/78804/how-to-mount-a-disk-from-destroyed-raid-system
    raid mdadm
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation