Ubuntu LTS 10.4 (Use version of August 2010)
ubuntu-10.04-alternate-amd64.iso
If you boot up the ubuntu
desktop live CD and need to access your raid, then y
ou will need to install mdadm if you want to access any software raid arrays:
Code:
sudo apt-get update
sudo apt-get install mdadm
Fuente
#fdisk -l
#modprobe raid1
#modprobe md
#cat /proc/mdstat
#apt-get install raidtools2
#mdadm –query /dev/sda1
#mdadm –examine /dev/sda1
#mdadm –examine /dev/sda2
#vi /etc/mdadm.conf
#mdadm -As /dev/md0
#mdadm -As /dev/md1
#mdadm -As /dev/md2
#aptitude install lvm2
#mount /dev/VolGroup01/VolLog01 /mnt/
No comments:
Post a Comment