I think u have created the directory as root and u know the owner and group owner of the directory /share will be root, so change the permission using chmod like
chmod 777 /share then try restarting the service and try. Pradeep --- vivek khurana <[EMAIL PROTECTED]> wrote: > HI! Everyone > > I want to share files between linux machines. We > have > a linux server using rh8.0 and clients using rh9.0. > > We are using samba. A share has been made with > reade/write access to everyone. We have been able to > mount the directory from server on to the clients > and > browse the directories using ¨smb:///¨. > When we try to copy any file from clients to > server, > we get an error saying ¨Permission denied¨. The > snippets from my smb.conf file of server (showing > the > shared directory ¨/share¨)are as following > > [share] > > path = /share > read only = no > public = ok > guest ok = yes > > > We are mounting the directory on the server using > following command > > mount -t smbfs //192.168.1.10/share /mnt/server > > I had added all the machines on the network in the > lmhost file of all the machines. > Any pointers why this problem is occuring. I had > gone > throught he samba howto but could not locate the > source of problem. > I even tried to search the archives but i am > getting > an error ¨ht:/ Dig error occured while procesing > the > request¨. The solution requirement s bit urgent > thats > why i am posting this tolist. > > If there are any other suggestion other than using > samba they are welcomed. My aim is to make a > directory > on one mahcine which should be browsable by users > and > they shoud be able to copy files into the directory. > I had also tried NFS. But if i try to mount the > directory i get an error ¨Permission Denied¨, the > sharing for NFS has been doen using the examples in > the howtos. Any pointers for this problem??? > > thanks in advance > bye > vivek > > ===== > ##### > ##### > ####### > # # # > #" #" # > Linux ##vvvvv## > Rules! ## vvv ## > # ## > ## ## > ### ### > +++##### ##++ > ++++++# #++++++ > +++++++# #+++++++ > +++++#######+++++ > +++ +++ > > Message void if penguin violated > Don't mess with the penguin > > Disclamer > The facts expressed here belong to everybody, the > opinions to me. The distinction is yours to draw... > > __________________________________ > Do you Yahoo!? > Yahoo! Finance: Get your refund fast by filing > online. > http://taxes.yahoo.com/filing.html > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and > Integration > See the breadth of Eclipse activity. February 3-5 in > Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > linux-india-help mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/linux-india-help __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
