Linux zulu607 2.6.32.24+drm33.11-live #1 SMP Sun Dec 19 21

27 UTC 2010 x86_64 GNU/Linux
Ubuntu 10.04.2 LTS
Welcome to the recovery Linux system!
From here you have access to your all your servers hard drive disks for fixing configuration errors or securing data that is otherwise ina
ccessible.
Before you can access your data you will have to mount the partitions that contain them.
- Determine root (/) partition by using "fdisk -l". The larges partition is commonly the / partition.
- Mount the partition to /mnt, e.g. "mount /dev/sda3 /mnt"
- Finish all the tasks you need to perform on the filesystem
- Leave and unmount the filesystem, e.g. "cd /" and "umount /mnt"
- Cancel the recovery on the Control Panel
Available diagnostic tools:
- memtester <memory in MB> <number of iterations> (Tests memory, chipset, and CPU)
- badblocks <device> (Scans hard drive for bad sectors)
- cpuburn (A CPU stress test)
Installing additional software:
The Recovery rescue system is based on the Ubuntu Linux distribution, therefore software packages can be installed like on any other Ubunt
u system using "apt-get install <package>".
Please note, the recovery system resides solely in a RAM Disk, which is only stored in the servers m
emory.
All changes made to the recovery will be lost after a reboot!
Activating software RAID:
Your server is installed with software RAID1. Before you can access your RAID filesystems as described above, the software RAID needs to b
e started first using the commands below.
mdadm --assemble --run /dev/md0
mdadm --assemble --run /dev/md1