Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Disque dur] Plantage (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Neuromancien
l33t
l33t


Joined: 03 Dec 2003
Posts: 867

PostPosted: Wed Mar 15, 2006 8:11 pm    Post subject: [Disque dur] Plantage (résolu) Reply with quote

Bonjour,

En travaillant sur mon PC, j'ai eu un plantage qui m'a obligé à tout redémarrer. Il semble que ce soit lié à un problème de disque dur, ou du moins de partition. En effet, j'ai eu des messages d'erreur qui ressemblaient à :

Code:
end-request : I/O error - hdd_task_in_mbr


Depuis je n'arrive plus à monter mes partitions hda3 (système) et hda6 (données). Je reçois le message d'erreur :

Code:
/dev/hda6: Erreur d'entrée/sortie
mount: vous devez spécifier le type de système de fichiers


Code:
Impossible de monter le périphérique.
L'erreur signalée est :
mount: type de sys. de fichiers erroné, option erronée, super bloc erroné sur /dev/hda3,
ou trop de systèmes de fichiers montés


Je travaille en ce moment sous Knoppix. D'où peut venir ce problème ? Y a-t-il un espoir de récupérer mes données ?
_________________
emerge --info
dmesg
lspci
.config


Last edited by Neuromancien on Sun Mar 19, 2006 5:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
BuBuaBu
l33t
l33t


Joined: 09 Jul 2005
Posts: 914
Location: France

PostPosted: Wed Mar 15, 2006 8:13 pm    Post subject: Reply with quote

Il y a t'il des erreurs dans le dmesg ?

Vérifie que tes cables soient en bonne état.

Test ton disque avec un utilitaire du style de ceux fourni pas Seagate.
Back to top
View user's profile Send private message
Trevoke
Advocate
Advocate


Joined: 04 Sep 2004
Posts: 4099
Location: NY, NY

PostPosted: Wed Mar 15, 2006 8:13 pm    Post subject: Reply with quote

Tu as fait un fsck sur les partitions?
_________________
Votre moment detente
What is the nature of conflict?
Back to top
View user's profile Send private message
Neuromancien
l33t
l33t


Joined: 03 Dec 2003
Posts: 867

PostPosted: Wed Mar 15, 2006 8:31 pm    Post subject: Reply with quote

Trevoke wrote:
Tu as fait un fsck sur les partitions?

Comment se sert-on de fsck ? La manpage n'est pas des plus claires, et je ne veux pas faire d'erreur.
_________________
emerge --info
dmesg
lspci
.config
Back to top
View user's profile Send private message
Neuromancien
l33t
l33t


Joined: 03 Dec 2003
Posts: 867

PostPosted: Wed Mar 15, 2006 8:34 pm    Post subject: Reply with quote

BuBuaBu wrote:
Il y a t'il des erreurs dans le dmesg ?


Code:
knoppix@ttyp1[knoppix]$ dmesg
 DriveReady SeekComplete DataRequest Error }
hda: read_intr: error=0x01 { AddrMarkNotFound }, LBAsect=28595894, sector=131
end_request: I/O error, dev 03:06 (hda), sector 131
hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
hda: read_intr: error=0x40 { UncorrectableError }, LBAsect=28595895, sector=132
end_request: I/O error, dev 03:06 (hda), sector 132
hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
hda: read_intr: error=0x01 { AddrMarkNotFound }, LBAsect=28595896, sector=133
end_request: I/O error, dev 03:06 (hda), sector 133
hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
hda: read_intr: error=0x40 { UncorrectableError }, LBAsect=28595897, sector=134
end_request: I/O error, dev 03:06 (hda), sector 134
hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
hda: read_intr: error=0x40 { UncorrectableError }, LBAsect=28595898, sector=135
end_request: I/O error, dev 03:06 (hda), sector 135
FAT: bogus logical sector size 0
VFS: Can't find a valid FAT filesystem on dev 03:06.

_________________
emerge --info
dmesg
lspci
.config
Back to top
View user's profile Send private message
BuBuaBu
l33t
l33t


Joined: 09 Jul 2005
Posts: 914
Location: France

PostPosted: Wed Mar 15, 2006 8:41 pm    Post subject: Reply with quote

Vu le dmesg c'est bien un problème matériel.

