> 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