How do I mount a software RAID in the rescue system? Εκτύπωση

  • 20

The command

cat /proc/mdstat

shows all available software RAID arrays. Normally the rescue system assembles all autodected arrays. Should your array not be automatically started, you can manually do so with the following command:

mdadm --assemble /dev/md0 /dev/sda1 /dev/sdb1

Now you can mount the just created MD device with

mount /dev/md0 /mnt

Ήταν χρήσιμη αυτήν την απάντηση;

« Πίσω