I noticed That my Raid1 array was missing a Disk it appeared as .
So i didnt think anything of doing a quick
	
	
	
		
and then:
	
	
	
		
I then left it to sync up, happy days.
But I added the block device; i.e. /dev/sdb NOT the partition ie /dev/sdb1 (how did this work?)
Now when I attempt to mount the array, it fails as the partition ID is fd (linux raid autodetect
) and not 83 (linux).
will this have nuked my actual data, or can I change the partition id using sfdisk?
Any Gurus here any ideas? I'd rather have NOT lost it!
	
		
			
		
		
	
				
			So i didnt think anything of doing a quick
		PHP:
	
	mdadm --grow /dev/mdX --raid-devices=2
	and then:
		PHP:
	
	mdadm --add /dev/mdx /dev/sdx
	I then left it to sync up, happy days.
But I added the block device; i.e. /dev/sdb NOT the partition ie /dev/sdb1 (how did this work?)
Now when I attempt to mount the array, it fails as the partition ID is fd (linux raid autodetect
) and not 83 (linux).will this have nuked my actual data, or can I change the partition id using sfdisk?
Any Gurus here any ideas? I'd rather have NOT lost it!
