LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   mounting and browsing network (https://www.linuxquestions.org/questions/linux-networking-3/mounting-and-browsing-network-575294/)

konfigure 08-07-2007 04:17 AM

mounting and browsing network
 
hello,
I want to mount and browse a shared folder in my network
I dont really know much about samba or else,

I already make a folder in /mnt/net
can anyone give me how to mount it in command line?

livetoday 08-07-2007 04:59 AM

try this:

smbmount //192.168.1.1/shared_folder /mnt/mount_point -o username=valid_user

(make sure samba-client is installed.)

konfigure 08-07-2007 06:37 AM

thanks, thats really works

but I got one question:
what is the different between mounting it to a mount point and using smb://ipaddress like in konqueror?

IBall 08-07-2007 06:56 AM

AFAIK, they are very much the same, the only difference is that Konqueror mounts the share in a temporary location.

--Ian


All times are GMT -5. The time now is 11:09 PM.