|
我装的是RH8&WIN XP双系统.XP的文件系统为Fat32.XP下面分了C,D,E三个盘,卷标分别为C,D,E.F为光驱.
我的~/.wine/config部分配置如下:
[Drive A]
"Path" = "/mnt/fd0"
"Type" = "floppy"
"Label" = "Floppy"
"Filesystem" = "win95"
"Serial" = "87654321"
[Drive C]
"Path" = "/backup/win-c"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
[Drive D]
"Path" = "/mnt/win-d"
"Type" = "hd"
"Label" = "D"
"Filesystem" = "win95"
[Drive E]
"Path" = "/mnt/win-e"
"Type" = "hd"
"Label" = "E"
"Filesystem" = "win95"
[Drive F]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "F"
"Filesystem" = "win95"
"Device" = "/dev/cdrom"
[Drive G]
"Path" = "${HOME}"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"
[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"
"Temp" = "e:\\"
"Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\"
"Profile" = "c:\\windows\\Profiles\\Administrator"
"GraphicsDriver" = "x11drv"
;"ShowDirSymlinks" = "1"
;"ShowDotFiles" = "1"
"ShellLinker" = "wineshelllink"
在启动wine时有以下错误,请问该如何解决:
[puck@localhost puck]$ /usr/local/wine/bin/wine notepad
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Invalid path L"c:\\windows\\system" for L"system" directory: No such file or directory.
Perhaps you have not properly edited or created your Wine configuration file,
which is (supposed to be) '/home/puck/.wine/config'. |
|