28faa8b
Wine directory structure used in Fedora Core Linux:
28faa8b
===================================================
28faa8b
28faa8b
\${HOME}/.wine/drive_c is the root directory (aka C: drive) wine looks for by
28faa8b
default. It is created with (empty) C:\windows and C:\windows\system
28faa8b
directories, needed to operate Wine without an existing Windows
28faa8b
installation, if it doesn't already exists.
28faa8b
28faa8b
If you want to use Wine with an existing Windows installation that is
28faa8b
mounted, for example, in /mnt/windows-c, change the symlink
28faa8b
\${HOME}/.wine/dosdevices/c: to point to /mnt/windows-c instead of the
28faa8b
defaults set by installation.
28faa8b
28faa8b
If you do this, you can safely remove \${HOME}/.wine/drive_c.
28faa8b
(Alternatively, just mount your Windows partition to \${HOME}/.wine/drive_c.)