From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claudia Neumann Subject: Re: are there any limitations to use drive c on nfs volumes? Date: Sun, 26 Sep 2004 09:27:04 +0200 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <200409260927.04830.dr.claudia.neumann@gmx.de> References: <200409241157.21654.Christian.Fischer@fischundfischer.com> <200409241513.55174.Christian.Fischer@fischundfischer.com> <200409251027.26691.Christian.Fischer@fischundfischer.com> Reply-To: dr.claudia.neumann@gmx.de Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200409251027.26691.Christian.Fischer@fischundfischer.com> Content-Disposition: inline List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org Hi Christian! Am Samstag, 25. September 2004 10:27 schrieben Sie: > Somethig goes completely wrong, i don't know how to trace it on the fly. > Note: directories and files have identical user and group and right > permissions. And not all directories of the same type of user:group (and > the same permissions) are affected, only some one. I can't see any > differences. > I hope you have read http://resmedicinae.sourceforge.net/manuals/apw_linux/ch06s06.html. Sorry, only in german. First of all, did you export with the right permissions? [exported directory say /opt] [hostname or IP-number of client](rw,sync) Then: biggest problem: user-name on client must be identical to user-name on server user-id on client must be identical to user-id on server group-name on client must be identical to group-name on server group-id on client must be identical to group-id on server Otherwise you can't do anything on server. Beware: SUSe begins with user-ids 500, Debian begins with user-ids 1000. Sometimes you will find program-gids intermangled with group-ids, so that you get effective user:group 1020:1021. If server has 1020:1020, it won't work. HTH Claudia