Hi,<div><br></div><div>I lost my mdadm.conf (and /proc/mdadm shows nothing useful) and I'd like to mount the filesystem again.  So I've booted using rescue but I was wondering if I can do a command like this safely (i.e without losing the data previously stored).</div>
<div><br></div><div><span class="Apple-style-span" style="font-family: monospace; font-size: medium; white-space: pre; ">mdadm -C /dev/md0 --level=raid0 --raid-devices=2 /dev/sda1 /dev/sdb1</span></div><div><span class="Apple-style-span" style="font-family: 'Andale Mono'; font-size: medium; "><pre class="SCREEN">
Where of course the raid devices and the /dev/x are the correct ones</pre></span></div>