Date: Thu, 23 Aug 2001 13:50:42 -0700 From: "Kevin Oberman" <oberman@es.net> To: "default" <default013subscriptions@hotmail.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PowerQuest Partition Magic proggy... Message-ID: <200108232050.f7NKogR06524@ptavv.es.net> In-Reply-To: Your message of "Wed, 22 Aug 2001 01:01:46 CDT." <OE52UgbU76j1KQj3KnO000024b2@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> From: "default" <default013subscriptions@hotmail.com> > Date: Wed, 22 Aug 2001 01:01:46 -0500 > Sender: owner-freebsd-questions@FreeBSD.ORG > > Hi, > > I was just wanted some input from users out there familiar with running > Partition Magic (or particularly Disk Copy) on a FreeBSD machine... > > I am considering running backups using Disk Copy, and just wanted to know > how one would get this working on a FreeBSD machine... > > Will it work if one just compiles the ability to read DOS partitions into > the kernel? ... Or does one even need that? Why not use dd? It will copy any partition and does not care at all about partition type. My weekly "backup" consists of: dd bs=32k if=/dev/ad0s1 of=/dev/ad2s1 dd bs=32k if=/dev/ad0s2 of=/dev/ad2s2 ad0s1 is a FAT32 partition and ad0s2 is FreeBSD. The resultant disk is bootable (either Windows or FreeBSD). For obvious reasons I boot into single user mode before running this script. No need to mount anything, except that the root partition is mounted RO. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108232050.f7NKogR06524>