Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
zero-length partition :/
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Russian
View previous topic :: View next topic  
Author Message
Bash[DevNull]
Guru
Guru


Joined: 10 Oct 2003
Posts: 333

PostPosted: Mon Sep 20, 2004 2:08 pm    Post subject: zero-length partition :/ Reply with quote

Hi All,
Собственно, беда такая - у меня похоже накрылся винт, и теперь даже хомятник не чекается.... У кого-нибудь есть идеи чем можно все востановить и как действовать в такой ситуации??

Code:
# fsck.ext3 /dev/hda3
fsck.ext3: Attempt to read block from filesystem resulted in short read while trying to open /dev/hda3
Could this be a zero-length partition?

_________________
Biomechanical Artificial Sabotage Humanoid
Back to top
View user's profile Send private message
viy
Veteran
Veteran


Joined: 03 Jul 2004
Posts: 1580
Location: Riga, Latvia

PostPosted: Mon Sep 20, 2004 8:11 pm    Post subject: Reply with quote

Bash[DevNull] wrote:
у меня похоже накрылся винт, и теперь даже хомятник не чекается...


А что такое хомятник? :?


В Google сказали, что 1) пробоема с железом 2) делай backup и запускай диагностические toolы от производителя.

Думаю (так, на вскидку) можно засунуть еще 1 диск и сделать
Code:
dd if=/dev/hda3 of=/new/disk/mount bs=1024 count=<size in KB>


Или так
Code:
dd if=/dev/hda3 bs=1024 count=... | gzip -9 > /new/disk/mount/dev-hda-raw.gz


Вот самая информативная ссылка:
http://www.redhat.com/archives/redhat-list/2002-December/msg03221.html
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Russian All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum