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 0D6E21381F3 for ; Thu, 8 Nov 2012 10:00:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D7D521C026; Thu, 8 Nov 2012 10:00:33 +0000 (UTC) Received: from icp-osb-irony-out1.external.iinet.net.au (icp-osb-irony-out1.external.iinet.net.au [203.59.1.210]) by pigeon.gentoo.org (Postfix) with ESMTP id 66C8F21C00E for ; Thu, 8 Nov 2012 09:59:17 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkQFAP+Bm1A6B9+S/2dsb2JhbABEhhi6EoNAgQiCSH4NAiYCX4gcmzaOUJMOgSCQJoETA4hYkw4iijaCfA X-IronPort-AV: E=Sophos;i="4.80,737,1344182400"; d="scan'208";a="57499953" Received: from unknown (HELO moriah.localdomain) ([58.7.223.146]) by icp-osb-irony-out1.iinet.net.au with ESMTP; 08 Nov 2012 17:59:15 +0800 Received: from localhost (localhost [127.0.0.1]) by moriah.localdomain (Postfix) with ESMTP id 1F83C2765C1 for ; Thu, 8 Nov 2012 17:59:15 +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 hpzwuK9JxrFM for ; Thu, 8 Nov 2012 17:59:08 +0800 (WST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by moriah.localdomain (Postfix) with ESMTP id 17C5523C34C for ; Thu, 8 Nov 2012 17:59:08 +0800 (WST) Message-ID: <1352368748.8569.12.camel@moriah> Subject: [gentoo-user] More file system frustration From: William Kenworthy To: gentoo-user Date: Thu, 08 Nov 2012 17:59:08 +0800 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4 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 Content-Transfer-Encoding: 7bit X-Archives-Salt: 82c98039-6557-4d71-8362-e4638f5fdf46 X-Archives-Hash: ea4196b03394f97d218ebefffcc5258b 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