Bug 5308
Summary: | Extremely slow UMS write speed under >=2.6.12 kernels on Compaq nx8220 laptop | ||
---|---|---|---|
Product: | Drivers | Reporter: | Pavel Alexeev (al_pavel) |
Component: | USB | Assignee: | Greg Kroah-Hartman (greg) |
Status: | REJECTED DUPLICATE | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.12.6, 2.6.14-rc2-git3 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 5089 | ||
Attachments: |
My kernel .config for 2.6.12.6
/var/log/debug file, 2.6.12.6 dmesg output, 2.6.12.6 |
Description
Pavel Alexeev
2005-09-25 03:44:56 UTC
Created attachment 6136 [details]
My kernel .config for 2.6.12.6
The .configs for 2.6.8.1 and 2.6.14-rc2-git3 are based on this config.
Created attachment 6137 [details]
/var/log/debug file, 2.6.12.6
How is it created:
1) Delete an old file
2) Restart system
3) Insert USB Flash
4) Mount it
5) Copy a 45 kb large file on it in mc
6) Unmount it
7) Remove it
Created attachment 6138 [details]
dmesg output, 2.6.12.6
Just compiled the kernel 2.6.11.12. The USB writing speed is OK (about 3 MBytes/s). Just detected: the writing speed is OK under 2.6.12.6 if no "sync" option in fstab used for USB flash. This is a know problem. The problem is that until now, FAT had NEVER cared about "sync", ie: it didn't work as "sync" even if you passed that option However, this has been fixed, so when you use sync it really means "sync", so it gets much slower. You can remove the "sync" option to get more speed OK, thank you. I will not use "sync" for FAT-volumes more. |