Sinon pour le fsck :
Code:
fsck /dev/hdxy


Enfin il faut pointer vers la partition a vérifier et il ne faut pas qu'elle soit monté.
Back to top
View user's profile Send private message
Neuromancien
l33t
l33t


Joined: 03 Dec 2003
Posts: 867

PostPosted: Wed Mar 15, 2006 8:46 pm    Post subject: Reply with quote

Code:

reiserfsck --check started at Wed Mar 15 21:42:39 2006
###########
Replaying journal..

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 (1861): (Input/output error).

AVERTISSEMENT... fsck.reiserfs pour le périphérique /dev/hda3 a terminé avec le signal 6.

Y a-t-il une possibilité de récupérer mes données ? Que me conseillez vous de faire ?
_________________
emerge --info
dmesg
lspci
.config
Back to top
View user's profile Send private message
Trevoke
Advocate
Advocate


Joined: 04 Sep 2004
Posts: 4099
Location: NY, NY

PostPosted: Wed Mar 15, 2006 8:51 pm    Post subject: Reply with quote

Achete un nouveau disque dur, et si tu y as acces, utilise Spinrite pour essayer de sauvegarder tes donnees.. Mais la on dirait que ton disque dur est en train de rendre l'ame.
_________________
Votre moment detente
What is the nature of conflict?
Back to top
View user's profile Send private message
Neuromancien
l33t
l33t


Joined: 03 Dec 2003
Posts: 867

PostPosted: Wed Mar 15, 2006 9:08 pm    Post subject: Reply with quote

Trevoke wrote:
Achete un nouveau disque dur, et si tu y as acces, utilise Spinrite pour essayer de sauvegarder tes donnees.. Mais la on dirait que ton disque dur est en train de rendre l'ame.

D'autres partitions du disque sont toujours accessibles. N'y aurait-il pas un moyen de récupérer mes données avec certains utilitaires; ou certains options de fsck ?
_________________
emerge --info
dmesg
lspci
.config
Back to top
View user's profile Send private message
Trevoke
Advocate
Advocate


Joined: 04 Sep 2004
Posts: 4099
Location: NY, NY

PostPosted: Wed Mar 15, 2006 9:11 pm    Post subject: Reply with quote

reiserfsck --help

Code:
  --fix-fixable                 fix corruptions which can be fixed without
                                --rebuild-tree
  --rebuild-sb                  super block checking and rebuilding if needed
                                (may require --rebuild-tree afterwards)
  --rebuild-tree                force fsck to rebuild filesystem from scratch
                                (takes a long time)

_________________
Votre moment detente
What is the nature of conflict?
Back to top
View user's profile Send private message
Neuromancien
l33t
l33t


Joined: 03 Dec 2003
Posts: 867

PostPosted: Wed Mar 15, 2006 9:20 pm    Post subject: Reply with quote

Trevoke wrote:
reiserfsck --help

Code:
  --fix-fixable                 fix corruptions which can be fixed without
                                --rebuild-tree
  --rebuild-sb                  super block checking and rebuilding if needed
                                (may require --rebuild-tree afterwards)
  --rebuild-tree                force fsck to rebuild filesystem from scratch
                                (takes a long time)

Et avec l'option -B ?
_________________
emerge --info
dmesg
lspci
.config
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3634
Location: Belgium

PostPosted: Wed Mar 15, 2006 9:39 pm    Post subject: Re: [Disque dur] Plantage Reply with quote

Neuromancien wrote:
Un problème avec Wine ? On vous attend sur WineFr (url supprimée par ks)

Bon, je sais que c'est pas bien de faire des commentaires à propos des signatures mais vu que WineFR est maintenant fermé, est-il bien utile d'encore faire de la pub pour ce lien qui pointe maintenant vers un sujet qui a peu de rapport avec l'informatique :?: 8O
Enfin, je dis ça ...
Back to top
View user's profile Send private message
Trevoke
Advocate
Advocate


Joined: 04 Sep 2004
Posts: 4099
Location: NY, NY

PostPosted: Thu Mar 16, 2006 1:48 pm    Post subject: Reply with quote

Neuromancien : tu as un fichier qui liste tous les mauvais blocks de ta partition?
_________________
Votre moment detente
What is the nature of conflict?
Back to top
View user's profile Send private message
Neuromancien
l33t
l33t


