Bug 157674
| Summary: | sync option on VFAT mount destroys flash drives | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael H. Warfield <mhw> |
| Component: | hal | Assignee: | David Zeuthen <davidz> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | rawhide | CC: | abo, alan, davej, d.bz-redhat, mclasen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.5.2-2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-05-23 15:54:47 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 136450 | ||
|
Description
Michael H. Warfield
2005-05-13 16:59:55 UTC
Do you have some hard data to substantiate this claim? It works for me and several other users since we've used this mount option for a long time. It also sounds like you should file a bug against the kernel, not hal. Hmm, sorry for closing this so fast, perhaps it would be good to look at the issue in detail. Dave, can you look at this please? Thanks, David I'm raising the priority to high and adding this bug to the FC4Blocker as we need to resolve this issue for FC4. It might be that using 'sync' is a showstopper with recent kernels, it might not. Either way we need to look into the issue. Alan, my intention is to remove the patch that uses puts 'sync' in for removable and hotpluggable media < 2GB. Do you concur? The claim has been discredited on the kernel list comprehensively. The suggestion that sync should be ignored was also rejected entirely although some improvements were suggested. The real problem I think is that we don't want "synchronous" for such media we want "soon". The "sync" is wrong for all media types in almost all imaginable cases. Now vfat honours sync properly (it used to be a no-op) it'll destroy throughput. And since it used to be a no-op we know it can be removed 8) Then file a kernel RFE for a "flush regularly" option Alan OK, this should be fixed in tomorrows Rawhide. |