Displaying 1 result from an estimated 1 matches for "produksi01".
Did you mean:
produksi
2011 Aug 13
0
use autofs to mount spesific to user home directory
...tpoint will go at /home/binosmb/network,
4. So that if the server have share named "produksi" it will mounted to
/home/binosmb/network/produksi
and my samba server is http://www.turnkeylinux.org/fileserver run on
VirtualBox
Ok, here is my steps (on my box)
A. Testing samba username (produksi01) and password (1234) to mount to
my own (/home/bino/mysmb) directory
bino at bino-desktop:~$ sudo mount -t cifs //192.168.232.2/produksi mysmb
-o username=produksi01,password=1234,rw,uid=bino
bino at bino-desktop:~$ pwd
/home/bino
bino at bino-desktop:~$ more mysmb/produksi.txt
hello world
bino...