Log in

View Full Version : Help samba


KernelMad
23rd November 2011, 01:36 PM
alo all.. back again nih dengan pertanyaan hehehehehe (kapan bs jawab pertanyaan orang yak)



gw create samba server buat di mount di server linux juga.. samba share nya ke mount normal.. cm kok ga bisa di write yah.. padahal opsinya writable

ini smb.conf nya


Code:

# Share Folder
[dt1]
comment = Public
path = /mnt/testing
public = yes
writable = yes
read only = no
; create mask = 644
; directory mask =755
browseable = yes
printable = no

nah gw cb mount dari server linux yang lain pake beberapa command berikut

mount -t cifs //samba-server/share-drive -o guest,rw,noperm

mount -t cifs -o guest,rw,noperm //samba-server/share-drive

dan hasilnya


Code:

Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
62G 4.8G 54G 9% /
/dev/sda1 99M 20M 74M 22% /boot
tmpfs 16G 8.0K 16G 1% /dev/shm
//10.2.121.11/dt1 739G 47G 655G 7% /mnt/test

tapi tiap kli mw buat directory atau file slalu ga bisa


Code:

[root@tdmspapp9 mnt]# mkdir /mnt/test/testing
mkdir: cannot create directory `/mnt/test/testing': Permission denied

ada yang bisa bantu ..?? gw cari2 referensi di inet commandnya ud bener deh... klo pake smbfs itu ud ga bisa katanya kan





regard's

</div>