|
Mounting
ke Folder Share di Windows (Mapping)
Spt yg sudah diketahui,
mounting bisa dilakukan oleh user biasa (tidak
harus root) dengan step2 spt ini:
# chmod -s /bin/mount
# chmod -s /bin/umount
# chmod -s /usr/bin/smbmount
# chmod u+s /usr/bin/smbmnt
# chmod u+s /usr/bin/smbumount
User bisa mounting
(temporary):
$ mkdir /home/pwruser/winshare
Utk Win2000:
$ mount -t smbfs -o username=pwruser //komputer_target/folder_yg_dishare
/home/pwruser/winshare
Password: (isi dgn password pwruser)
Utk Win98:
$ mount -t smbfs //komputer_target/folder_yg_dishare /home/pwruser/winshare
Password: (isi dgn password share di Win98)
--
Dgn xftree (xfsamba),
mounting akan otomatis ke /tmp/xfsamba/folder, jadi root harus lakukan
ini sebelumnya:
# chmod o+w /tmp/xfsamba
barulah mounting
bisa dilakukan oleh user.
May'2004
|