linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <cjJLV-4jA-15@gated-at.bofh.it>]
  • * 2.6.29: EXT4: __ext4_get_inode_loc errors after s2disk
    @ 2009-03-24 20:25 Niel Lambrechts
      2009-03-25  1:19 ` Theodore Tso
      2009-03-25 22:29 ` Pavel Machek
      0 siblings, 2 replies; 8+ messages in thread
    From: Niel Lambrechts @ 2009-03-24 20:25 UTC (permalink / raw)
      To: linux.kernel
    
    Hi,
    
    After upgrading to 2.6.29 I get the below errors after resuming from
    hibernating with s2disk. I ran fsck and tried doing the same thing again
    in 2.6.28.9-pae, but do not get any errors there.
    
    sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
    support DPO or FUA
    sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
    support DPO or FUA
     sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
    
    sd 0:0:0:0: [sda] Attached SCSI disk
    
    EXT4-fs: barriers enabled
    kjournald2 starting: pid 649, dev sda6:8, commit interval 5 seconds
    EXT4 FS on sda6, internal journal on sda6:8
    EXT4-fs: delayed allocation enabled
    EXT4-fs: file extents enabled
    EXT4-fs: mballoc enabled
    EXT4-fs: mounted filesystem sda6 with ordered data mode
    EXT4 (no)acl options not supported
    Adding 2099328k swap on /dev/sda5.  Priority:-1 extents:1across:2099328k
    EXT3 FS on sda7, internal journal
    sd 0:0:0:0: [sda] Synchronizing SCSI cache
    sd 0:0:0:0: [sda] Starting disk
    sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
    support DPO or FUA
    sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
    support DPO or FUA
    sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
    sd 0:0:0:0: [sda] Sense Key : Aborted Command [current] [descriptor]
    sd 0:0:0:0: [sda] Add. Sense: No additional sense information
    end_request: I/O error, dev sda, sector 242190447
    EXT4-fs error (device sda6): __ext4_get_inode_loc: <6>sd 0:0:0:0: [sda]
    Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
    sd 0:0:0:0: [sda] Sense Key : Aborted Command [current] [descriptor]
    sd 0:0:0:0: [sda] unable to read inode block - inode=2346519,
    block=9404418Add. Sense: No additional sense information end_request:
    I/O error, dev sda, sector 242190703
    sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
    support DPO or FUA
    sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
    support DPO or FUA
    EXT4-fs error (device sda6) in ext4_reserve_inode_write: IO failure
    
    Any ideas?
    
    Niel
    
    ^ permalink raw reply	[flat|nested] 8+ messages in thread

    end of thread, other threads:[~2009-03-25 22:43 UTC | newest]
    
    Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <cjlqb-7sp-1@gated-at.bofh.it>
         [not found] ` <cjq6y-6sq-11@gated-at.bofh.it>
    2009-03-25  5:19   ` 2.6.29 regression: ATA bus errors on resume (was: EXT4: __ext4_get_inode_loc errors after s2disk) Niel Lambrechts
    2009-03-25  6:06     ` 2.6.29 regression: ATA bus errors on resume Jeff Garzik
    2009-03-25 21:40       ` Niel Lambrechts
    2009-03-25 22:16       ` James Bottomley
         [not found] ` <cjJLV-4jA-15@gated-at.bofh.it>
    2009-03-25 22:43   ` 2.6.29: EXT4: __ext4_get_inode_loc errors after s2disk Niel Lambrechts
    2009-03-24 20:25 Niel Lambrechts
    2009-03-25  1:19 ` Theodore Tso
    2009-03-25 22:29 ` Pavel Machek
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).