Hi Forum,
habe ein riesiges Problem. Habe einen 1und1 Root-Server welcher beim Pleskupdate soweit festgefahren war, das nur noch ein Reboot Sinn macht. Nur leider lässt sich die Kiste nicht rebooten.
Nun habe ich versucht über das Rescue-System an die Daten zu kommen.
Das Rescue-System ist ein Debian.
fdisk -l bringt folgendes:
rescue:/# fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 123 987966 fd Linux raid autodetect
/dev/sda2 124 367 1959930 82 Linux swap / Solaris
/dev/sda4 368 9729 75200265 5 Extended
/dev/sda5 368 976 4891761 fd Linux raid autodetect
/dev/sda6 977 1585 4891761 fd Linux raid autodetect
/dev/sda7 1586 4018 19543041 fd Linux raid autodetect
/dev/sda8 4019 9729 45873576 fd Linux raid autodetect
Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 123 987966 fd Linux raid autodetect
/dev/sdb2 124 367 1959930 82 Linux swap / Solaris
/dev/sdb4 368 9729 75200265 5 Extended
/dev/sdb5 368 976 4891761 fd Linux raid autodetect
/dev/sdb6 977 1585 4891761 fd Linux raid autodetect
/dev/sdb7 1586 4018 19543041 fd Linux raid autodetect
/dev/sdb8 4019 9729 45873576 fd Linux raid autodetect
Disk /dev/md8: 46.9 GB, 46974435328 bytes
2 heads, 4 sectors/track, 11468368 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md8 doesn't contain a valid partition table
Disk /dev/md7: 20.0 GB, 20012007424 bytes
2 heads, 4 sectors/track, 4885744 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md7 doesn't contain a valid partition table
Disk /dev/md6: 5009 MB, 5009047552 bytes
2 heads, 4 sectors/track, 1222912 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md6 doesn't contain a valid partition table
Disk /dev/md5: 5009 MB, 5009047552 bytes
2 heads, 4 sectors/track, 1222912 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md5 doesn't contain a valid partition table
Disk /dev/md1: 1011 MB, 1011548160 bytes
2 heads, 4 sectors/track, 246960 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md1 doesn't contain a valid partition table
nun habe ich versucht die Festplatte nach mnt zu mounten und genau da liegt das Problem:
rescue:/# mount /dev/sda1 /mnt
mount: /dev/sda1 already mounted or /mnt busy
Hoffe jemand hat eine Lösung für mich, da die Daten die heute vor dem Bckup draufgespielt wurden sehr wichtig sind.
Gruß MArcus
1un1 RootServer nach reboot nicht mehr anzusprechen
-
- Posts: 5923
- Joined: 2004-05-23 12:53
Re: 1un1 RootServer nach reboot nicht mehr anzusprechen
Code: Select all
mount /dev/md1 /mnt
chroot /mnt
lilo -v
exit
umount /dev/md1
reboot
Re: 1un1 RootServer nach reboot nicht mehr anzusprechen
Danke das wars.... SUPER.... ich komm wenigstens wieder per root auf das teil und kann mir die daten sichern....
VIELEN DANK
VIELEN DANK