LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Wine, samba and windows 98SE (https://www.linuxquestions.org/questions/linux-networking-3/wine-samba-and-windows-98se-14264/)

zhenwu 02-14-2002 12:57 PM

Wine, samba and windows 98SE
 
I am currently running RH7.2 and I've got Samba working to the point where I can print from my win98 machine to my Linux box.

What I need now is to be able to run windows apps through Samba using wine.

I have set up file sharing in my windows box, but can't seem to 'share' it out when I right click on the c: drive, share isn't an option to choose. I also can not make sense of the man smbmount pages, it seems to go around in circles.

If someone could give me step by step instructions I would be extremely grateful.

setup:
firewall, then behind it:

linux box (IP: 192.168.0.1)
win box (IP 192.168.0.2)

Thank you in advance.

microchip21 02-14-2002 09:25 PM

Just an idea
 
Try using smbmount to mount the windows share to your linux computer.
To do this type in the following command:
mount -t smbfs -o username=Yourname //Yourmountpath /yourmount point

For example on my computer you would type:
mount -t smbfs -o username=Aaron //Arnt/ARNT_C /mnt/arnt

Now when you look at the folder, /mnt/arnt it has the contents of my network share drive.

After that, Edit your wine config file and add another drive to it, the one with the mount point you specified.

Hope I helped you a little bit,
Aaron

Scotty2435 02-14-2002 10:56 PM

on the windows box you should go to control panels networking and click enable file and print sharing.

zhenwu 02-14-2002 11:15 PM

Yeah, thanks. I have set up file and print sharing in win98SE. It's just that, IIRC, I should have a 'sharing' option when right-clicking a drive or folder, and I don't for some reason.

I guess this is more of a windows issue, but god knows I'll never get support from Microsoft.


All times are GMT -5. The time now is 02:17 PM.