shandd 发表于 2003-6-17 03:13:18

wine安装中的一点问题:)

我装的是RH8&WIN XP双系统.XP的文件系统为Fat32.XP下面分了C,D,E三个盘,卷标分别为C,D,E.F为光驱.
我的~/.wine/config部分配置如下:

"Path" = "/mnt/fd0"
"Type" = "floppy"
"Label" = "Floppy"
"Filesystem" = "win95"
"Serial" = "87654321"


"Path" = "/backup/win-c"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"


"Path" = "/mnt/win-d"
"Type" = "hd"
"Label" = "D"
"Filesystem" = "win95"


"Path" = "/mnt/win-e"
"Type" = "hd"
"Label" = "E"
"Filesystem" = "win95"


"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "F"
"Filesystem" = "win95"
"Device" = "/dev/cdrom"


"Path" = "${HOME}"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"


"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时有以下错误,请问该如何解决:
$ /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'.

xliulu 发表于 2003-6-17 08:35:18


"Path" = "/backup/win-c"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
你确信你的c:盘是在/backup/下?

shandd 发表于 2003-6-17 12:14:11

是这样的,我是按照一篇有关wine的配置的文章来做的.其中有关内容如下:


建议:不要将 c: 指向一个存在的真实 windows 盘,而是自己建立一个 “假”的,比如,你想在 /backup/c_drive 下建立一个虚拟 windows 的 c 盘,则执行如下命令(执行以下命令一般需要root 权限)

mkdir /backup/c_drive

cd /backup/c_drive

mkdir -p windows windows/Start\ Menu \
windows/Start\ Menu/Programs windows/Fonts windows/system32 windows/Desktop
ln -s /windows/system32 windows/system


于是我便依葫芦画瓢,建了一个/backup/win-c.
:idea: 我会去试一试将c:指向真实的windows的c盘.

shandd 发表于 2003-6-17 13:38:26

将c:指向真实的windows的c盘后,问题解决了.但是我想用wine来运行金山词霸,不是得复制一些文件到虚拟的c:盘下去吗?现在怎么办呢? :shock:
页: [1]
查看完整版本: wine安装中的一点问题:)