Hi All, This is the settings of my NFS server (192.168.10.55) /etc/exports: /nfs/iso 192.168.10.0/255.255.255.0(rw,sync)<http://192.168.10.0/255.255.255.0%28rw,sync%29>>From the remote host, I mount it correctly. But when I write/createfiles/directory inside the mounted nfs directory (from /nfs/test), it will give me "Permission Denied". [root at remote]# mount -t nfs 192.168.10.55:/nfs/iso /nfs/test [root at remote]# mkdir /nfs/test/testing mkdir: cannot create directory `testing': Permission denied Hope anyone could help me to fix this. Thank you. Regards, James -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100618/052d3233/attachment-0001.html>
Looks like you need to allow nfs through your firewall so that it can be accessed Sent from my BlackBerry? wireless device available from bmobile. -----Original Message----- From: James Corteciano <james at linux-source.org> Date: Fri, 18 Jun 2010 00:17:04 To: CentOS mailing list<centos at centos.org> Subject: [CentOS] NFS - Permission Denied _______________________________________________ CentOS mailing list CentOS at centos.org http://lists.centos.org/mailman/listinfo/centos
James Corteciano wrote:> Hi All, > > This is the settings of my NFS server (192.168.10.55) > > /etc/exports: > /nfs/iso 192.168.10.0/255.255.255.0(rw,sync) > <http://192.168.10.0/255.255.255.0%28rw,sync%29> > > >From the remote host, I mount it correctly. But when I write/create > files/directory inside the mounted nfs directory (from /nfs/test), it > will give me "Permission Denied". > > [root at remote]# mount -t nfs 192.168.10.55:/nfs/iso /nfs/test > [root at remote]# mkdir /nfs/test/testing > mkdir: cannot create directory `testing': Permission denied >isn't it root squash in action?
On Thu, Jun 17, 2010 at 12:17 PM, James Corteciano <james at linux-source.org> wrote:> Hi All, > > This is the settings of my NFS server (192.168.10.55) > > /etc/exports: > ?????????????????? /nfs/iso?? 192.168.10.0/255.255.255.0(rw,sync) > > >From the remote host, I mount it correctly. But when I write/create > files/directory inside the mounted nfs directory (from /nfs/test), it will > give me "Permission Denied". > > [root at remote]# mount -t nfs 192.168.10.55:/nfs/iso /nfs/test > [root at remote]# mkdir /nfs/test/testing > mkdir: cannot create directory `testing': Permission denied > > Hope anyone could help me to fix this. > > Thank you. > > Regards, > James > > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > >James, On the server, who owns /nfs/iso? What are the permissions on that directory? Boris.