LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Viewing Shared Windows files in linux (https://www.linuxquestions.org/questions/linux-software-2/viewing-shared-windows-files-in-linux-63533/)

natesch 06-03-2003 09:13 PM

Viewing Shared Windows files in linux
 
I can view and use files from linux in networking on my xp box and I can copy files from the windows to the linux box. How do I actually see the files I am sharing in windows on the linux box. is there a way to browse to it perhaps? Thanx as always. :)

Nate

manthram 06-03-2003 09:20 PM

you need to mount the shared folders using the samba client on the linux box. 'smbfs' is the command to use in the command prompt.

natesch 06-03-2003 09:30 PM

I typed smbfs in the command promt in linux and it says it cannot find the specified command. I typed in smbclient and it didn't give an error but did not seem to do anything. Am I doing something wrong? thanx

Deathwind 06-03-2003 09:34 PM

Try:
mount -t smbfs //IPofWindowsBox/sharename /local/mountpoint/on/your/linux/system
It might ask you for a pass, but this is the way I mount my Windows shares and it works fine.

natesch 06-03-2003 09:39 PM

Again I apologize for my lack of knowledge but what do I need to enter for my mout point? Don't really understand it all yet! Thanx

manthram 06-03-2003 09:43 PM

it is the directory where you want to mount your windows folders. it can be any directory as long as it there and empty

once you mount it yu can 'cd' into that directory and then you can read all the files you want

natesch 06-03-2003 10:04 PM

OK~After I do that this is the response I get and then it asks for a password.

2473: session request to 192.168.1.100 failed (Called name not present)
2473: session request to 192 failed (Called name not present

The files show up in the folder when I browse to it. However when I try to play one~they are mp3's xmss and the other players do not load them. am I missing something??

angelrod 06-12-2003 11:49 AM

http://www.linuxquestions.org/questi...ighlight=smbfs


All times are GMT -5. The time now is 04:14 AM.