frantisekz / rpms / wine

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