[root@whatsup /]# mount -t smbfs -o rw,username=name,password=pass //192.168.0.2/backup /mnt/backup/ [root@whatsup /]# cd /mnt/backup/ [root@whatsup backup]# mkdir 1 mkdir: cannot create directory `1': Permission denied [root@whatsup backup]#
> Wednesday, January 09, 2002, 3:58:25 PM, you wrote: > > ta> guys, > > ta> samba server : samba-2.2.1a-15mdk, > ta> this is mandrake 8.1 . (both client&server) > > ta> this is the smb.conf (server): > > ta> > --------------------------------------------------------------------------- >---------------------------------------- ta> # Global parameters > ta> [global] > ta> workgroup = MDKGROUP > ta> server string = Samba Server %v > ta> security = SHARE > ta> encrypt passwords = Yes > ta> log file = /var/log/samba/log.%m > ta> max log size = 50 > ta> socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > ta> printcap name = lpstat > ta> dns proxy = No > ta> printing = cups > ta> security = share > > ta> [homes] > ta> comment = Home Directories > ta> read only = No > ta> browseable = No > > ta> [printers] > ta> comment = All Printers > ta> path = /var/spool/samba > ta> create mask = 0700 > ta> guest ok = Yes > ta> printable = Yes > ta> print command = lpr-cups -P %p -o raw %s -r # using client > side ta> printer drivers. > ta> lpq command = lpstat -o %p > ta> lprm command = cancel %p-%j > ta> browseable = No > > ta> [backup] > ta> comment = backup share > ta> path = /home/tal/backup/ > ta> guest ok = Yes > ta> writeable = Yes > ta> browseable = Yes > ta> read only = No > > ta> > --------------------------------------------------------------------------- >---------------------------------------- > > ta> the mount command : > > ta> mount -t smbfs -o username=root,password=root_passwd > //192.168.0.2/backup ta> /mnt/backup/ > > ta> the volume mounts ok, but permition denied for (rw) , only (ro) : > > ta> [root@whatsup backup]# mkdir test > ta> mkdir: cannot create directory `test': Permission denied > ta> [root@whatsup backup]# > > > ta> what am i missing here ? > > > You have 2 "security=" lines, remove one. Making it to security=user > may help ( not sure ) > > You may need to add rw to the mount options. (-o rw, ..) > > I prefer smbmount, not much different, but may be a bit. > > Onur Kucuk > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com -- ----------------------------------- _|_|_ Best Regard's , ( ) * Amir Tal, /v\ / System Administrator /( )X (m_m) | | ICQ : 15748705 | (_)_ __ | | | '_ \| | | \ \/ / | | | | | | |_| |> < |_)_|_|_| |_|__,_/_/\ http://whatsup.homelinux.com -----------------------------------
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
