|
Bugzilla – Full Text Bug Listing |
| Summary: | Data transfer from and to USB keys is very slow | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Alberto Passalacqua <alberto.passalacqua> |
| Component: | Kernel | Assignee: | Olaf Hering <ohering> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Alberto Passalacqua
2005-10-16 20:16:03 UTC
when you access the disk, look into /proc/mounts for the sync option: grep -w sync /proc/mounts this is related to bug #105871 http://bugzilla.novell.com/show_bug.cgi?id=105871 We are all waiting for a patch to the Sync option for VFAT... What kind of patch are you expecting? *** This bug has been marked as a duplicate of 105871 *** A patch to resolve this sync problem, of course ! The hack explained in bug #105871 (for hal) works, but doesn't really corrects the problem : sync option was very fast in Suse 9.3, and extremely, very extremly slow on Suse 10.0 ... There is not going to be a kernel patch, this is an upstream kernel change to actually add support for sync to this filesystem. The reason it was so fast is that it wasn't doing anything :) |