From owner-freebsd-questions@FreeBSD.ORG Fri Feb 14 05:22:36 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6EBFBCF8 for ; Fri, 14 Feb 2014 05:22:36 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4859E1FBA for ; Fri, 14 Feb 2014 05:22:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=9jKwOnzSo18XuISizr73PLF+4gsMfP4Jzrq7rMI1Lno=; b=NBJTSO7uQABwLm9Y9QE5EKCPJmC8/kKtYZge1MB8q7RPaT64rOSBuE4+5UuXGxgUm0seVI4P9IvmyV6uTmAcVHpKYQ5WVVoaHpR7uvtHlHVdm6ednR1bEVO0iHQ5BAkujnZzhtgd/dpJJE6jRQXXjNvwf8ymoNJ8AnZXfNeXtic=; Received: from [39.219.202.35] (port=58508 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WEBEK-000B2e-DS; Thu, 13 Feb 2014 22:22:30 -0700 Date: Fri, 14 Feb 2014 13:21:50 +0800 From: Erich Dollansky To: B J Subject: Re: Can't Mount USB Drive As User Under FreeBSD 10 Message-ID: <20140214132150.6d7db9d0@X220.alogt.com> In-Reply-To: References: X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org 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 05:22:36 -0000 Hi, On Fri, 14 Feb 2014 04:39:46 +0000 B J wrote: > 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 this hints that just some of your access rights are wrong. Just ask a search engine for allowing user to mount devices. You need to be able to read and write to /dev/da0s1 as a user if you want to allow users to mount it. Erich