From owner-freebsd-questions@FreeBSD.ORG Tue Oct 20 08:22:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F12F1065676 for ; Tue, 20 Oct 2009 08:22:31 +0000 (UTC) (envelope-from jeronimocalvop@googlemail.com) Received: from mail-yw0-f178.google.com (mail-yw0-f178.google.com [209.85.211.178]) by mx1.freebsd.org (Postfix) with ESMTP id 118ED8FC14 for ; Tue, 20 Oct 2009 08:22:30 +0000 (UTC) Received: by ywh8 with SMTP id 8so4673733ywh.3 for ; Tue, 20 Oct 2009 01:22:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=MZPj/GOjVH9BHjcEgV/voEUjkHNVCaCV96WYbDvZ6/g=; b=fPM9ruuW06p5hU0rUtDkzrk6wV26Je2ImSfQi/MY5zh0ORIrPyad78NCCLCzy0qRxX SyNa3p7fiRm51V04OuaHrpoDe0C/aBD3ZPNAHhfEgMdDWzRan97eB4bvPudsuQkBFDdb gUF3XVNyqV0zqj1EtaoZRCC9RvYPvXuGD7A1s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=fuJt6R9iDD/pqJplZGPjuIgI8WWwV4TvYBbOTuzBOetNuHbwSBo8iCxIOn6Chn/DZH 1waPSG2d1+DILVFMPq2GpMQ9BcA/KNN1DHbxSRIt6RFtzemaSnFhgApMxydqSFekX1w9 pkiGl1KnqsGvWKbqNLzktUqumQ/h04xRAI1C8= MIME-Version: 1.0 Received: by 10.101.9.4 with SMTP id m4mr3820402ani.7.1256026949804; Tue, 20 Oct 2009 01:22:29 -0700 (PDT) In-Reply-To: References: Date: Tue, 20 Oct 2009 09:22:29 +0100 Message-ID: From: Jeronimo Calvo To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Error when changin from -ro to rw on /etc/exports, FREEBSD STABLE 7.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2009 08:22:31 -0000 I'm wondering if that /etc/exports format will work: /DATA1 192.168.11.6(rw) /DATA2 192.168.11.6(rw) or needs to be like this? > [root@ /DATA1]# cat /etc/exports > /DATA1 -rw 192.168.11.6 > /DATA2 -rw 192.168.11.6 2009/10/19 Jeronimo Calvo : > Hi folks, > > Today I decide to change the settings from my server, allowing RW > access to 2 currently mapped NFS partions on my Freebsd box. > The used to be RO only. > > What i notice is when I change it as follows: > > [root@ /DATA1]# cat /etc/exports > /DATA1 =A0-rw 192.168.11.6 > /DATA2 =A0-rw 192.168.11.6 > > > I am not able to map them anymore from my opensolaris client. > When changing back to RO, it maps correctly. > > All permissions are set un as 755 -R on /DATA1 and /DATA2 > > When on RO, it maps when requested via AutoFS perfectly: > > /net/192.168.11.5/DATA1 on 192.168.11.5:/DATA1 > remote/read/write/nosetuid/nodevices/xattr/dev=3D4ec0007 on Mon Oct 19 > 23:09:45 2009 > /net/192.168.11.5/DATA2 on 192.168.11.5:/DATA2 > remote/read/write/nosetuid/nodevices/xattr/dev=3D4ec0008 on Mon Oct 19 > 23:09:46 2009 > > Any ideas? im sure im mistaking somewhere... :S > > -- > () ASCII Ribbon Campaign | Against HTML e-mail > /\ =A0www.asciiribbon.org =A0| Against proprietary extensions > --=20 () ASCII Ribbon Campaign | Against HTML e-mail /\ www.asciiribbon.org | Against proprietary extensions