[NTLUG:Discuss] nfs problem solved

Lance Simmons lance at lsimmons.net
Thu Aug 22 08:35:34 CDT 2002


On Wed, Aug 21, 2002 at 10:26:40PM -0500, Lance Simmons wrote:
> When I've got a bash script on an nfs-mounted filesystem, I can't
> execute it directly. 

Changing /etc/fstab fixed the problem.  The original /etc/fstab had this
line:

> <nfs servername>:/home /home nfs rw,user 0 0

I deleted the "user" option, so the line is now:

> <nfs servername>:/home /home nfs rw 0 0

This fixed the problem.  But why?

After reading the mount manpage more closely, I now recall that "user"
implies "noexec" unless otherwise specified. 

Sorry for bothering the list...

<slinks away>
-- 
 .~.
 /V\   Lance Simmons
/( )\  lance at lsimmons.net
^^-^^




More information about the Discuss mailing list