Re: UNC Mapping with WINE

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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









[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux