From owner-freebsd-mobile Thu Apr 6 0:35:28 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id EC73C37BEBA for ; Thu, 6 Apr 2000 00:35:24 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id BAA99800; Thu, 6 Apr 2000 01:35:11 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id BAA89388; Thu, 6 Apr 2000 01:34:24 -0600 (MDT) Message-Id: <200004060734.BAA89388@harmony.village.org> To: "Daniel O'Connor" Subject: Re: Rapid Replication Strategy Cc: Lem Snowden , freebsd-mobile@FreeBSD.ORG, sean@stat.Duke.EDU In-reply-to: Your message of "Thu, 06 Apr 2000 13:29:15 +0930." References: Date: Thu, 06 Apr 2000 01:34:24 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message "Daniel O'Connor" writes: : You should be able to make a script to fdisk/disklabel/newfs'd the drives for : you and suck the dump off a remote system and restore it onto your freshly : newfs'd disks. People have been happy with diskprep: http://people.freebsd.org/~imp/diskprep which does exactly this. It even supports sucking in config files so that you could make all the disk have 4 partitions, with one 32M, one 128M type swap, one 50M and one that's the rest of the disk. Can't do it interactively, but you can with a simple config file. Oh, and please tune my filesystems: $minfree = 5; $opt_perf = "space"; $part{a}{type} = "4.2BSD"; $part{a}{size} = 32*1024*2; $part{b}{type} = "swap"; $part{a}{size} = 128*1024*2; $part{e}{type} = "4.2BSD"; $part{e}{size} = 50*1024*2; $part{f}{type} = "4.2BSD"; $hog_part = 'f'; I gotta find someone to write a manpage for this. :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message