All of lore.kernel.org
 help / color / mirror / Atom feed
* 2 weird problems (second ide)
@ 1998-05-14  0:27 Stephan van Hienen
  1998-05-14  6:44 ` Eddie C. Dost
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stephan van Hienen @ 1998-05-14  0:27 UTC (permalink / raw)
  To: ultralinux

and now ide :

hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect\x131139,
sector\x131138
end_request: I/O error, dev 03:01 (ide), sector 131138
EXT2-fs error (device 03:01): ext2_read_inode: unable to read inode
block - inode\x16496,
blocke569                                             


and i get this lot of times

i think the hd is not set ok somewhere

(internal seagate 4gb with sun ultra sparc 10)

here some info :

CMD646: IDE controller on PCI bus 01 dev 18
CMD646: 100% native mode on irq c00007e0
    ide0: BM-DMA at 0xfffff9fe02c00020-0xfffff9fe02c00027, BIOS
settings: hda:pio, hdb:pio
    ide1: BM-DMA at 0xfffff9fe02c00028-0xfffff9fe02c0002f, BIOS
settings: hdc:pio, hdd:pio
hda: ST34342A, ATA DISK drive
hdb: ST34342A, ATA DISK drive
ide0 at 0x2c00000-0x2c00007,0x2c0000a on irq -1073739808
CMD646: MDMA enable [SELECT SETXFER CMND wait STAT(50) SETFEATURE wait
STAT(d0) STAT(d0) STAT(50) DMA_CAP DONE]
hda: ST34342A, 4103MB w/128kB Cache, CHSˆ94/15/63, DMA
CMD646: MDMA enable [SELECT SETXFER CMND wait STAT(50) SETFEATURE wait
STAT(d0) STAT(d0) STAT(d0) STAT(50) DMA_CAP DONE]
hdb: ST34342A, 4103MB w/128kB Cache, CHSˆ94/15/63, DMA            

Partition check:
 hda: hda1 hda2 hda3
 hdb:              


(second hd not used for now)


[root@sun /root]# fdisk
Using /dev/hda as default device!
The number of cylinders for this disk is set to 8894.
This is larger than 1024, and may cause problems with:
1) software that runs at boot time (e.g., LILO)
2) booting and partitioning software form other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): p

Disk /dev/hda (Sun disk label): 15 heads, 63 sectors, 8892 cylinders
Units = cylinders of 945 * 512 bytes

   Device Flag   Begin    Start      End   Blocks   Id  System
/dev/hda1            0        0     8784  4150440   83  Linux native
/dev/hda2  u      8784     8784     8892    51030   82  Linux swap
/dev/hda3            0        0     8892  4201470    5  Whole disk    

Command (m for help): s


   0   custom (with hardware detected defaults)

Select type (? for auto, 0 for custom): 0
Heads (1-[15]-1024):
Sectors/track (1-[63]-1024):
Cylinders (1-[8892]-65535):
Alternate cylinders (0-[2]-65535):
Physical cylinders (0-[8894]-65535):
Rotation speed (rpm) (1-[5400]-100000):
Interleave factor (1-[1]-32):
Extra sectors per cylinder (0-[0]-63):          


need more info ?


and everytime i reboot i get the fsck checking my hd

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2 weird problems (second ide)
  1998-05-14  0:27 2 weird problems (second ide) Stephan van Hienen
@ 1998-05-14  6:44 ` Eddie C. Dost
  1998-05-14 20:18 ` Stephan van Hienen
  1998-05-14 22:44 ` Stephan van Hienen
  2 siblings, 0 replies; 4+ messages in thread
From: Eddie C. Dost @ 1998-05-14  6:44 UTC (permalink / raw)
  To: ultralinux

> hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect\x131139,
> sector\x131138
> end_request: I/O error, dev 03:01 (ide), sector 131138
> EXT2-fs error (device 03:01): ext2_read_inode: unable to read inode
> block - inode\x16496,
> blocke569                                             

Did you run badblocks on this disk?
Does the sector/block number stay the same for these messages?


Eddie.
ecd@skynet.be

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2 weird problems (second ide)
  1998-05-14  0:27 2 weird problems (second ide) Stephan van Hienen
  1998-05-14  6:44 ` Eddie C. Dost
@ 1998-05-14 20:18 ` Stephan van Hienen
  1998-05-14 22:44 ` Stephan van Hienen
  2 siblings, 0 replies; 4+ messages in thread
From: Stephan van Hienen @ 1998-05-14 20:18 UTC (permalink / raw)
  To: ultralinux

On Thu, 14 May 1998, Eddie C. Dost wrote:

> > hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> > hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect\x131139,
> > sector\x131138
> > end_request: I/O error, dev 03:01 (ide), sector 131138
> > EXT2-fs error (device 03:01): ext2_read_inode: unable to read inode
> > block - inode\x16496,
> > blocke569                                             
> 
> Did you run badblocks on this disk?
yes i did found nothing

> Does the sector/block number stay the same for these messages?
yes


also maybe have to do something with it :


[root@sun /root]# dmesg -c
[root@sun /root]# mkswap /dev/hda2     
Setting up swapspace, size = 52248576 bytes
[root@sun /root]# dmesg
sys32_ioctl: Unknown cmd fd(3) cmd(00001260) arg(effffcac)


> 
> 
> Eddie.
> ecd@skynet.be
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2 weird problems (second ide)
  1998-05-14  0:27 2 weird problems (second ide) Stephan van Hienen
  1998-05-14  6:44 ` Eddie C. Dost
  1998-05-14 20:18 ` Stephan van Hienen
@ 1998-05-14 22:44 ` Stephan van Hienen
  2 siblings, 0 replies; 4+ messages in thread
From: Stephan van Hienen @ 1998-05-14 22:44 UTC (permalink / raw)
  To: ultralinux

On Thu, 14 May 1998, Stephan van Hienen wrote:

> also maybe have to do something with it :
> 
> 
> [root@sun /root]# dmesg -c
> [root@sun /root]# mkswap /dev/hda2     
> Setting up swapspace, size = 52248576 bytes
> [root@sun /root]# dmesg
> sys32_ioctl: Unknown cmd fd(3) cmd(00001260) arg(effffcac)

hmms not total true
also when i don't use the swap etc i have the error

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1998-05-14 22:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1998-05-14  0:27 2 weird problems (second ide) Stephan van Hienen
1998-05-14  6:44 ` Eddie C. Dost
1998-05-14 20:18 ` Stephan van Hienen
1998-05-14 22:44 ` Stephan van Hienen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.