[Wine]Re: SAMBA share as drive under wine?

Tony Lambregts tony.lambregts at gmail.com
Thu Mar 10 22:34:01 CST 2005


Steve Nospam wrote:
> I have Quicken 2000 running but the data I want to
> access is on a SAMBA share.  I can access the
> directory from a shell prompt without problem.
> 
> The .wine config for the drive is:
> [Drive W]
> "Path" = "/mnt/dell-laptop/CDrive/"
> "Type" = "network"
> "Device" = ""
> "Filesystem" = "win95"
> 
> I have tried both type=network and type=hd.
> 
> all of the drives except W show up on the drop down
> menu in Quicken.
> 
> Does anyone know how I can configure this?
> 
The config file is no logger used to for drive mapping. You need to create a 
symbolic link to it in you ~/.wine/dosdevices directory. like so:

ln -s "/mnt/dell-laptop/CDrive/" "w:"

The quotes around the "w:" are needed because of the ":". they are also needed 
if there is a space in the directory path so I show both with quotes ;)


--

Tony Lambregts




More information about the wine-users mailing list