From owner-freebsd-questions Fri Apr 20 14:27:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from MPI-Softtech.Com (mpi.mpi-softtech.com [208.60.120.177]) by hub.freebsd.org (Postfix) with ESMTP id C1E8F37B440 for ; Fri, 20 Apr 2001 14:27:15 -0700 (PDT) (envelope-from dleimbac@MPI-Softtech.Com) Received: from mpi-plusplus.mpi-softtech.com (dleimbac@mpi-plusplus.mpi-softtech.com [208.60.120.164]); by MPI-Softtech.Com (8.9.3/8.9.3/MPI-Softtech/evision: 1.3 $) with ESMTP; id QAA11312; Fri, 20 Apr 2001 16:27:07 -0500 (CDT) Subject: Re: using dd to copy a DOS partition From: Dave Leimbach To: Ken Seggerman Cc: freebsd-questions@FreeBSD.org In-Reply-To: References: Content-Type: text/plain X-Mailer: Evolution/0.10+cvs.2001.04.16.08.00 (Preview Release) Date: 20 Apr 2001 16:28:47 -0500 Message-Id: <987802128.1634.13.camel@mpi-plusplus.mpi-softtech.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dos partitions are FAT. ISO is a filesystem of its own (ISO9660 for CDs) This type of backup command doesn't make sense then.. dd if=/dev/ad0s1 of=/mnt/backups/windows/filename.iso Dave On 20 Apr 2001 17:10:01 -0400, Ken Seggerman wrote: > Greetings: > > Somebody at an Open Source OS install fest suggested that I could copy an > entire DOS partition to a file on a remote a UNIX file system by using dd. > > I just used dd: > > dd if=/dev/ad0s1 of=/mnt/backups/windows/filename.iso > 1644993+0 records in > 1644993+0 recoreds out > 842236416 bytes transferred in 1599.248182 secs (526645 bytes/sec > > I did not specify anything in the bs= field of dd. > > The dd command worked. Will this give me a viable backup? > > The only way I could tell for for sure on my own would be by blowing away > the DOS partition in question and trying to restore it with dd. If it > failed it would mean reformatting the hard drive from scratch reinstalling > Windows 95 on the whole thing and then partitioning and reinstalling > FreeBSD. > > Any suggestions would be welcome. > > > Ken Seggerman > > suleyman@echonyc.com > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message