Re: Hard disk errors....

2001-12-10 Thread Kurt Wall

Federico Voges wrote:
% -BEGIN PGP SIGNED MESSAGE-
% Hash: SHA1
% 
% Hi,
% 
% Yes, I'll do that as soon as I can. I prefer that it fails/dies in a
% test PC than on my server.
% 
% 
% BTW, is there any way I can check if it has bad sectors?? I know that
% fsck can check for and mark the bad sectors. But how can I see the bad
% sector list afterwards??

/sbin/badblocks /dev/hda -o /output/file

K
-- 
This ae nighte, this ae nighte,
Everye nighte and alle,
Fire and sleet and candlelyte,
And Christe receive thy saule.
-- The Lykewake Dirge
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Hard disk errors....

2001-12-10 Thread Federico Voges

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Ok, thanks!

I'm in the process of copying the contents of the bad disk to a new
one

I'll install it on my test machine and try those unknown (for me) FS
utils. If it's not broken I'll surely break it :)

On Mon, 10 Dec 2001 06:52:38 -0500, Kurt Wall wrote:

Federico Voges wrote:
% -BEGIN PGP SIGNED MESSAGE-
% Hash: SHA1
% 
% Hi,
% 
% Yes, I'll do that as soon as I can. I prefer that it fails/dies in a
% test PC than on my server.
% 
% 
% BTW, is there any way I can check if it has bad sectors?? I know that
% fsck can check for and mark the bad sectors. But how can I see the bad
% sector list afterwards??

/sbin/badblocks /dev/hda -o /output/file

K
-- 
This ae nighte, this ae nighte,
Everye nighte and alle,
Fire and sleet and candlelyte,
And Christe receive thy saule.
   -- The Lykewake Dirge
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Federico Voges
Socio gerente

Intrasoft
Malabia 2137 14 A
(1425) Buenos Aires
Argentina

Te/Fax: 54-11-4833-5182
e-mail: [EMAIL PROTECTED]
Web: http://www.intrasoft.com.ar

PGP Public Key Fingerprint: A536 4595 EB6F D197  FBC1 5C3A 145C 2516

-BEGIN PGP SIGNATURE-
Version: PGPsdk version 1.7.1 (C) 1997-1999 Network Associates, Inc. and its 
affiliated companies.

iQA/AwUBPBSydRRcJRaVKt4XEQLjRwCfZcjWOZCbltcSJyfwYwEF4jRohesAoKls
gihSeqPXsdHLd22b6ljT3Eu+
=30Xu
-END PGP SIGNATURE-


___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Hard disk errors....

2001-12-09 Thread Federico Voges

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I'm getting these errors:

Dec 10 00:06:21 drakis kernel: hda: dma_intr: status=0x51 { DriveReady
SeekComplete Error }
Dec 10 00:06:21 drakis kernel: hda: dma_intr: error=0x40 {
UncorrectableError }, LBAsect=786516, sector=786452
Dec 10 00:06:21 drakis kernel: end_request: I/O error, dev 03:04 (hda),
sector 786452
Dec 10 00:06:21 drakis kernel: EXT2-fs error (device ide0(3,4)):
read_block_bitmap: Cannot read block bitmap - block_group = 48,
block_bitmap = 393226

Are these heardware or software related??

I've already switched to single user mode a few days ago and run fsck
on all hda partintions. But I started to find these errors again.

TIA
Federico Voges
Socio gerente

Intrasoft
Malabia 2137 14 A
(1425) Buenos Aires
Argentina

Te/Fax: 54-11-4833-5182
e-mail: [EMAIL PROTECTED]
Web: http://www.intrasoft.com.ar

PGP Public Key Fingerprint: A536 4595 EB6F D197  FBC1 5C3A 145C 2516

-BEGIN PGP SIGNATURE-
Version: PGPsdk version 1.7.1 (C) 1997-1999 Network Associates, Inc. and its 
affiliated companies.

iQA/AwUBPBQq9BRcJRaVKt4XEQJUVACaA8U/MymOQKugIRjyR5atXyOGutwAoOKS
tQa47SfQb2jYRJPLoMGW3QIO
=JKaR
-END PGP SIGNATURE-


___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Hard disk errors....

2001-12-09 Thread Kurt Wall

Federico Voges wrote:
% -BEGIN PGP SIGNED MESSAGE-
% Hash: SHA1
% 
% Hi,
% 
% I'm getting these errors:
% 
% Dec 10 00:06:21 drakis kernel: hda: dma_intr: status=0x51 { DriveReady
% SeekComplete Error }
% Dec 10 00:06:21 drakis kernel: hda: dma_intr: error=0x40 {
% UncorrectableError }, LBAsect=786516, sector=786452
% Dec 10 00:06:21 drakis kernel: end_request: I/O error, dev 03:04 (hda),
% sector 786452
% Dec 10 00:06:21 drakis kernel: EXT2-fs error (device ide0(3,4)):
% read_block_bitmap: Cannot read block bitmap - block_group = 48,
% block_bitmap = 393226
% 
% Are these heardware or software related??

