[Bug 12879] Cluster size not supported for large NFS mounts?

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Aug 23 03:23:09 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=12879





--- Comment #8 from Ian Dall <ian at beware.dropbear.id.au>  2008-08-23 03:23:08 ---
Created an attachment (id=15560)
 --> (http://bugs.winehq.org/attachment.cgi?id=15560)
Patch to ensure reasonable cluster sizes

I can confirm this bug is still there in 1.0 and submit this patch which fixes
it for me. Linux reports the nfs rsize as the f_bsize value from fstatfs.
f_bsize ultimately becomes the cluster size. The linux behaviour is probably
reasonable. However, with tcp conected nfs the rsize can be very large
(defaults to 128k on fedora8) which is larger than the maximum cluster size of
any windows fs. There is no documentation I could find that says what the
largest cluster size windows (any version) accepts, but the fat32 file system
has a 16k maximum cluster size and the ntfs has a maximum cluster size of 4k
for nt4.0 and later.

A google shows that people have seen this message on windows systems (not wine)
installing onto smb filesystems as well.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list