Hi all! I've tried for three hours to find where winecfg keeps the path of the fake drives; oppositely to what the documentation says, is not in the registry. Can please someone help me? (i need to create a fake drive just for an application and then remove it; i could do it with a bash script if i find the config file for that...) Cheers, Stefano
> I've tried for three hours to find where winecfg keeps the path of the fake > drives; oppositely to what the documentation says, is not in the registry. > Can please someone help me? (i need to create a fake drive just for an > application and then remove it; i could do it with a bash script if i find > the config file for that...) >dosdevices john at jmd0 ~/.wine/dosdevices $ ls -al total 8 drwxr-xr-x 2 john john 4096 Sep 18 2010 . drwxr-xr-x 4 john john 4096 Feb 2 08:02 .. lrwxrwxrwx 1 john john 10 Aug 14 2009 c: -> ../drive_c lrwxrwxrwx 1 john john 10 Aug 14 2009 d: -> /home/john lrwxrwxrwx 1 john john 1 Aug 14 2009 e: -> / lrwxrwxrwx 1 john john 9 Sep 24 2009 f:: -> /dev/sdg1 lrwxrwxrwx 1 john john 10 Aug 14 2009 z:: -> /dev/cdrom Looks like my link to the cdrom is messed up on the default profile. Ignore that. John
Spazzatura.Live wrote:> I've already tried to create a new symlink and to remove the existing > ones, but it does not affect wine... When i run winecfg it brings me all > back to the previous configuration.It shouldn't, and doesn't here. Just a thought: do you have more than one wineprefix, and if so, are you sure the wineprefix where you created the symlinks is the same one you ran winecfg for? Also, what version of Wine are you using? If it's not the latest development release, upgrade.