[Wine] Re: UNC Mapping with WINE

DanKegel wineforum-user at winehq.org
Fri Oct 17 11:20:32 CDT 2008


mitchman333 wrote:
> I have 5 Wintel machines that all UNC map over to my Ubuntu server (\\Ubuntu\M-Music\) for my MediaMonkey application....
> 
> I am trying to configure WINE to have the same UNC mapping structure on my Linux machine (eg. \Ubuntu\M-Music\) so I can share a common SQLite database throughout the network. ...
> 


This is http://bugs.winehq.org/show_bug.cgi?id=425
You may be able to get at least part of what you want by following the recipe in comment #9 of that bug report, e.g.


Code:

$ sudo apt-get install smbfs
$ sudo gedit /etc/hosts (and add entry for name of windows machine 'ubuntu')
$ smbmount -L ubuntu (and verify the expected share is visible)
$ sudo mount -t smbfs //ubuntu/m-music /mnt
$ cd $HOME/.wine/dosdevices/
$ mkdir -p unc/ubuntu
$ ln -s /mnt unc/ubuntu/m-music










More information about the wine-users mailing list