Results 1 to 1 of 1

Thread: Mount drive from RAID1 array

  1. #1
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Mount drive from RAID1 array

    I have a Qnap NAS that has expired and will no longer boot. It's basically a Debian box, and I use two drives in RAID1.

    I take a regular backup, but it was a couple of weeks between my last backup and when the box died. So the delta between the data on the array and my backup will be pretty small, but if I can update my backup, that would be good.

    How can I plug one of the drives from the array into my Ubuntu machine and mount it so I can rsync to the backup drive? Or do I have to mount them both?

    Would I just use:
    Code:
    sudo mdadm --assemble /dev/md1 /dev/whatever
    Last edited by Paqman; April 12th, 2011 at 12:01 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •