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

Knoppix & RAID

Code:
sudo apt-get update
sudo apt-get install mdadm
#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/

root@Microknoppix:/home/knoppix# apt-get install raidtools2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package raidtools2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package raidtools2 has no installation candidate


The Linux Software Raid Howto:


This guide refers to a package "raidtools2" which I couldn't find in the Ubuntu repositories -
Use mdadm instead *included in the distro*, it does the same thing.

No comments: