Results 1 to 2 of 2
Hello !!!
I'd like to try a system in Ubuntu Linux using WINE. The system works under windows xp. The system uses a network drive x: connected to \server\folder. How ...
- 10-30-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 1
Mapping network drives
Hello !!!
I'd like to try a system in Ubuntu Linux using WINE. The system works under windows xp. The system uses a network drive x: connected to \\server\folder. How can I create that drive?
Thanks.
- 10-30-2006 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
I believe you can just create a symlink in your wine folder to the location. First connect the drive using smbmount or whichever tool you normally use. If it is mounted at /mnt/drive_x then try this
You may need to further set this up in winecfg.Code:ln /mnt/drive_x ~/.wine/x


Reply With Quote
