LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   browsing windows machines in linux machine (https://www.linuxquestions.org/questions/linux-networking-3/browsing-windows-machines-in-linux-machine-73997/)

SSENT12 07-18-2003 10:53 PM

browsing windows machines in linux machine
 
I have problem to connecting windows machines in Linux .Linux
Machine in windows Machines also

Pls help me.

chadtce 07-18-2003 11:13 PM

You have to have samba connection between them installed in your Linux box. Further information about samba you may wanna browse to http://www.samba.org

shellcode 07-18-2003 11:49 PM

windos networking is basically smb/cifs

to browse windows machine CRACK (share Desktop) from linux:
mount -t smbfs //CRACK/Desktop /directory/to/mount
or:
smbclient //CRACK/Desktop

sakeeb 07-19-2003 12:30 AM

can i browse linux partition using samba? how?

when i tried it asks some IPC$ password

Thetargos 07-19-2003 12:47 AM

You must set the proper permissons in the smb.conf file. Alternatively you can install SWAT the webadmin tool to configure your system for Sabma. In a browser's location bar just type: http://localhost:901. Be warned that you first must make sure that SWAT is allowed to connec to localhost. to do so edit the file swat under /etc/xinet.d. Enable SWAT and then just configure your shares.

sickboylives 07-21-2003 12:33 AM

I don't use Samba yet, not quite ready to take that plunge. However, if you are using Linux and want to access a Windows shared folder, you can also open up Mozilla and type in smb://Hostname/ (example: If your Windows machine is named BigRed, typing "smb://BigRed/" minus quotes in Mozilla), which will take you to a listing of all available shares on the machine.

Oddly enough, in my experience you have to be running Gnome to make this work. It will not work on KDE (for me at least). I have not tried the other desktop styles.

This is the method I use to obtain files from my Windows XP machine when on my Linux machine.

Thetargos 07-21-2003 01:05 AM

sickboylives:

smb:///

Yes, you can do it in Gnome in Mozilla or Nautilus, but also if your run KDE, you may do it in Konkeror.

sickboylives 07-21-2003 07:27 PM

That's the oddity, Thetargos. I can indeed type in smb://host/ in either Mozilla or Konquerer under KDE. However, the results are less than stellar, and I cannot quite figure out why.

Under KDE:
In Mozilla, typing smb://host/ just spins its gears. I never recieve a listing of smb shares. Eventually I get a timeout error.

In Konquerer, I obtain a listing of smb shares. However, when attempting to view the contents of any share, it does nothing and eventually gives me a timeout error.

Under Gnome:
While running Gnome, any browser will give me the listing and contents of smb shares no problem whatsoever.

Quite quirky, wouldn't you say? It doesn't bug me, I just log in with the desktop manager as Gnome anytime I need to copy some files from smb locations. But neverhteless, it is odd.

Thetargos 07-21-2003 09:04 PM

I agree, it's odd. I've never seen the problem in RH 9... May be you need to upgrade samba?? the smb:// protocol in samba-common may be buggy in your system.


All times are GMT -5. The time now is 02:15 AM.