[Wine] Re: Accessing Windows network from application in Wine

Rico wineforum-user at winehq.org
Fri Feb 13 10:01:33 CST 2009


RichShark wrote:
> I have successfully set up MYOB (accounting software used a lot in Australia) to run with Wine 1.0 (on Ubuntu 8.04 LTS). I now need to be able to access the data file on another PC (Windows XP) via a network which I cannot seem to get to when using the drop down list to find the file - all I can see under 'My Computer' are: C: - fake windows drive, E: - CD drive and Z: - Linux drive.
> 
> I can see the Windows network fine using Ubuntu - Places -> Network. I cannot see my Ubuntu machine from the XP machines.
> 


If I get you right, you have to mount the windows share in ubuntu with somthing like this (probably as root):
#mount -t smbfs "//192.168.0.1/share/" /mnt/local

After that you could run winefile or your app (as user):
$wine winefile
And you should be able to access the folder with Z:\mnt\local .







More information about the wine-users mailing list