TWiki home TWiki > ECSEIT > SMBMountLinux TWiki webs:
Main | TWiki | Know | Sandbox
ECSEIT . { Changes | Index | Search | Go }

Sample internal network mount (as used for testing)

[root@ecse-web /]# mount -t smbfs -o username=visitor1,ip=192.168.200.47,workgro
up=ecse //192.168.200.47/homedir /mnt/ecses
25719: session request to 192.168.200.47 failed (Called name not present)
25719: session request to 192 failed (Called name not present)
Password:
[root@ecse-web /]# cd /mnt/ecses/
[root@ecse-web ecses]# ls
[root@ecse-web ecses]# cd visitor1
[root@ecse-web visitor1]# ls
Krister_Engberg-LTU  PUTTY.RND
[root@ecse-web visitor1]# cd /
[root@ecse-web /]# umount /mnt/ecses

PROPER way of doing it - use ecse-cluster for IP, and ecse-cluster for share:

[root@linuxonsubnet136 /]# mount -t smbfs -o username=visitor1,ip=ecse-cluster,workgro
up=ecse //ecse-cluster/homedir /mnt/ecses
Password:
[root@linuxonsubnet136 /]# cd /mnt/ecses/
[root@linuxonsubnet136 ecses]# ls
[root@linuxonsubnet136 ecses]# cd visitor1
[root@linuxonsubnet136 visitor1]# ls
Krister_Engberg-LTU  PUTTY.RND
[root@linuxonsubnet136 visitor1]# cd /
[root@linuxonsubnet136 /]# umount /mnt/ecses

-- DanGrimm - 08 Dec 2004

Phil will verify the above -- PhilHuynh - 19 Jan 2005

Topic SMBMountLinux . { Edit | Attach | Ref-By | Printable | Diffs | r1.2 | > | r1.1 | More }
Revision r1.2 - 19 Jan 2005 - 23:53 GMT - PhilHuynh
Parents: WebHome
Copyright © 1999-2003 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback.