LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Finding a computer in a Windows network. (https://www.linuxquestions.org/questions/linux-newbie-8/finding-a-computer-in-a-windows-network-366256/)

Hekdiesel 09-23-2005 08:58 AM

Finding a computer in a Windows network.
 
I have a Linux (Slack 10.2) machine connected to a Windows network. The computer I want to get to is within domain "domain1".

So, my question is, how do I go about accessing the shared files on this computer?

b0nd 09-23-2005 09:47 AM

to access windows machine from yr linux box you will have to configure "samba" on your linux machine

regards

phil.d.g 09-23-2005 09:59 AM

if you have samba installed you should be able to connect to the share as follows:
Code:

mount -t smbfs -o username=win_user,password=win_pass,workgroup=domain //win_computer/share /mnt/somewhere


All times are GMT -5. The time now is 03:00 PM.