Joined: 03 Dec 2003
Posts: 867

PostPosted: Thu Mar 16, 2006 6:31 pm    Post subject: Reply with quote

Trevoke wrote:
Neuromancien : tu as un fichier qui liste tous les mauvais blocks de ta partition?

C'est à dire ?
_________________
emerge --info
dmesg
lspci
.config
Back to top
View user's profile Send private message
Trevoke
Advocate
Advocate


Joined: 04 Sep 2004
Posts: 4099
Location: NY, NY

PostPosted: Thu Mar 16, 2006 6:35 pm    Post subject: Reply with quote

Code:
 # reiserfsck --help
reiserfsck: unrecognized option `--help'
Usage: reiserfsck [mode] [options]  device

Modes:
  --check                       consistency checking (default)
  --fix-fixable                 fix corruptions which can be fixed without
                                --rebuild-tree
  --rebuild-sb                  super block checking and rebuilding if needed
                                (may require --rebuild-tree afterwards)
  --rebuild-tree                force fsck to rebuild filesystem from scratch
                                (takes a long time)
  --clean-attributes            clean garbage in reserved fields in StatDatas
Options:
  -j | --journal device         specify journal if relocated
  -B | --badblocks file         file with list of all bad blocks on the fs


Je suppose que tu ne comprends pas l'anglais... ?
Enfin, c'est peut-etre moi qui ai tort, hein, mais je suppose que

# reiserfsck -B badblocks.txt /dev/hda3

C'est comme ca que ca marche et ca liste les mauvais blocks de facon a ce que le filesystem puisse les eviter. J'ai peut-etre tort.
_________________
Votre moment detente
What is the nature of conflict?
Back to top
View user's profile Send private message
Enlight
Advocate
Advocate


Joined: 28 Oct 2004
Posts: 3519
Location: Alsace (France)

PostPosted: Thu Mar 16, 2006 8:12 pm    Post subject: Reply with quote

IIRC c'est pas ça, tu généère le fichier avec la commande badblocks et ensuite tu le donne comme argument à fsck.

Celà dit j'ai pas bien compris pourquoi on l'aiguillait vers fsck.reiserfs alors que j'ai lu des trucs qui parlaient de fat (maintenant j'avoue n'avoir lu le thread qu'en diagonale).
Back to top
View user's profile Send private message
Neuromancien
l33t
l33t


Joined: 03 Dec 2003
Posts: 867

PostPosted: Thu Mar 16, 2006 8:19 pm    Post subject: Reply with quote

Rien à faire... J'ai toujours la même erreur. Je pense que mes données sont irrémédiablement perdues...
_________________
emerge --info
dmesg
lspci
.config
Back to top
View user's profile Send private message
BuBuaBu
l33t
l33t


Joined: 09 Jul 2005
Posts: 914
Location: France

PostPosted: Thu Mar 16, 2006 8:21 pm    Post subject: Reply with quote

Neuromancien wrote:
Rien à faire... J'ai toujours la même erreur. Je pense que mes données sont irrémédiablement perdues...


Tu as essaié de remplacer la cable data ?
Back to top
View user's profile Send private message
Neuromancien
l33t
l33t


Joined: 03 Dec 2003
Posts: 867

PostPosted: Fri Mar 17, 2006 7:11 pm    Post subject: Reply with quote

Enlight wrote:
IIRC c'est pas ça, tu généère le fichier avec la commande badblocks et ensuite tu le donne comme argument à fsck.

Oui c'est bien ce qui me semblait... Je vais essayer ça.
_________________
emerge --info
dmesg
lspci
.config
Back to top
View user's profile Send private message
Neuromancien
l33t
l33t


Joined: 03 Dec 2003
Posts: 867

PostPosted: Sun Mar 19, 2006 5:30 pm    Post subject: Reply with quote

Neuromancien wrote:
Enlight wrote:
IIRC c'est pas ça, tu généère le fichier avec la commande badblocks et ensuite tu le donne comme argument à fsck.

Oui c'est bien ce qui me semblait... Je vais essayer ça.

La commande badblocks finit par geler. :(
_________________
emerge --info
dmesg
lspci
.config
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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