From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 14:21:17 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EAE2106564A for ; Mon, 9 Jul 2012 14:21:17 +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 488B88FC14 for ; Mon, 9 Jul 2012 14:21:17 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q69ELC4o056583; Mon, 9 Jul 2012 08:21:12 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q69ELChL056580; Mon, 9 Jul 2012 08:21:12 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 9 Jul 2012 08:21:12 -0600 (MDT) From: Warren Block To: Bruce Cran In-Reply-To: <4FFAC578.4050003@cran.org.uk> Message-ID: References: <47.B3.06836.B9F4AFF4@smtp02.insight.synacor.com> <20120709121608.1bce238e.freebsd@edvax.de> <4FFAC578.4050003@cran.org.uk> 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]); Mon, 09 Jul 2012 08:21:12 -0600 (MDT) Cc: Carmel , Polytropon , Thomas Mueller , freebsd-questions@freebsd.org Subject: Re: Format a USB flash drive using gpart X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2012 14:21:17 -0000 On Mon, 9 Jul 2012, Bruce Cran wrote: > On 09/07/2012 11:16, Polytropon wrote: >> If you're talking about an MS-DOS disk, then yes, it contains >> a DOS partition which is formatted. In FreeBSD, we would call >> it a slice (slice == "DOS primary partition"). In this case, >> there is no (sub)partitioning, the _slice_ carries the MS-DOS >> file system here. You know that MS-DOS does not have support >> for partitioning. > > Floppy disks aren't partitioned/sliced - they use 'dangerously dedicated' > mode, containing nothing except the filesystem. "Dangerously dedicated" refers to a disk with a bsdlabel partition table and boot block. Floppies don't have even that, it's just a raw filesystem.