Needs info about wine installation
Needs info about wine installation
I was wondering about the installation of wine. Is there a way to determine where the .wine directory will be installed. I have an external HD and was wondering if it was possible to install wine to run on it instead of my internal drive. secondly i was wondering if it was possible to control the size of the .wine directory or if i could find out how it is determined.
Re: Needs info about wine installation
You can't really control where Wine itself is installed (unless you compile it yourself). However ~/.wine directory is Wine's "configuration". Wine is not installed there.dctalk37 wrote:I was wondering about the installation of wine. Is there a way to determine where the .wine directory will be installed. I have an external HD and was wondering if it was possible to install wine to run on it instead of my internal drive. secondly i was wondering if it was possible to control the size of the .wine directory or if i could find out how it is determined.
If you want to move that whole directory out to external harddrive (which CAN NOT be ntfs or fat-32) you have to use WINEPREFIX environment variable. And set it to what you want "~/.wine" be. For example:
Code: Select all
export WINEPREFIX=/media/external_drive/wine
Needs info about wine installation
On Sat, May 10, 2008 at 6:40 PM, dctalk37 <[email protected]> wrote:
- Dan
Yes. See WINEPREFIX.I was wondering about the installation of wine.
Is there a way to determine where the .wine directory will be installed.
I have an external HD and was wondering if it was
possible to install wine to run on it instead of my
internal drive.
Nope.secondly i was wondering if it was possible to
control the size of the .wine directory or if i could find out how it is determined.
- Dan
Needs info about wine installation
On Sat, May 10, 2008 at 8:40 PM, dctalk37 <[email protected]> wrote:
Will tell you how large it is. For controlling the size, you'd have to
do that in your OS itself, and is not for the faint of heart.
$ du - h ~/.winesecondly i was wondering if it was possible to control the size of the .wine directory or if i could find out how it is determined.
Will tell you how large it is. For controlling the size, you'd have to
do that in your OS itself, and is not for the faint of heart.
Needs info about wine installation
Austin English wrote:
The question is WHY would a user want to control the size of the .wine
partition? If it is an issue of space on the /home directory, this
means that the operating system was not installed with best practices.
This may lead to a possible re-installation of the OS.
James McKenzie
Austin:On Sat, May 10, 2008 at 8:40 PM, dctalk37 <[email protected]> wrote:
$ du - h ~/.winesecondly i was wondering if it was possible to control the size of the .wine directory or if i could find out how it is determined.
Will tell you how large it is. For controlling the size, you'd have to
do that in your OS itself, and is not for the faint of heart.
The question is WHY would a user want to control the size of the .wine
partition? If it is an issue of space on the /home directory, this
means that the operating system was not installed with best practices.
This may lead to a possible re-installation of the OS.
James McKenzie
Needs info about wine installation
On Sun, May 11, 2008 at 5:03 PM, James McKenzie
<[email protected]> wrote:
configuring disk quotas is not a Wine issue, and should be handled by
the user/distro support channels.
<[email protected]> wrote:
Agreed, very good question. But reinstallation of the OS andAustin:
The question is WHY would a user want to control the size of the .wine
partition? If it is an issue of space on the /home directory, this means
that the operating system was not installed with best practices.
This may lead to a possible re-installation of the OS.
James McKenzie
configuring disk quotas is not a Wine issue, and should be handled by
the user/distro support channels.
well thanks for the info guys. I'll have to look into wineprefix when i have some spare time. And i was wondering about changing the size of the partition because i only had 8gb of space on my wine partition and ran out of room very fast after i installed World of warcraft on my laptop. But james there was right i did eventually reinstall my os cause i didn't do it right. it was my first attempt and man it was ugly
. Thanks again guys
