how do you point the c drive to a physical drive?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
dharkus
Level 1
Level 1
Posts: 5
Joined: Thu Jan 08, 2009 1:21 pm

how do you point the c drive to a physical drive?

Post by dharkus »

how do you point the c drive to a physical drive?
i am currently dual booting xp and ubuntu on a machine with a 400GB HDD but my ubuntu filesystem is currently 10GB which is nowhere near big enough to install anything within the wine directory - is it possible to point the wine c drive to my xp drive named system which i am mounting automatically each time the system starts as this has my xp program files in in
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: how do you point the c drive to a physical drive?

Post by dimesio »

dharkus wrote:how do you point the c drive to a physical drive?
i am currently dual booting xp and ubuntu on a machine with a 400GB HDD but my ubuntu filesystem is currently 10GB which is nowhere near big enough to install anything within the wine directory - is it possible to point the wine c drive to my xp drive named system which i am mounting automatically each time the system starts as this has my xp program files in in
http://wiki.winehq.org/FAQ#head-497f1a2 ... 2c7767afa2
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

how do you point the c drive to a physical drive?

Post by austin987 »

On Thu, Jan 8, 2009 at 12:27 PM, dharkus <[email protected]> wrote:
how do you point the c drive to a physical drive?
i am currently dual booting xp and ubuntu on a machine with a 400GB HDD but my ubuntu filesystem is currently 10GB which is nowhere near big enough to install anything within the wine directory - is it possible to point the wine c drive to my xp drive named system which i am mounting automatically each time the system starts as this has my xp program files in in





Don't do this:
http://wiki.winehq.org/FAQ#head-497f1a2 ... 2c7767afa2

--
-Austin
dharkus
Level 1
Level 1
Posts: 5
Joined: Thu Jan 08, 2009 1:21 pm

Post by dharkus »

ok then if i can't point it to my xp drive can i point it somewhere other than my ubuntu filesystem? -such as an arbitrary folder on that drive or elsewhere
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

dharkus wrote:ok then if i can't point it to my xp drive can i point it somewhere other than my ubuntu filesystem? -such as an arbitrary folder on that drive or elsewhere
There are lots of reasons why this exact thing is not allowed from winecfg.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

how do you point the c drive to a physical drive?

Post by austin987 »

On Thu, Jan 8, 2009 at 2:21 PM, dharkus <[email protected]> wrote:
ok then if i can't point it to my xp drive can i point it somewhere other than my ubuntu filesystem? -such as an arbitrary folder on that drive or elsewhere





Theoretically, yes, but you may get errors related to using an NTFS
filesystem. Most of those have been fixed on their end, but there may
be more...

--
-Austin
dharkus
Level 1
Level 1
Posts: 5
Joined: Thu Jan 08, 2009 1:21 pm

Post by dharkus »

why would i get different errors from the ones i would get atm cause my ubuntu filesystem is on the HDD that i want to move the c drive on wine to - it's just that my ubuntu filesystem is restricted to 10GB as that's what i set it to when i originally started it
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

how do you point the c drive to a physical drive?

Post by austin987 »

On Thu, Jan 8, 2009 at 2:38 PM, dharkus <[email protected]> wrote:
why would i get different errors from the ones i would get atm cause my ubuntu filesystem is on the HDD that i want to move the c drive on wine to - it's just that my ubuntu filesystem is restricted to 10GB as that's what i set it to when i originally started it





Are you using the wubi installer?

--
-Austin
dharkus
Level 1
Level 1
Posts: 5
Joined: Thu Jan 08, 2009 1:21 pm

Post by dharkus »

yeh i am
IneedAname

how do you point the c drive to a physical drive?

Post by IneedAname »

On Thu, 08 Jan 2009 12:27:19 -0600
"dharkus" <[email protected]> wrote:
how do you point the c drive to a physical drive?
i am currently dual booting xp and ubuntu on a machine with a 400GB HDD but my ubuntu filesystem is currently 10GB which is nowhere near big enough to install anything within the wine directory - is it possible to point the wine c drive to my xp drive named system which i am mounting automatically each time the system starts as this has my xp program files in in
Doing that will kill your windows install. if you do that the only way to fix it. is to reinstall windows. Read the FAQ!
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Post by oiaohm »

Can you resize the wubi loopback file? That would be my first port of call.

Only way I have ever done anything like this safe is create a new loopback file formated with ext3. Yes basically a partition inside a partition.

We have made moving wine drive C hard for very good reasons. Until you can do either above moving wine drive C is not safe.

Major issue you have is items installed in wine should not be mixed with Windows it is asking for trouble. Also NTFS is not supported enough. Yes there is a limitation on how much support Linux can do on NTFS before it starts breaking windows.
dharkus
Level 1
Level 1
Posts: 5
Joined: Thu Jan 08, 2009 1:21 pm

Post by dharkus »

so how do u do this ext3 thing?
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Post by oiaohm »

https://wiki.ubuntu.com/WubiGuide#How%2 ... al%20disks?

Turns out instructions to resize stuff is in the Wubi guide with Ludi scroll down until you get to the resize bits. Even to create new loop backs are in the dharkus. Reading the manual is normally faster in time than asking how.
Locked