How to make the filesystem case-insensitive in Wine 1.3.35 ?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fish47
Newbie
Newbie
Posts: 1
Joined: Sun Jan 15, 2012 3:20 am

How to make the filesystem case-insensitive in Wine 1.3.35 ?

Post by fish47 »

Hi everyone, recently I get crazy about this software, but I came across a little trouble, can you help me? Thank a lot.
It seems that there's no corresponding item that I can do with it in winecfg.
Since my version is 1.3.35, I can't find the configure file like "~/.wine/configure".
So, what's the proper way to solve this problem? Thanks.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: How to make the filesystem case-insensitive in Wine 1.3.

Post by vitamin »

fish47 wrote:How to make the filesystem case-insensitive in Wine 1.3.35 ?
Wine never had a case-sensitive FS. All file lookups are case-insensitive.

What problem are you trying to solve?
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

How to make the filesystem case-insensitive in Wine 1.3.35 ?

Post by jjmckenzie »

On Sun, Jan 15, 2012 at 9:55 AM, vitamin <[email protected]> wrote:
fish47 wrote:
How to make the filesystem case-insensitive in Wine 1.3.35 ?
Wine never had a case-sensitive FS. All file lookups are case-insensitive.
However, the underlying file system might be. I don't know if
ext2/3/4 can be made insensitive or not. The HPS+ file system for
Macs is case insensitive.

James
Frédéric Delanoy

How to make the filesystem case-insensitive in Wine 1.3.35 ?

Post by Frédéric Delanoy »

On Sun, Jan 15, 2012 at 17:55, vitamin <[email protected]> wrote:
fish47 wrote:
How to make the filesystem case-insensitive in Wine 1.3.35 ?
Wine never had a case-sensitive FS. All file lookups are case-insensitive.
http://wiki.winehq.org/CaseInsensitiveFilenames may provide more info on this.
Locked