Hilfe zum Hochfahren des Roots gesucht

sbw

Registered User
Hallo Leute,

habe einen Rootserver bei S4Y mit 2x 80GB RAID1 / OS Debian

Gestern habe ich die eine Platte nach Anleitung aus dem Raidverbund genommen und alles lief gut.

Als ich den Server aber rebootete kam er nichtmehr hoch.

Bin jetzt im Recovery Panel und suche dringend Jemand der mir helfen könnte das Problem zu beheben.

Gruß
Sbw
 
Hier bidde ...

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0



in der /etc/mtab:

proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
usbfs /proc/bus/usb usbfs rw 0 0


mount zeigt mir das an:


proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)


fdisk -l zeigt das an:

Disk /dev/sda: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 1 13 104391 fd Linux raid autodetect
/dev/sda2 14 140 1020127+ 82 Linux swap / Solaris
/dev/sda3 141 9964 78911280 fd Linux raid autodetect

Disk /dev/sdb: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 1 13 104391 fd Linux raid autodetect
/dev/sdb2 14 140 1020127+ 82 Linux swap / Solaris
/dev/sdb3 141 9964 78911280 fd Linux raid autodetect


Bitte dringend um eure Hilfe

Die User warten schon seit gestern Abend :(
 
Last edited by a moderator:
Ne er hat die Platte noch nicht mounted.
War die fstab aus dem Rescue System.

Mach mal
Code:
mkdir /mnt/sda3
mount /dev/sda3 /mnt/sda3

und dann zeig was in der /mnt/sda3/etc/fstab steht.
 
Back
Top