[Bug 17776] Installing on Fat32 partitions seems to be impossible nowadays

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Dec 19 11:30:38 CST 2009


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


Ben Peddell <klightspeed at netspace.net.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |klightspeed at netspace.net.au




--- Comment #13 from Ben Peddell <klightspeed at netspace.net.au>  2009-12-19 11:30:37 ---
(In reply to comment #12)
> Confirmed still present in 1.1.33 with 12 Sky on NTFS-3G.

Does the error occur when the user running wine is set as the owner of the
filesystem using the uid=<uid> option to the mount?

If the error still occurs, then the program is probably re-reading the
permissions, and reporting failure when they don't match.

Under Windows, when a filesystem is incapable of storing or retrieving security
descriptors, it returns STATUS_INVALID_DEVICE_REQUEST.  Making Wine do the same
when the underlying filesystem is incapable of storing the file mode (e.g. vfat
or non-advanced ntfs-3g) should fix this bug.

-- 
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