View previous topic :: View next topic |
Author |
Message |
ToadMan8 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/523213761411ad3879a5c9.jpg)
Joined: 03 Dec 2003 Posts: 81
|
Posted: Tue Apr 05, 2005 3:57 am Post subject: ReiserFS issues causing problems |
|
|
I don't know much about filesystems so I'm not sure this would be a hardware or filesystem problem:
Code: | hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=76667931, sector=76667929
ide: failed opcode was: unknown
end_request: I/O error, dev hda, sector 76667929
ReiserFS: hda4: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [6674167 6674252 0x0 SD]
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=76667931, sector=76667929
ide: failed opcode was: unknown
end_request: I/O error, dev hda, sector 76667929
ReiserFS: hda4: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [6674167 6674253 0x0 SD]
| This line appears over and over in dmesg.
it causes problems like this (e.g. when emerging binutils):
Code: | tar: binutils-2.15.92.0.2/ld/testsuite/ld-frv/fdpic-pie-2.d: Cannot open: No such file or directory
tar: binutils-2.15.92.0.2/ld/testsuite/ld-frv/fdpic-pie-5.d: Cannot open: No such file or directory
tar: binutils-2.15.92.0.2/ld/testsuite/ld-frv/fdpic-pie-6.d: Cannot open: No such file or directory
tar: binutils-2.15.92.0.2/ld/testsuite/ld-frv/fdpic-pie-7.d: Cannot open: No such file or directory
|
I have a standard IDE HDD setup, kernel 2.6.9-gentoo-r9 with reiserfsprogs 3.6.19. Machine is stable running off this drive, has no problems. How can I detect the issue and repair this thing! Thanks! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
donjuan l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Zelda/Zelda_-_Link2.jpg)
Joined: 11 May 2004 Posts: 760 Location: At Uni
|
Posted: Tue Apr 05, 2005 4:37 am Post subject: |
|
|
Have you changed anything about your system that may have caused this error? I'm thinking of stuff such as switching kernels that may have resulted in a driver change. Have you had a power failure recently or something else that may have caused a filesystem corruption? From the way you're talking it sounds like you have some other partitions on the drive that you aren't having problems with, is this correct?
If you think it's a filesystem problem, you can try running Code: | reiserfsck --check /dev/hda4 | from the LiveCD. However, if that does pop up with errors and tries to do more than simply simply replaying the journal most people would suggest reformatting because it can't completely fix the filesystem and you will probably continue to run into errors later on. But make a backup first, if possible. _________________ Command-line ACCEPT_KEYWORDS is considered harmful, use the package.* files.
The Stage 1 on 3 Install |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
i92guboj Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/5913531844c4d36a8e43f9.jpg)
Joined: 30 Nov 2004 Posts: 10315 Location: Córdoba (Spain)
|
Posted: Tue Apr 05, 2005 4:44 am Post subject: |
|
|
It could be both things, so you'll have to check the fs and try to replay the journal. As stated above do a backup if you can, if you cannont make a conventional copy try with dd command. If dd dont work is there a very high chance that the drive is broken. ![Crying or Very sad :cry:](images/smiles/icon_cry.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nxsty Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/135823966743134be2dbc8b.jpg)
Joined: 23 Jun 2004 Posts: 1556 Location: .se
|
Posted: Tue Apr 05, 2005 10:45 am Post subject: |
|
|
What's the manufacture of your hard-drive? If it's any of the common you can use this boot-cd to test your hard-drive for errors: http://www.ultimatebootcd.com/ |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ToadMan8 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/523213761411ad3879a5c9.jpg)
Joined: 03 Dec 2003 Posts: 81
|
Posted: Tue Apr 05, 2005 3:15 pm Post subject: |
|
|
OK - I'll try replaying the journal from the live cd when I get home. I did lose power a whole bunch of times, but I figured that could cause hardware and software issues too. Just noticed this too:
Code: | end_request: I/O error, dev hde, sector 459584543
hde: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hde: dma_intr: error=0x40 { UncorrectableError }, LBAsect=459584551, high=27, low=6599719, sector=459584551
ide: failed opcode was: unknown
end_request: I/O error, dev hde, sector 459584551
I/O error in filesystem ("dm-0") meta-data dev dm-0 block 0x1b64b3e0 ("xfs_trans_read_buf") error 5 buf count 8192
hde: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hde: dma_intr: error=0x40 { UncorrectableError }, LBAsect=398874303, high=23, low=12998335, sector=398874303
ide: failed opcode was: unknown
| That's a different physical disk... it's also XFS, not reiserfs. Well, hde is actually a big chunk of something strange until you use the device mapper to unencrypt it then it becomes a device that contains a xfs filesystem. It also uses a different IDE controller than the first drive. The first drive is plugged into the mobo, the second is in a PCI IDE controller. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
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
|
|