Hier noch ein paar Aszüge zu meinen taten in dem rescue:
Befehl: df
Code:
rescue:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 2020596 0 2020596 0% /lib/init/rw
tmpfs 2020596 4 2020592 1% /dev/shm
rootfs 337127 301468 35659 90% /
Befehl: fdisk -l
Code:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe887feb8
Device Boot Start End Blocks Id System
/dev/sda1 1 487 3911796 fd Linux raid autodetect
/dev/sda2 488 731 1959930 82 Linux swap / Solaris
/dev/sda3 732 60801 482512275 fd Linux raid autodetect
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x7d0a8710
Device Boot Start End Blocks Id System
/dev/sdb1 1 487 3911796 fd Linux raid autodetect
/dev/sdb2 488 731 1959930 82 Linux swap / Solaris
/dev/sdb3 732 60801 482512275 fd Linux raid autodetect
Disk /dev/md1: 4005 MB, 4005560320 bytes
2 heads, 4 sectors/track, 977920 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk identifier: 0x00000000
Disk /dev/md1 doesn't contain a valid partition table
Befehl: fsck -f /dev/md1
Code:
rescue:~# fsck -f /dev/md1
fsck 1.41.3 (12-Oct-2008)
e2fsck 1.41.3 (12-Oct-2008)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
root: 4654/489600 files (0.0% non-contiguous), 68144/977920 blocks
Befehl: xfs_repair -L /dev/mdx
Zitat:
rescue:~# fsck -f /dev/md1
fsck 1.41.3 (12-Oct-2008)
e2fsck 1.41.3 (12-Oct-2008)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
root: 4654/489600 files (0.0% non-contiguous), 68144/977920 blocks
rescue:~# xfs_repair -L /dev/mdx
/dev/mdx: No such file or directory
fatal error -- couldn't initialize XFS library
|
Befehl: mount /dev/md1 /mnt
Code:
rescue:~# mount /dev/md1 /mnt
[ 590.169593] kjournald starting. Commit interval 5 seconds
[ 590.191009] EXT3-fs (md1): using internal journal
[ 590.200432] EXT3-fs (md1): mounted filesystem with writeback data mode
Befehl: cat /etc/fstab
Code:
rescue:~# cat /etc/fstab
# UNCONFIGURED FSTAB FOR BASE SYSTEM
Befehl:
rescue:~# mount /dev/md1 /mnt
rescue:~# mount /dev/md5 /mnt/usr
rescue:~# mount /dev/md6 /mnt/var
rescue:~# mount /dev/md7 /mnt/home
Code:
rescue:~# mount /dev/md1 /mnt
mount: /dev/md1 already mounted or /mnt busy
mount: according to mtab, /dev/md1 is already mounted on /mnt
rescue:~# mount /dev/md5 /mnt/usr
mount: you must specify the filesystem type
rescue:~# mount /dev/md6 /mnt/var
mount: you must specify the filesystem type
rescue:~# mount /dev/md7 /mnt/home
mount: you must specify the filesystem type
Befehl: memtest -all
Code:
-bash: memtest: command not found
Folgendes im chroot:
Befehl: lilo
Code:
bash: lilo: command not found
Ich hoffe das hilft noch weiter
Gruß Tim