On 20/04/11 05:01, EredicatorX wrote:
> I was running CentOS/w Xen on my home server. I decided to move to FC14 
> because I finally got a TV that can double as a monitor, and wanted to 
> give KVM and VirtualBox a try.
> 
> In all the excitement I forgot about my 500GB RAID1 disk set. It has all 
> of my work from the past 10 years.
> 
> I use to run these comands that I would copy and paste in after each 
> reboot;
> 
> cryptsetup luksOpen /dev/md0 crypt1
> mount /dev/mapper/crypt1 /export/data_private
> 
> In CentOS all was well.
> 
> Now in Fedora I know I need to recreate the /dev/md0 device but I want 
> to do it with out harming the data on the drives.
> 
> I was tried the following;
> 
> mdadm  --assemble /dev/sdc1  /dev/sdd1
> mdadm: device /dev/sdc1 exists but is not an md array.

The syntax is
mdadm  --assemble /dev/md0 /dev/sdc1  /dev/sdd1

Andrew.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to