Bienvenido! - Willkommen! - Welcome!

Bitácora Técnica de Tux&Cía., Santa Cruz de la Sierra, BO
Bitácora Central: Tux&Cía.
Bitácora de Información Avanzada: Tux&Cía.-Información
May the source be with you!

Wednesday, September 15, 2010

RAID and LIVE CD LINUX

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 you 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: