LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   wheres fake c drive located (https://www.linuxquestions.org/questions/linux-newbie-8/wheres-fake-c-drive-located-149630/)

RichardSimmons 02-23-2004 02:35 PM

wheres fake c drive located
 
hey i installed the fake c drive from frakes cornner
where is the C: files located? if i have to wine somthing installed there thanks =]

qwijibow 02-23-2004 03:06 PM

it will be wherever you put it.
if you didnt specify where to put it, then it will probably be in the default location.

$HOME/.c of the user who performed the install is the usual place.

Mara 02-23-2004 03:59 PM

Its location is configured in Wine configuration file. The file location is usually $HOME/.wine/config, you configure a drive adding section like the one below:
Code:

[Drive C]
"Path" = "/opt/wine"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"

In this case, C: is /opt/wine

RichardSimmons 02-23-2004 04:30 PM

thanks a ton =]


All times are GMT -5. The time now is 07:30 PM.