Hardware. Try turning off dma for /dev/hda, that is:

hdparm -d 0 /dev/hda

Kurt
-- 
Message will arrive in the mail.  Destroy, before the FBI sees it.
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Hard disk errors....

2001-12-09 Thread Federico Voges

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

That was my guess. I'll buy a new drive and use this on a test machine,
not the main server :)

On Sun, 9 Dec 2001 22:34:59 -0500, Kurt Wall wrote:

Federico Voges wrote:
% -BEGIN PGP SIGNED MESSAGE-
% Hash: SHA1
% 
% Hi,
% 
% I'm getting these errors:
% 
% Dec 10 00:06:21 drakis kernel: hda: dma_intr: status=0x51 { DriveReady
% SeekComplete Error }
% Dec 10 00:06:21 drakis kernel: hda: dma_intr: error=0x40 {
% UncorrectableError }, LBAsect=786516, sector=786452
% Dec 10 00:06:21 drakis kernel: end_request: I/O error, dev 03:04 (hda),
% sector 786452
% Dec 10 00:06:21 drakis kernel: EXT2-fs error (device ide0(3,4)):
% read_block_bitmap: Cannot read block bitmap - block_group = 48,
% block_bitmap = 393226
% 
% Are these heardware or software related??

Hardware. Try turning off dma for /dev/hda, that is:

hdparm -d 0 /dev/hda

Kurt
-- 
Message will arrive in the mail.  Destroy, before the FBI sees it.
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Federico Voges
Socio gerente

Intrasoft
Malabia 2137 14 A
(1425) Buenos Aires
Argentina

Te/Fax: 54-11-4833-5182
e-mail: [EMAIL PROTECTED]
Web: http://www.intrasoft.com.ar

PGP Public Key Fingerprint: A536 4595 EB6F D197  FBC1 5C3A 145C 2516

-BEGIN PGP SIGNATURE-
Version: PGPsdk version 1.7.1 (C) 1997-1999 Network Associates, Inc. and its 
affiliated companies.

iQA/AwUBPBQzGhRcJRaVKt4XEQJc2gCfQXpWpJjoVc7+wBUWJUENV60SE4AAnjZz
IYPYUY/W3h86dIYpxvJbwP08
=nxeF
-END PGP SIGNATURE-


___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Hard disk errors....

2001-12-09 Thread Net Llama


--- Kurt Wall [EMAIL PROTECTED] wrote:
 Federico Voges wrote:
 % -BEGIN PGP SIGNED MESSAGE-
 % Hash: SHA1
 % 
 % Hi,
 % 
 % I'm getting these errors:
 % 
 % Dec 10 00:06:21 drakis kernel: hda: dma_intr: status=0x51 {
 DriveReady
 % SeekComplete Error }
 % Dec 10 00:06:21 drakis kernel: hda: dma_intr: error=0x40 {
 % UncorrectableError }, LBAsect=786516, sector=786452
 % Dec 10 00:06:21 drakis kernel: end_request: I/O error, dev 03:04
 (hda),
 % sector 786452
 % Dec 10 00:06:21 drakis kernel: EXT2-fs error (device ide0(3,4)):
 % read_block_bitmap: Cannot read block bitmap - block_group = 48,
 % block_bitmap = 393226
 % 
 % Are these heardware or software related??
 
 Hardware. Try turning off dma for /dev/hda, that is:
 
 hdparm -d 0 /dev/hda

ANd if that fails to stop the errors (as i suspect it will), you'd
better backup your data, and get a new harddrive.  Your drive is dying.

=

