CptanPanic n00b
Joined: 17 Jan 2003 Posts: 48
|
Posted: Sat May 01, 2004 7:22 pm Post subject: Computer freezes when doing a reiserfsck to /dev/hdd. |
|
|
I was having problems with my server freezing at night when I do a rsync of my main hard drive to my backup hard drive. So after doing some messing around with it, it seems there is something wrong with the backup hard drive. It is a Western Digital 120gb with 8mb cache. I ran reiserfsck --check on it and it said there were some errors, and I needed to run --rebuild-tree but it alwasy freezes when doing this step. Nothing shows up in the message log, except I get a " [kernel] attempt to access beyond end of device", when the --rebuild-tree starts, but a little while before the freeze. Any help debugging this issue would be appreciated.
Thanks,
CP
Code: |
# hdparm -i /dev/hdd
/dev/hdd:
Model=WDC WD1200JB-00DUA0, FwRev=65.13G65, SerialNo=WD-WMACK1348277
Config={ HardSect NotMFM HdSw>15uSec SpinMotCtl Fixed DTR>5Mbs FmtGapReq }
RawCHS=16383/16/63, TrkSize=57600, SectSize=600, ECCbytes=98
BuffType=DualPortCache, BuffSize=8192kB, MaxMultSect=16, MultSect=16
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=234441648
IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 *udma2
AdvancedPM=no WriteCache=enabled
Drive conforms to: device does not report version:
* signifies the current active mode
# fdisk -l /dev/hdd
Disk /dev/hdd: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdd1 1 14593 117218241 83 Linux
|
|
|