Can you access a software raid drive from an ubuntu live cd / image?
daniel Thu, 06/12/2014 - 10:17am
Yes!
From askubuntu.com
sudo apt-get install mdadm
sudo mdadm --assemble --scan
After running those two commands in the terminal, you should be able to mount the drive as usual (either by clicking in the file manager, or by using the mount command)
- Log in to post comments