Re: raidtools mdadm conversion query

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sunday January 15, dalonso@xxxxxxxxxxxxxxxx wrote:
> 
> I upgraded a system from FC2 to FC4,
> The system had a working raidtools linear raid partition 
> (md0 = sda1 and sdb1)
> I now need to get the partition going using mdadm, while maintaining the data.
> 
> I used raidtabtomdadm.sh to create /etc/mdadm.conf
> ================================================================
> DEVICE partitions
> ARRAY /dev/md0 level=linear num-devices=2 UUID=ba95446a:6fe4d353:9ba80e0f:181c0117 auto=yes
> ================================================================
> but I am unsure of the next step. I imagine I do somethink like:
>   mdadm --assemble --verbose /dev/md0 --level=linear --raid-devices=2 /dev/sda1 /dev/sdb1
> but I don't want to blunder ahead and wipe out the existing data.

Just
  mdadm --assemble /dev/md0
or even
  mdadm -As

should be all you need.

NeilBrown
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux