f8764d0
Wine directory structure used in Fedora Linux:
f8764d0
==============================================
28faa8b
f8764d0
${HOME}/.wine/drive_c is the root directory (aka C: drive) wine looks for it 
f8764d0
by default. It is created with (empty) C:\windows and C:\windows\system
28faa8b
directories, needed to operate Wine without an existing Windows
f8764d0
installation, if it does not already exist.
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
f8764d0
${HOME}/.wine/dosdevices/c: to point to /mnt/windows-c instead of the
28faa8b
defaults set by installation.
28faa8b
f8764d0
If you do this, you can safely remove ${HOME}/.wine/drive_c.
f8764d0
(Alternatively, just mount your Windows partition to ${HOME}/.wine/drive_c.)
f8764d0
f8764d0
Wine bugs:
f8764d0
==========
f8764d0
If you find a bug, please take the time to move your ${HOME}/.wine directory
f8764d0
someplace and try with a fresh version (like mv ${HOME}/.wine{,-save}). If the
f8764d0
bug is still there look trough https://bugzilla.redhat.com and see if the bug
f8764d0
is already reported. In case it is not please report it.