Lonni J. Friedman  [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Hard disk errors....

2001-12-09 Thread Federico Voges

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Yes, I'll do that as soon as I can. I prefer that it fails/dies in a
test PC than on my server.


BTW, is there any way I can check if it has bad sectors?? I know that
fsck can check for and mark the bad sectors. But how can I see the bad
sector list afterwards??

TIA

On Sun, 9 Dec 2001 20:04:32 -0800 (PST), Net Llama wrote:


--- Kurt Wall [EMAIL PROTECTED] wrote:
 Federico Voges wrote:
 % -BEGIN PGP SIGNED MESSAGE-
 % Hash: SHA1
 % 
 % Hi,
 % 
 % I'm getting these errors:
 % 
 % Dec 10 00:06:21 drakis kernel: hda: dma_intr: status=0x51 {
 DriveReady
 % SeekComplete Error }
 % Dec 10 00:06:21 drakis kernel: hda: dma_intr: error=0x40 {
 % UncorrectableError }, LBAsect=786516, sector=786452
 % Dec 10 00:06:21 drakis kernel: end_request: I/O error, dev 03:04
 (hda),
 % sector 786452
 % Dec 10 00:06:21 drakis kernel: EXT2-fs error (device ide0(3,4)):
 % read_block_bitmap: Cannot read block bitmap - block_group = 48,
 % block_bitmap = 393226
 % 
 % Are these heardware or software related??
 
 Hardware. Try turning off dma for /dev/hda, that is:
 
 hdparm -d 0 /dev/hda

ANd if that fails to stop the errors (as i suspect it will), you'd
better backup your data, and get a new harddrive.  Your drive is dying.

=

Lonni J. Friedman  [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Federico Voges
Socio gerente

Intrasoft
Malabia 2137 14 A
(1425) Buenos Aires
Argentina

Te/Fax: 54-11-4833-5182
e-mail: [EMAIL PROTECTED]
Web: http://www.intrasoft.com.ar

PGP Public Key Fingerprint: A536 4595 EB6F D197  FBC1 5C3A 145C 2516

-BEGIN PGP SIGNATURE-
Version: PGPsdk version 1.7.1 (C) 1997-1999 Network Associates, Inc. and its 
affiliated companies.

iQA/AwUBPBRFtRRcJRaVKt4XEQLaJACg+IEFpdNagw11zWE7dcmRkuE2/W4AnR78
IbjKsZ6W8JDEaSdYA/7hkpCr
=Hgi4
-END PGP SIGNATURE-


___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Hard disk errors....

2001-12-09 Thread Federico Voges

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Yup, you were right. No more DMA errors, now I get I/O errors :)

Before hdparm -d 0 /dev/hda:

Dec 10 00:06:21 drakis kernel: hda: dma_intr: status=0x51 { DriveReady
SeekComplete Error }
Dec 10 00:06:21 drakis kernel: hda: dma_intr: error=0x40 {
UncorrectableError }, LBAsect=786516, sector=786452
Dec 10 00:06:21 drakis kernel: end_request: I/O error, dev 03:04 (hda),
sector 786452
Dec 10 00:06:21 drakis kernel: EXT2-fs error (device ide0(3,4)):
read_block_bitmap: Cannot read block bitmap - block_group = 48,
block_bitmap = 393226

After hdparm -d 0 /dev/hda:

Dec 10 01:06:21 drakis kernel: hda: read_intr: status=0x59 { DriveReady
SeekComplete DataRequest Error }
Dec 10 01:06:21 drakis kernel: hda: read_intr: error=0x40 {
UncorrectableError }, LBAsect=786516, sector=786453
Dec 10 01:06:21 drakis kernel: end_request: I/O error, dev 03:04 (hda),
sector 786453
Dec 10 01:06:21 drakis kernel: EXT2-fs error (device ide0(3,4)):
read_block_bitmap: Cannot read block bitmap - block_group = 48,
block_bitmap = 393226

Start looking for a new drive.



On Sun, 9 Dec 2001 20:04:32 -0800 (PST), Net Llama wrote:


--- Kurt Wall [EMAIL PROTECTED] wrote:
 Federico Voges wrote:
 % -BEGIN PGP SIGNED MESSAGE-
 % Hash: SHA1
 % 
 % Hi,
 % 
 % I'm getting these errors:
 % 
 % Dec 10 00:06:21 drakis kernel: hda: dma_intr: status=0x51 {
 DriveReady
 % SeekComplete Error }
 % Dec 10 00:06:21 drakis kernel: hda: dma_intr: error=0x40 {
 % UncorrectableError }, LBAsect=786516, sector=786452
 % Dec 10 00:06:21 drakis kernel: end_request: I/O error, dev 03:04
 (hda),
 % sector 786452
 % Dec 10 00:06:21 drakis kernel: EXT2-fs error (device ide0(3,4)):
 % read_block_bitmap: Cannot read block bitmap - block_group = 48,
 % block_bitmap = 393226
 % 
 % Are these heardware or software related??
 
 Hardware. Try turning off dma for /dev/hda, that is:
 
 hdparm -d 0 /dev/hda

ANd if that fails to stop the errors (as i suspect it will), you'd
better backup your data, and get a new harddrive.  Your drive is dying.

=

Lonni J. Friedman  [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Federico Voges
Socio gerente

Intrasoft
Malabia 2137 14 A
(1425) Buenos Aires
Argentina

Te/Fax: 54-11-4833-5182
e-mail: [EMAIL PROTECTED]
Web: http://www.intrasoft.com.ar

PGP Public Key Fingerprint: A536 4595 EB6F D197  FBC1 5C3A 145C 2516

-BEGIN PGP SIGNATURE-
Version: PGPsdk version 1.7.1 (C) 1997-1999 Network Associates, Inc. and its 
affiliated companies.

iQA/AwUBPBRGfBRcJRaVKt4XEQLkDgCfayiNqBnmIpg7aLPrx5u/fBTkoNwAnjgy
yTrD1Sr234BYtqND5g1U+8XU
=jnpF
-END PGP SIGNATURE-


___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users