Ho un problemino riguardo Wine 20050524. Ho installato sia wine che winesetuptk (per editare ~$HOME/.wine/config graficamente):
Intanto vi mostro la mia configurazione hardware con /etc/fstab:
Codice: Seleziona tutto
Fr4NkiR@nixlab:~$ cat /etc/fstab
/dev/hda3 swap swap defaults 0 0
/dev/hda2 / ext2 defaults 1 1
/dev/hda1 /mnt/windows ntfs noauto,users,umask=000 1 0
/dev/hdb1 /mnt/download ntfs noauto,users,umask=000 1 0
/dev/cdrom /mnt/cdrom iso9660 noauto,users,rw,umask=000 0 0
/dev/fd0 /mnt/floppy auto noauto,users,rw,umask=000 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
none /proc/bus/usb usbfs defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
Fr4NkiR@nixlab:~$
1) hda1 (windows xp - fs:ntfs)
2) hda2 (slack)
3) hda3 (swap)
e poi il secondo (hdb) è solamente un hdd vuoto:
1)hdb1 (vuoto - fs:ntfs)
il problema è che dopo la configurazione che faccio con winesetuptk, wine non riesce a funzionare bene dandomi quest'errore:
Codice: Seleziona tutto
Warning: the specified Windows directory L"C:\\Windows" is not accessible.
Warning: the specified System directory L"C:\\Windows\\System" is not accessible.
vi pasto la parte del config di wine riguardo le partizioni:
Codice: Seleziona tutto
[Drive A]
"Path" = "/mnt/floppy"
"Type" = "floppy"
"Label" = "Floppy"
"Device" = "/dev/fd0"
[Drive C]
"Path" = "/mnt/windows"
"Type" = "hd"
"Device" = "/dev/hda1"
"Filesystem" = "win95"
[Drive D]
"Path" = "/mnt/download"
"Type" = "hd"
"Device" = "/dev/hdb1"
"Filesystem" = "win95"
[Drive F]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "/mnt/cdrom"
[Drive X]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"
[Drive Y]
"Path" = "%HOME%"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"
[Drive Z]
"Path" = "/"
"Type" = "hd"
"Label" = "Root"
"Filesystem" = "win95"
[wine]
"Windows" = "C:\\Windows"
"System" = "C:\\Windows\\System"
"Temp" = "X:\\"
"Path" = "C:\\Windows;C:\\Windows\\System;C:\\Windows\\System32;X:\\;X:\\test;Y:\\"
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
;"ShowDotFiles" = "1"
"ShellLinker" = "wineshelllink"



