From owner-freebsd-questions@FreeBSD.ORG Thu Nov 15 23:13:25 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55D488D9 for ; Thu, 15 Nov 2012 23:13:25 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 0F4178FC08 for ; Thu, 15 Nov 2012 23:13:24 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qAFNDNX7067584; Thu, 15 Nov 2012 16:13:23 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id qAFNDMfV067581; Thu, 15 Nov 2012 16:13:23 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 15 Nov 2012 16:13:22 -0700 (MST) From: Warren Block To: Al Plant Subject: Re: Advanced Format Drive ? GPT ? In-Reply-To: <50A56467.1030206@hdk5.net> Message-ID: References: <17388.1352953630@tristatelogic.com> <50A56467.1030206@hdk5.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 15 Nov 2012 16:13:23 -0700 (MST) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2012 23:13:25 -0000 On Thu, 15 Nov 2012, Al Plant wrote: > I looked over the GPT sample and have a question. > > In the fstab entries, something that uses msdosfs, (thumb drive maybe). > > Can you enter it directly in the fstab after the basic partitions and other > /dev have been entered in the initial setup? Short answer: yes, but... Longer answer: most flash drives have an MBR partition setup with one partition filling the whole device. Since it's not GPT, it won't/can't have GPT labels on the partitions. But the GEOM system will create a label for the MSDOS filesystem if it has been given a volume name. That label will appear in /dev/msdosfs/ and can be used in an /etc/fstab entry.