RE: [CentOS] NFS options on kernel parameters

2008-07-13 Thread Ali Rostami
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of vincenzo romero Sent: Tuesday, February 26, 2008 2:24 AM To: Frank Cox Cc: CentOS mailing list Subject: Re: [CentOS] NFS options on kernel parameters I apologize for the miscommunication. I would like to

Re: [CentOS] NFS options on kernel parameters

2008-02-25 Thread vincenzo romero
I apologize for the miscommunication. I would like to enable that ability to "no_root_squash" to make sure root users on the clients have actual root permissions; or effectively root users are NOT mapped to user nobody. 1. I have no_root_squash enabled in /etc/exports 2. But my client when acc

Re: [CentOS] NFS options on kernel parameters

2008-02-25 Thread Frank Cox
On Mon, 25 Feb 2008 14:36:17 -0800 vincenzo romero <[EMAIL PROTECTED]> wrote: > I would like to NFS root-squash the root directory. no_root_squash means just what it says. If you want to have root-squashing, remove that parameter from your /etc/exports file. root-squash=yes is the default setti

[CentOS] NFS options on kernel parameters

2008-02-25 Thread vincenzo romero
Hello, I am running an NFS server/PXE on a Cent OS 5.1 server. I have defined an NFS export with "no_root_squash" option in my /etc/exports file: # # NFS Export Files # /export/images *(rw,sync,no_root_squash) ... A client PXE boots as a diskless station to the above server int