День добрый.
Не могли бы вы помочь соыетом как восстановить систему после сбоя питания?Многого о системе не знаю, например точную версию генту или тип файловых систем.
Все по порядку: Первоначально там был софтовый рэйд основанный на mdadm. После первого сбоя питания они получили невозможность загрузки, просто отключили один из дисков и все стало грузиться снова.
Теперь произошел второй сбой питания и позвали меня глянуть. Я вобщем то не профессионал в Линуксе, просто имею некоторый опыт работы.
Итак ситема стала выдавать grub loading stage 1.5Read error. Грузанулся с лайв сиди убунты.
Gparted вобще не видит устройств хотя они естью
root@ubuntu:~# ls /dev | grep sda
sda
sda1
sda2
sda3
Disk utility видит диск видит партишены, но тип показывает unknown.
Монтировать не дает просит указать тип файловой системы.
пытаюсь выяснить:
root@ubuntu:~# file -s /dev/sda3
/dev/sda3: ERROR: cannot read `/dev/sda3' (Input/output error)
root@ubuntu:~# file -s /dev/sda2
/dev/sda2: ERROR: cannot read `/dev/sda2' (Input/output error)
root@ubuntu:~# file -s /dev/sda1
/dev/sda1: ERROR: cannot read `/dev/sda1' (Input/output error)
root@ubuntu:~#
Проверка диска
root@ubuntu:~# fsck /dev/sda3
fsck from util-linux-ng 2.17.2
e2fsck 1.41.12 (17-May-2010)
fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda3
Could this be a zero-length partition?
root@ubuntu:~# fsck.reiserfs /dev/sda3
reiserfsck 3.6.21 (2009 www.namesys.com)
The problem has occurred looks like a hardware problem. If you have
bad blocks, we advise you to get a new hard drive, because once you
get one bad block that the disk drive internals cannot hide from
your sight,the chances of getting more are generally said to become
much higher (precise statistics are unknown to us), and this disk
drive is probably not expensive enough for you to you to risk your
time and data on it. If you don't want to follow that follow that
advice then if you have just a few bad blocks, try writing to the
bad blocks and see if the drive remaps the bad blocks (that means
it takes a block it has in reserve and allocates it for use for
of that block number). If it cannot remap the block, use badblock
option (-B) with reiserfs utils to handle this block correctly.
bread: Cannot read the block (2): (Input/output error).
Aborted (core dumped)
root@ubuntu:~# fsck.ext3 /dev/sda3
e2fsck 1.41.12 (17-May-2010)
fsck.ext3: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda3
Could this be a zero-length partition?
root@ubuntu:~# fsck.ext4 /dev/sda3
e2fsck 1.41.12 (17-May-2010)
fsck.ext4: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda3
Could this be a zero-length partition?
root@ubuntu:~#
Причем подцепил ранее отключенный винт на другую машинку, там тоже с лайв сиди грузанулся, то же самое происходит.
Можете подсказать как можно исправить?
Заранее спасибо!