OVH Community, your new community space.

rescue mode


marks
25-11-2010, 16:23
yes, of course. If you server has a soft RAID, then that's exactly what you have to mount.

Check # fdisk -l for the list of drives, and mount the right softRAID partition:

# mount /dev/md0 /mnt/partition1

w00t
25-11-2010, 16:09
is it possible to mount the drives which are in raid configeration?

for example i have

md1, which is the boot partition and i have a raid 0 setup

which im sure is sda1 / sdb1

so is it possible to mount these so i can read the information?