LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   how do i see files with samba (https://www.linuxquestions.org/questions/linux-networking-3/how-do-i-see-files-with-samba-96327/)

thegreatgatsby 09-24-2003 11:25 AM

how do i see files with samba
 
I have installed samba, and it appears to be working as I can see the linux machine on my windows machine.

where do I look on linux for the windows machine?

typed smb in file manage, but directs to google search
have downloaded the documentation, but where is it??
sorry, complete:newbie: downloaded all through YaST & started config with webmin.

thanks

slightcrazed 09-24-2003 11:54 AM

Easiest thing is to just mount the samba share.
as root:
mount -t smbfs //windozemachine/sharedfolder /mnt/win -o username=me,password=mypassword

make sure that the mount point exists (I use /mnt/win on my machine, but you can make it whatever you want).

slight

thegreatgatsby 09-24-2003 02:59 PM

is there a way I can do this with webmin?
tried the above and it didn't like it (didn't accept mount -t)

thanks (i'm using suse 8.2)

I've just successfuly pinged each computer :)

each small step makes me happy when it works!


comtex 09-24-2003 04:00 PM

Ok, that's great. I now was able to mount windows shares, but how do I unmount them?

Thanks.:newbie:

slightcrazed 09-24-2003 04:21 PM

If you mounted them to /mnt/win (like in my example) then just
umount /mnt/win
as root and all is well.

:)

slight

thegreatgatsby 09-25-2003 12:45 AM

it appears that the mount point doesn't exist when typed in above commands

pinging fine
samba appears in workgroup on windows
no connected users seen in webmin (?why)

rather over awed by the complexity of the documentation on web etc. only want home file/print sharing

would like to get it working through webmin, mainly as I have a broken arm and find it slow to type.

any help most gratefully accepted, thanks from a Linux novice.

micxz 09-25-2003 12:59 AM

Did you right-click on the folder and select "share this folder" from the properties?

E.G.
Quote:

mount -t smbfs //windozemachine/sharedfolder /mnt/win -o username=me,password=mypassword
Were "sharedfolder" is shared under windows.


All times are GMT -5. The time now is 06:42 PM.