#mount a samba share
#read the manpage for smbclient.  
#I think smbmount is deprecated? 
mount -t smb //myserver/myshare /mnt

#list samba share info
#you may need to append -I my_servers_ip
#or setup a /etc/lmhosts file to do this...
smbclient -L myserver

The gui's have various programs for browsing "network shares" as well,
but I doubt that's what you're looking for.

At 10:34 AM 2/19/2001 -0800, Rob Hudson <[EMAIL PROTECTED]> wrote:
>'Lo all -
>
>We just set up a debian box here at work to ask as a samba server to
>share files.  Samba is working good and all the windo~1 boxes can see
>it just fine.
>
>I'm curious what kind of programs for Linux there are to see samba
>servers and get at the drives.  I have an account on the box so I can
>just ssh/scp from it, but it would be nicer to be able use it in a
>more easy way (can I mount it?).
>
>
>Thanks,
>Rob
>

Reply via email to