https://bugzilla.novell.com/show_bug.cgi?id=211857 jeffm@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |DUPLICATE ------- Comment #4 from jeffm@novell.com 2007-01-29 09:54 MST ------- The noatime option will speed things up, but in this case its really a microoptimization. The real problem is that the file system is mounted with -osync. It may not seem obvious, but this is a duplicate of bug 230737. VFAT file systems need to be marked as -oflush when used with removable media. The problem is that -osync is ridiculously slow, while mounting with -oasync doesn't ensure that the file system is entirely flushed. *** This bug has been marked as a duplicate of bug 230737 *** -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.