From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E89B81381F3 for ; Thu, 8 Nov 2012 10:43:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D55221C021; Thu, 8 Nov 2012 10:43:25 +0000 (UTC) Received: from icp-osb-irony-out9.external.iinet.net.au (icp-osb-irony-out9.external.iinet.net.au [203.59.1.226]) by pigeon.gentoo.org (Postfix) with ESMTP id CE40EE045E for ; Thu, 8 Nov 2012 10:42:06 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkQFAG+Lm1A6B9+S/2dsb2JhbABEhhi6EoNAgQiCHgEBBSNmCw0LAgImAgJXiCKqFpMNgSCOFIISgRMDiFiTDiKKNoJ8 X-IronPort-AV: E=Sophos;i="4.80,737,1344182400"; d="scan'208";a="55214795" Received: from unknown (HELO moriah.localdomain) ([58.7.223.146]) by icp-osb-irony-out9.iinet.net.au with ESMTP; 08 Nov 2012 18:42:04 +0800 Received: from localhost (localhost [127.0.0.1]) by moriah.localdomain (Postfix) with ESMTP id 9715122192D for ; Thu, 8 Nov 2012 18:42:01 +0800 (WST) X-Virus-Scanned: amavisd-new at lan.localdomain Received: from moriah.localdomain ([127.0.0.1]) by localhost (moriah.lan.localdomain [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hPy6Q6WNjwoT for ; Thu, 8 Nov 2012 18:38:05 +0800 (WST) Received: from [192.168.43.110] (claire [192.168.43.110]) by moriah.localdomain (Postfix) with ESMTP id 87A4E25ECBC for ; Thu, 8 Nov 2012 18:37:36 +0800 (WST) Message-ID: <1352371053.16312.28.camel@it3051-03.murdoch.edu.au> Subject: Re: [gentoo-user] More file system frustration From: Bill Kenworthy To: gentoo-user@lists.gentoo.org Date: Thu, 08 Nov 2012 18:37:33 +0800 In-Reply-To: <1352368748.8569.12.camel@moriah> References: <1352368748.8569.12.camel@moriah> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3 Content-Transfer-Encoding: 7bit Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Archives-Salt: f3511b58-719c-4fd2-ad62-f64d0ff83817 X-Archives-Hash: d9580cd526ef44fc8b9aab92fd216548 On Thu, 2012-11-08 at 17:59 +0800, William Kenworthy wrote: > If I try and do: > > moriah ~ # mount -t ceph 192.168.44.68:6789:/ /mnt/ceph -o users > mount error 22 = Invalid argument > > It turns out the driver doesnt recognise the user or users mount option > and gentoo wont let a user mount or access a root mount, or even let a > user mount. Tried adding the user to the disk group without any effect. > > Something in gentoo's user access control is causing this problem I > think, so how can I get around it? > > BillK > > I was able to chown the mount so a user can access it - not as flexible as the normal way but its user accessible. BillK