From owner-freebsd-questions@FreeBSD.ORG Sun Oct 3 21:29:42 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 01DCF106564A for ; Sun, 3 Oct 2010 21:29:42 +0000 (UTC) (envelope-from traveling08@cox.net) Received: from fed1rmmtao107.cox.net (fed1rmmtao107.cox.net [68.230.241.39]) by mx1.freebsd.org (Postfix) with ESMTP id B5F288FC12 for ; Sun, 3 Oct 2010 21:29:41 +0000 (UTC) Received: from fed1rmimpo03.cox.net ([70.169.32.75]) by fed1rmmtao107.cox.net (InterMail vM.8.00.01.00 201-2244-105-20090324) with ESMTP id <20101003212941.CIOG3990.fed1rmmtao107.cox.net@fed1rmimpo03.cox.net>; Sun, 3 Oct 2010 17:29:41 -0400 Received: from asus64 ([72.220.91.10]) by fed1rmimpo03.cox.net with bizsmtp id EMVh1f0020DQbeo04MVh2d; Sun, 03 Oct 2010 17:29:41 -0400 X-VR-Score: -120.00 X-Authority-Analysis: v=1.1 cv=bpc8uEicDnqxZSslY2USwZnb9rPJRdwMtO2+C0QOm0U= c=1 sm=1 a=kj9zAlcOel0A:10 a=/nTdwXoUaSOHzX6NQnbKNQ==:17 a=kviXuzpPAAAA:8 a=eID5QPxTVXrDWMM8o5cA:9 a=4oomgludITskb_oUfjAL2P6Fl9gA:4 a=CjuIK1q_8ugA:10 a=jKRid43F7UoA:10 a=4vB-4DCPJfMA:10 a=/nTdwXoUaSOHzX6NQnbKNQ==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Date: Sun, 3 Oct 2010 14:29:35 -0700 From: Robert To: Polytropon Message-ID: <20101003142935.3d751862@asus64> In-Reply-To: <20101003194045.849d6419.freebsd@edvax.de> References: <201010031319.o93DJaDE005892@mail.r-bonomi.com> <20101003100051.23e2cc77@asus64> <20101003194045.849d6419.freebsd@edvax.de> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org 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 21:29:42 -0000 On Sun, 3 Oct 2010 19:40:45 +0200 Polytropon wrote: > On Sun, 3 Oct 2010 10:00:51 -0700, Robert wrote: > > I have a spare 250G hard drive. Can I use "dd" to capture 250 gigs > > from the old drive? Using da1 and ad12 as the if and of will the > > result be an NTFS formatted 250g drive? Will I have the same > > results, i.e. able to mount ad12 but not ad12s1? > > Yes, as dd gives you an 1:1 copy of what you have. If you intend > to "experiment" on the partition (which means that you don't just > do reading operations, but writing operations, too), and you're > using FreeBSD for that, simply use dd's of= parameter to write to > a file instead of directly to the partition; format the ad12 disk > with UFS for that purpose. > Polytropon Thanks for the info. I successfully did the above and now I have a 58.6GB file named disk.img on a UFS disk. Umm, what should I do now. Sorry for dumb question number 37 this weekend but I am a bit confused. Can I do just the opposite to another NTFS drive and end up with all the data looking like it should? I.E. dd from the file to an NTFS disk. Robert