I have a Linux machine in a network which has several windows
machines. Is it possible to browse through the shared folders of the windows machines from Linux?
you have to mount the windows share you need to connect to.
Example:
create the directory /mnt/samba on your linux box
to connect to the share called 'open' on a windows box called 'hydra' with ip address 192.168.0.1 you would do this
mount -t smbfs -o ip=192.168.0.1,username=valid_username,password=valid_password //hydra/open /mnt/samba
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.