Date: Thu, 17 Apr 2003 09:51:42 +0930 From: Malcolm Kay <Malcolm.Kay@internode.on.net> To: silk_worm@gmx.net, FreeBSD Questions <questions@freebsd.org> Subject: Re: CVS permission problem on NFS partition Message-ID: <200304170951.42114.Malcolm.Kay@internode.on.net> In-Reply-To: <1050052383.1156.5.camel@arwen.lindenstrasse> References: <1050052383.1156.5.camel@arwen.lindenstrasse>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 11 Apr 2003 18:43, Matthias Szupryczynski wrote: > Sorry if this is a repost, I had some problems with my mail account > yesterday and did not see my mail on the list, so here it comes again. > > Hi, > > I apologize if this is a bit offtopic as it is not entirely > FreeBSD-specific, but I did not know where to post otherwise. If anybod= y > knows a list more suitable for this question, please tell me. > > The scenario: > > I am running a FreeBSD 5.0 p7 release box with a more or less GENERIC > kernel (took out scsi and ipv6) During booting, the system mounts three > nfs partitions from the my local fileserver (which happens to be a > debian 3.0 box, 2.4.18 kernel). > > The corresponding fstab entries are: > > gate.lindenstrasse:/home/silk/lan /home/silk/lan nfs rw,-r=3D1024 0 0 > gate.lindenstrasse:/var/www/public /home/silk/www nfs rw,-r=3D1024 0 0 > gate.lindenstrasse:/samba/public /home/silk/public nfs rw,-r=3D1024 0 0 > > Since I am not running nis, I synchronized the uid's for my working > account on both machines manually and changed ownership to the > directories in question accordingly. > Are you aware that root and any other uid=3D0 permissions do not, by defa= ult, take effect accross an nfs mount. The root permission transfer can however be enabled in /etc/exports Take a look at exports(5) Malcolm Kay
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304170951.42114.Malcolm.Kay>