Le he metido mano al .conf, aunque es el winex ues el winesetuptk, parece que lo ha modifiado sin problemas, pero tp funciona. El .conf ha quedado asi:
WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
;;
;; MS-DOS drives configuration
;;
;; Each section has the following format:
;; [Drive X]
;; "Path"="xxx" (Unix path for drive root)
;; "Type"="xxx" (supported types are 'floppy', 'hd', 'cdrom' and 'network')
;; "Label"="xxx" (drive label, at most 11 characters)
;; "Serial"="xxx" (serial number, 8 characters hexadecimal number)
;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
;; This is the FS Wine is supposed to emulate on a certain
;; directory structure.
;; Recommended:
;; - "win95" for ext2fs, VFAT and FAT32
;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
;; DON'T use "unix" unless you intend to port programs using Winelib !
;; "Device"="/dev/xx" (only if you want to allow raw device access)
;;
[Drive A]
"Type" = "floppy"
"Path" = "/mnt/floppy"
"Label" = "/mnt/floppy"
"Device" = "/dev/floppy/0"
[Drive C]
"Path" = "/home/sito/.transgaming/c_drive"
"Type" = "hd"
"Label" = "/home/sito/.TransGaming_Drive"
"Filesystem" = "win95"
[Drive D]
"Type" = "hd"
"Path" = "/mnt/windows"
"Label" = "/mnt/windows"
"FileSystem" = "win95"
[Drive E]
"Type" = "cdrom"
"Path" = "/mnt/cdrom"
"Label" = "/mnt/cdrom"
"FileSystem" = "win95"
"Device" = "/dev/ide/host0/bus1/target0/lun0/cd"
[Drive F]
"Type" = "cdrom"
"Path" = "/mnt/cdrom2"
"Label" = "/mnt/cdrom2"
"FileSystem" = "win95"
"Device" = "/dev/ide/host0/bus1/target1/lun0/cd"
Haber si veis algun error, gracias.
[Drive G]
"Type" = "cdrom"
"Path" = "/mnt/removable"
"Label" = "/mnt/removable"
"FileSystem" = "win95"
"Device" = "/dev/scsi/host0/bus0/target0/lun0/part1"
[Drive X]
"Type" = "hd"
"Path" = "/tmp"
"Label" = "Tmp Drive"
"FileSystem" = "win95"
[Drive Y]
"Type" = "network"
"Path" = "${HOME}"
"Label" = "Home"
"FileSystem" = "win95"
[Drive Z]
"Type" = "network"
"Path" = "/"
"Label" = "Root"
"FileSystem" = "win95"