From owner-freebsd-questions@FreeBSD.ORG Fri Feb 14 04:39:48 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE83083F for ; Fri, 14 Feb 2014 04:39:48 +0000 (UTC) Received: from mail-la0-x230.google.com (mail-la0-x230.google.com [IPv6:2a00:1450:4010:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4AE8C1C1A for ; Fri, 14 Feb 2014 04:39:48 +0000 (UTC) Received: by mail-la0-f48.google.com with SMTP id mc6so8935879lab.35 for ; Thu, 13 Feb 2014 20:39:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=21jT+P1Ss1/MPt+EcAyyESnRZhj1PwjZYGLIVa9a6hw=; b=I4G9EPDDsR/yBUZDIzZPUNUIzXnOjQeMiHuGMd34vwNVD3n+s3SBIvspM5iWJyQd9y AlnhGmbvpz1vByC1lDf83jeIoWV8KxfR/B+DYDkehxWY8i/5vr6QSu4oD0TRHedGH4Wg uR3W6v9A41YTkyFhdb8t8WDSvcMpQkbEhhxtKUveSbBUhndCSbeu5wV6gqcEyVo8QYHr aszoyUut/NyK+FS7B8dJZLjMe2mJmBML5PC2jWnrjlel3H7WsliYNMEcEt6bZEwGNM6a VjR3HZ59PVtm9iISVouP89de1kf8q2e/84PnDR2ZbEnVho8KPATmoAxT/Cw5agIXfa3/ lWpA== MIME-Version: 1.0 X-Received: by 10.152.21.4 with SMTP id r4mr21876lae.51.1392352786198; Thu, 13 Feb 2014 20:39:46 -0800 (PST) Received: by 10.112.53.230 with HTTP; Thu, 13 Feb 2014 20:39:46 -0800 (PST) Date: Fri, 14 Feb 2014 04:39:46 +0000 Message-ID: Subject: Can't Mount USB Drive As User Under FreeBSD 10 From: B J To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 04:39:48 -0000 I searched the mailing list archives for an answer to my problem but didn't find anything. I recently installed FreeBSD 10 on a T42 Thinkpad. The configuration uses Gnome as the desktop. I've had problems configuring the machine to mount external USB drives. I can mount USB thumb drives when logged in as root using: mount -t msdosfs -o -m=644,-M=755 /dev/da0s1 /mnt/root after creating the directory /mnt/root. It appears that external USB hard drives will automatically mount on the desktop while I'm operating as root as well. If I try the "mount -t msdosfs" command for a USB thumb drive while running as a user, I get an "operation not permitted" error. External hard drives won't mount at all. I followed the steps given in section 18.5 of the handbook and I even modified: /usr/local/etc/PolicyKit/PolicyKit.conf in accordance with Step 2, Section 3 of: http://www.freebsd.org/gnome/docs/halfaq.html#q3 Nothing seems to work. What did I do wrong? Did I miss something? Please advise. Thank you. B. M. Jatzeck