RE: [PATCH] [RFC] Make drive C always a "Local disk"

2009-03-10 Thread Ben A L Jemmett
Scott Ritchie wrote: > Francois Gouget wrote: > > It has been abundantly proven that the system drive is not always the c: > > drive on Windows (via comments and our conformance test results). So > > it is not Wine's place to force the user to use c: as the system drive. > > It is on vista though

Re: [PATCH] [RFC] Make drive C always a "Local disk"

2009-03-09 Thread Scott Ritchie
Francois Gouget wrote: > On Sun, 8 Mar 2009, Ben Klein wrote: > >> This patch should fix 17619 for new wineprefixes and other cases where C: is >> created. The logic is that C: should never be registered as a network share, >> which is the issue in 17619. It was suggested as a response to a previo

Re: [PATCH] [RFC] Make drive C always a "Local disk"

2009-03-09 Thread Ben Klein
2009/3/9 Francois Gouget : > On Sun, 8 Mar 2009, Ben Klein wrote: > >> This patch should fix 17619 for new wineprefixes and other cases where C: is >> created. The logic is that C: should never be registered as a network share, >> which is the issue in 17619. It was suggested as a response to a pre

Re: [PATCH] [RFC] Make drive C always a "Local disk"

2009-03-09 Thread Francois Gouget
On Sun, 8 Mar 2009, Ben Klein wrote: > This patch should fix 17619 for new wineprefixes and other cases where C: is > created. The logic is that C: should never be registered as a network share, > which is the issue in 17619. It was suggested as a response to a previous > patch > that this should

Re: [PATCH] [RFC] Make drive C always a "Local disk"

2009-03-08 Thread Ben Klein
2009/3/9 Scott Ritchie : > Ben Klein wrote: >> 2009/3/8 Scott Ritchie : >>> David Gerard wrote: 2009/3/8 King InuYasha : > Drive C: is not necessarily the truly central drive. I have seen Windows > installs that installed on D: and have C: as a permanently mounted network > sh

Re: [PATCH] [RFC] Make drive C always a "Local disk"

2009-03-08 Thread Steve Brown
On Sun, 8 Mar 2009, David Gerard wrote: 2009/3/8 King InuYasha : Drive C: is not necessarily the truly central drive. I have seen Windows installs that installed on D: and have C: as a permanently mounted network share. To assume that drive C: is always what it is... is blasphemy. However, Win

Re: [PATCH] [RFC] Make drive C always a "Local disk"

2009-03-08 Thread Scott Ritchie
Ben Klein wrote: > 2009/3/8 Scott Ritchie : >> David Gerard wrote: >>> 2009/3/8 King InuYasha : >>> Drive C: is not necessarily the truly central drive. I have seen Windows installs that installed on D: and have C: as a permanently mounted network share. To assume that drive C: is al

Re: [PATCH] [RFC] Make drive C always a "Local disk"

2009-03-08 Thread Paul Chitescu
On Sunday 08 March 2009 02:43:43 King InuYasha wrote: > Drive C: is not necessarily the truly central drive. I have seen Windows > installs that installed on D: and have C: as a permanently mounted network > share. To assume that drive C: is always what it is... is blasphemy. > However, Wine does m

Re: [PATCH] [RFC] Make drive C always a "Local disk"

2009-03-08 Thread King InuYasha
Also, Drive A: and B: can be used for network shares if you don't have a floppy drive, but this will break floppy drive support. In general, it isn't a good idea to allow Drive A: to be a network share, but since few modern machines have a 5 1/4" floppy drive anymore, Drive B: is up for grabs as a

Re: [PATCH] [RFC] Make drive C always a "Local disk"

2009-03-08 Thread King InuYasha
It is definitely possible for Drive C: to be a network share on all versions of Windows starting from Windows 95. This does not exempt Windows XP/Vista/2k3/2k8. In fact, a public library in Indiana that I used to go to before I moved has all their machines set up this way. It takes a LOT of tweakin

Re: [PATCH] [RFC] Make drive C always a "Local disk"

2009-03-08 Thread Ben Klein
2009/3/8 Scott Ritchie : > David Gerard wrote: >> 2009/3/8 King InuYasha : >> >>> Drive C: is not necessarily the truly central drive. I have seen Windows >>> installs that installed on D: and have C: as a permanently mounted network >>> share. To assume that drive C: is always what it is... is bla

Re: [PATCH] [RFC] Make drive C always a "Local disk"

2009-03-08 Thread Scott Ritchie
David Gerard wrote: > 2009/3/8 King InuYasha : > >> Drive C: is not necessarily the truly central drive. I have seen Windows >> installs that installed on D: and have C: as a permanently mounted network >> share. To assume that drive C: is always what it is... is blasphemy. >> However, Wine does m

Re: [PATCH] [RFC] Make drive C always a "Local disk"

2009-03-07 Thread Austin English
On Sat, Mar 7, 2009 at 6:18 PM, Ben Klein wrote: > This patch should fix 17619 for new wineprefixes and other cases where C: is > created. The logic is that C: should never be registered as a network share, > which is the issue in 17619. It was suggested as a response to a previous > patch > that

Re: [PATCH] [RFC] Make drive C always a "Local disk"

2009-03-07 Thread David Gerard
2009/3/8 King InuYasha : > Drive C: is not necessarily the truly central drive. I have seen Windows > installs that installed on D: and have C: as a permanently mounted network > share. To assume that drive C: is always what it is... is blasphemy. > However, Wine does make this assumption, and pro

Re: [PATCH] [RFC] Make drive C always a "Local disk"

2009-03-07 Thread King InuYasha
Drive C: is not necessarily the truly central drive. I have seen Windows installs that installed on D: and have C: as a permanently mounted network share. To assume that drive C: is always what it is... is blasphemy. However, Wine does make this assumption, and probably the patch would be appropria

[PATCH] [RFC] Make drive C always a "Local disk"

2009-03-07 Thread Ben Klein
This patch should fix 17619 for new wineprefixes and other cases where C: is created. The logic is that C: should never be registered as a network share, which is the issue in 17619. It was suggested as a response to a previous patch that this should be relative to %SYSTEM% or something along those