smbclient를 이용한 디렉토리 생성이 안됩니다.

kkuru의 이미지

공유 디렉토리는

[print$]
    comment = Printer Drivers
    path = /usr/share/cups/drivers
    #path = /etc/samba/drivers
    browseable = yes
    guest ok = no
    read only = yes
    write list = root, @mousetrap

접속 까지는 되는데 아래와 같이 되네요.=_=;;

root@mousetrap:/usr/share/cups# smbclient //server/print\$ -N -U'root%1234'
Domain=[MOUSETRAP] OS=[Unix] Server=[Samba 3.0.9]
smb: \> mkdir test
NT_STATUS_NETWORK_ACCESS_DENIED making remote directory \test
Stand Alone Complex의 이미지

쥐뿔도 모르지만
read only = yes

read only = no
로 한번 해보심이..

RET ;My life :P