Hi,
I had to break up a RAID1 array.
When it came to recreating it using mdadm, I accidentally used --create instead of --assemble.
The file system is ext3. When I try to mount the array:
Am I screwed? Is my data gone?
I had to break up a RAID1 array.
When it came to recreating it using mdadm, I accidentally used --create instead of --assemble.
The file system is ext3. When I try to mount the array:
root@debian:~# mount -t ext3 /dev/md2 /root/temp/
mount: wrong fs type, bad option, bad superblock on /dev/md2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Am I screwed? Is my data gone?