[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: wine
- From: William John Murray <w murray rl ac uk>
- To: Fedora-List <fedora-list redhat com>
- Subject: Re: wine
- Date: Wed, 28 Jan 2004 18:23:45 +0000
> How do I map a drive letter or create a drive letter and mount a
windoze
> share to it using wine?
For me, I have a line in /etc/fstab
//server/murray$ /mnt/smb/murray smbfs username=Fake/Domain%Fake,uid=murray 0 0
then an entry in .wine/config
[Drive H]
"Path" = "/mnt/smb/murray"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
This works, but I am not happy about the password lying around in /etc/fstab. But
I could not get the hidden-password-file stuff working
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]