From: Andreas <andreas@maxxle.de>
To: linux-kernel@vger.kernel.org
Subject: USB: Buffer I/O error on device dm-0, logical block XYZ
Date: Sun, 12 Apr 2009 23:59:29 +0200 [thread overview]
Message-ID: <1239573569.5997.21.camel@legolas> (raw)
Hello,
on heavy disk I/O my external USB device gets re-mounted read-only.
(Ok - scp with 2,5MB/s over WLAN)
After this i get EXT3-Errors.
I've already:
- tweaked kernel parameters (see below)
- changed entries in sys-fs
The only thing that works is if i remove the ehci module for USB2.0.
SysLog-Errors:
==============
Apr 12 17:45:08 elrond kernel: [ 628.205804] usb-storage: device found
at 2
Apr 12 17:45:08 elrond kernel: [ 628.205825] usb-storage: waiting for
device to settle before scanning
Apr 12 17:45:13 elrond kernel: [ 633.206246] usb-storage: device scan
complete
Apr 12 17:45:13 elrond kernel: [ 633.218523] scsi 3:0:0:0:
Direct-Access WD 3200JB External 0412 PQ: 0 ANSI: 0
Apr 12 17:45:13 elrond kernel: [ 633.252002] sd 3:0:0:0: [sdc]
625142448 512-byte hardware sectors: (320 GB/298 GiB)
Apr 12 17:45:13 elrond kernel: [ 633.262009] sd 3:0:0:0: [sdc] Write
Protect is off
Apr 12 17:45:13 elrond kernel: [ 633.262057] sd 3:0:0:0: [sdc] Mode
Sense: 33 00 00 00
Apr 12 17:45:13 elrond kernel: [ 633.262083] sd 3:0:0:0: [sdc] Assuming
drive cache: write through
Apr 12 17:45:13 elrond kernel: [ 633.285968] sd 3:0:0:0: [sdc]
625142448 512-byte hardware sectors: (320 GB/298 GiB)
Apr 12 17:45:13 elrond kernel: [ 633.296113] sd 3:0:0:0: [sdc] Write
Protect is off
Apr 12 17:45:13 elrond kernel: [ 633.296148] sd 3:0:0:0: [sdc] Mode
Sense: 33 00 00 00
Apr 12 17:45:13 elrond kernel: [ 633.296170] sd 3:0:0:0: [sdc] Assuming
drive cache: write through
Apr 12 17:45:13 elrond kernel: [ 633.296313] sdc: sdc1
Apr 12 17:45:13 elrond kernel: [ 633.314525] sd 3:0:0:0: [sdc] Attached
SCSI disk
Apr 12 17:45:13 elrond kernel: [ 633.315315] sd 3:0:0:0: Attached scsi
generic sg1 type 0
Apr 12 17:45:16 elrond kernel: [ 635.773406] ext3_abort called.
Apr 12 17:45:16 elrond kernel: [ 635.773484] EXT3-fs error (device
dm-0): ext3_journal_start_sb: Detected aborted journal
Apr 12 17:45:16 elrond kernel: [ 635.773588] Remounting filesystem
read-only
Apr 12 17:46:27 elrond kernel: [ 706.828326] EXT3-fs error (device
dm-0): ext3_get_inode_loc: unable to read inode block - inode=1015809
, block=4063234
Apr 12 17:46:27 elrond kernel: [ 706.833874] EXT3-fs error (device
dm-0): ext3_get_inode_loc: unable to read inode block - inode=1015809
, block=4063234
Apr 12 17:46:27 elrond kernel: [ 706.840217] EXT3-fs error (device
dm-0): ext3_get_inode_loc: unable to read inode block - inode=1015810
, block=4063234
...
...
...
My Setup:
=========
Kernel:
2.6.29-02062901-generic #02062901 SMP (Ubuntu 2.6.29.1)
lspci:
00:00.0 Host bridge: Transmeta Corporation LongRun Northbridge (rev 03)
00:00.1 RAM memory: Transmeta Corporation SDRAM controller
00:00.2 RAM memory: Transmeta Corporation BIOS scratchpad
00:09.0 VGA compatible controller: Silicon Integrated Systems [SiS]
315PRO PCI/AGP VGA Display Adapter
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:11.5 Multimedia audio controller: VIA Technologies, Inc.
VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II]
(rev 74)
/sys-parameters:
echo 1024 > /sys/block/sdb/device/max_sectors
echo 1 > /sys/block/sdb/device/scsi_diskXYZ/allow_restart
grub-parameters:
all_generic_ide combined_mode=ide enable_atapi=1 noapic
next reply other threads:[~2009-04-12 21:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-12 21:59 Andreas [this message]
2009-04-13 7:55 ` USB: Buffer I/O error on device dm-0, logical block XYZ Andreas
2009-04-14 0:47 ` Robert Hancock
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1239573569.5997.21.camel@legolas \
--to=andreas@maxxle.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.