Hello! I'm an italian boy and i try using linux and wine in my office.
I use Ubuntu 8.04 and I have succesfully installed Dassault System CATIA V5 R18 on my Acer Travelmate 5720. My problem is configure LAN disk for save file into server... In MS windows with CATIA I save all file in S: (where S: is \\server\directory)
In wine how do I configure this setting?
Excuse me for my bad english...
CONFIGURE LAN IN WINE
Re: CONFIGURE LAN IN WINE
Mount that remote share with Samba (cifs). Then start winecfg and map that mount to a drive.Woodlo wrote:My problem is configure LAN disk for save file into server... In MS windows with CATIA I save all file in S: (where S: is \\server\directory)
In wine how do I configure this setting?
If this program really wants s: drive, you can map this manually with:
Code: Select all
ln -s /mnt/server_mount ~/.wine/dosdevices/s:
CONFIGURE LAN IN WINE
On Thu April 16 2009 13:14:49 Woodlo wrote:
Mount your windows share to some directory in the file system (google for
mount.cifs command). Make sure that it works.
Then just bind that directory to drive S: through winecfg (this is the only
part that involves Wine itself).
--
Best regards,
Danila Sentiabov aka dsent
I think the main thing you should do has nothing to do with Wine.Hello! I'm an italian boy and i try using linux and wine in my office.
I use Ubuntu 8.04 and I have succesfully installed Dassault System CATIA V5
R18 on my Acer Travelmate 5720. My problem is configure LAN disk for save
file into server... In MS windows with CATIA I save all file in S: (where
S: is \\server\directory) In wine how do I configure this setting?
Excuse me for my bad english...
Mount your windows share to some directory in the file system (google for
mount.cifs command). Make sure that it works.
Then just bind that directory to drive S: through winecfg (this is the only
part that involves Wine itself).
--
Best regards,
Danila Sentiabov aka dsent