From owner-freebsd-questions@FreeBSD.ORG Sun Oct 3 11:44:27 2010 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 BDB5B106564A for ; Sun, 3 Oct 2010 11:44:27 +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 762858FC0C for ; Sun, 3 Oct 2010 11:44:27 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o93BiOYF085879; Sun, 3 Oct 2010 05:44:24 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id o93BiOjU085876; Sun, 3 Oct 2010 05:44:24 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 3 Oct 2010 05:44:24 -0600 (MDT) From: Warren Block To: Brandon Gooch In-Reply-To: Message-ID: References: <20101002113640.2ab36871@asus64> <20101002165150.01e0cac0@asus64> <20101002194502.24e0f9da@asus64> 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.6 (wonkity.com [127.0.0.1]); Sun, 03 Oct 2010 05:44:24 -0600 (MDT) Cc: "freebsd-questions@freebsd.org" , Robert Subject: Re: OT: fdisk 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: Sun, 03 Oct 2010 11:44:27 -0000 On Sun, 3 Oct 2010, Brandon Gooch wrote: > On Sat, Oct 2, 2010 at 9:45 PM, Robert wrote: >> >> I should have mentioned that before. dd was the first thing I tried. >> I had an unused drive setup as UFS. Then did >> >> dd if=/dev/da1s1 of=/dev/ad12s1d bs=1m count=2000 > > I believe that the above 'if' operand to dd should instead be /dev/da1 > (without the 's1' slice). Also, the operand 'of' will need to point to > a device, such as /dev/ad12, or a file on a mounted file system, such > as /mnt/my_disk_image.img Further, only the first 2G of a 500G NTFS filesystem will probably not be usable. A quick search found this (old) article: http://ixbtlabs.com/articles/ntfs/