http://bugs.winehq.org/show_bug.cgi?id=12879
Summary: Cluster size not supported for large NFS mounts? Product: Wine Version: 0.9.54. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: d.austin@computer.org
I get the error message "The cluster size in this system is not supported." when trying to install fonts (arial.exe) which has worked for me before.
On a hunch, I moved my .wine directory out of my NFS-mounted home directory and onto a local disk. Font installation worked fine then.
The obvious thing that occurs to me is that the size of the disk is too large (I have a 1.2TB file server): Filesystem 1K-blocks Used Available Use% Mounted on server:/home 1220955136 1194313600 26641536 98% /home
I have 0.9.54 available as source and am happy to try patches against that, but cannot use a more recent version due to the annoying VNC bug.
Regards, David
http://bugs.winehq.org/show_bug.cgi?id=12879
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2008-04-30 01:16:42 --- (In reply to comment #0)
I get the error message "The cluster size in this system is not supported."
That's not a Wine message.
when trying to install fonts (arial.exe) which has worked for me before.
You need to figure out which system component reports the error above.
http://bugs.winehq.org/show_bug.cgi?id=12879
--- Comment #2 from David Austin d.austin@computer.org 2008-04-30 02:08:13 --- (In reply to comment #1)
(In reply to comment #0)
I get the error message "The cluster size in this system is not supported."
That's not a Wine message.
Ok, fair enough.
when trying to install fonts (arial.exe) which has worked for me before.
You need to figure out which system component reports the error above.
Actually, I don't need anything. As I said, I found a work-around.
I was just pointing out a bug in the hope that it might help improve the quality of wine.
I don't know enough about wine to work out which component is generating the error.
However, using the high-tech tool of Google turns up this thread: http://www.winehq.org/pipermail/wine-users/2004-December/016362.html which suggests ntdll might be the component.
David
http://bugs.winehq.org/show_bug.cgi?id=12879
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2008-04-30 03:40:26 --- (In reply to comment #2)
Actually, I don't need anything. As I said, I found a work-around. I was just pointing out a bug in the hope that it might help improve the quality of wine. I don't know enough about wine to work out which component is generating the error.
A knowledge about Wine won't help with kind of error since it's not Wine who emits that message.
However, using the high-tech tool of Google turns up this thread: http://www.winehq.org/pipermail/wine-users/2004-December/016362.html which suggests ntdll might be the component.
If a Wine developer tried to help to track down the source of a similar problem that doesn't mean that the problem is in Wine.
http://bugs.winehq.org/show_bug.cgi?id=12879
jam-one jairo19@interhosting.us changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jairo19@interhosting.us
--- Comment #4 from jam-one jairo19@interhosting.us 2008-05-09 10:59:03 --- I can confirm this error is still showing up. My system is a Fedora 7 with latest updates: - wine-0.9.58-1.fc7
my home directory is mounted from an NFS server (which seems to be very relevant to the issue), the file system is not that big: 200Gb with 81Gb available.
I attempted to install an application and the first message I get is this one: "The cluster size in this system is not supported.". After hitting OK, I got it again and then the installation proceeded. I can use the installed program.
http://bugs.winehq.org/show_bug.cgi?id=12879
--- Comment #5 from Lei Zhang thestig@google.com 2008-05-12 16:03:00 --- Which arial.exe are you trying to install? I tried installing arial32.exe [1] on NFS and that worked for me.
FYI, my nfs mount options are: rw,nosuid,tcp,rsize=8192,wsize=8192,intr,bg
[1] http://easynews.dl.sourceforge.net/sourceforge/corefonts/arial32.exe
http://bugs.winehq.org/show_bug.cgi?id=12879
--- Comment #6 from David Austin d.austin@computer.org 2008-05-15 20:44:42 --- I am also using the arial32.exe from sourceforge (as I recall, the same download url). The md5sum is:
9637df0e91703179f0723ec095a36cb5 arial32.exe
My nfs mount options are: (bg, rw)
The only other thing that occurs to me is that I have root_squash turned on in the server exports file.
Perhaps other users can post their options to see if there's any commonality...
Regards, David
http://bugs.winehq.org/show_bug.cgi?id=12879
--- Comment #7 from jam-one jairo19@interhosting.us 2008-05-23 12:55:35 --- in my case I have: nfs defaults,noatime,soft
and "defaults" accounts for: rw, suid, dev, exec, auto, nouser, and async
http://bugs.winehq.org/show_bug.cgi?id=12879
--- Comment #8 from Ian Dall ian@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.
http://bugs.winehq.org/show_bug.cgi?id=12879
Ian Dall ian@beware.dropbear.id.au changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ian@beware.dropbear.id.au
http://bugs.winehq.org/show_bug.cgi?id=12879
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
http://bugs.winehq.org/show_bug.cgi?id=12879
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED Target Milestone|--- |1.0.1
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2008-09-16 06:56:52 --- Should be fixed by b0192cfed382c470e67aaac744de56011fe27bfb.
http://bugs.winehq.org/show_bug.cgi?id=12879
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |russiane39@gmail.com
--- Comment #10 from Alexandre Julliard julliard@winehq.org 2008-09-16 06:58:16 --- *** Bug 13607 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=12879
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2008-09-19 11:17:21 --- Closing bugs fixed in 1.1.5.