CONFIGURE LAN IN WINE

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Woodlo
Newbie
Newbie
Posts: 1
Joined: Thu Apr 16, 2009 3:43 am

CONFIGURE LAN IN WINE

Post by Woodlo »

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...
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: CONFIGURE LAN IN WINE

Post by vitamin »

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?
Mount that remote share with Samba (cifs). Then start winecfg and map that mount to a drive.

If this program really wants s: drive, you can map this manually with:

Code: Select all

ln -s /mnt/server_mount ~/.wine/dosdevices/s:
Danila Sentiabov

CONFIGURE LAN IN WINE

Post by Danila Sentiabov »

On Thu April 16 2009 13:14:49 Woodlo wrote:
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...
I think the main thing you should do has nothing to do with Wine.
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
Locked