From owner-freebsd-questions Sat Jan 29 20:27:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from exchsrv1.cs.washington.edu (exchsrv1.cs.washington.edu [128.95.3.128]) by hub.freebsd.org (Postfix) with ESMTP id E9C9A14EB9 for ; Sat, 29 Jan 2000 20:27:28 -0800 (PST) (envelope-from qingyue@cs.washington.edu) Received: by exchsrv1.cs.washington.edu with Internet Mail Service (5.5.2650.21) id ; Sat, 29 Jan 2000 20:27:19 -0800 Message-ID: <055A195871E5D1119F8100A0C9499B5FCDF46B@exchsrv1.cs.washington.edu> From: Qingyue Shirley Wang To: freebsd-questions@FreeBSD.ORG Subject: BSD partition formatting Date: Sat, 29 Jan 2000 20:27:17 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I'm implementing a general-purpose remote-install system and I'm running into the following problem: I'm loading a linux kernel into memory, mount root device via NFS, and now I need to format local hard drive for a FreeBSD install (kernel and disk image on NFS server). Linux kernel has experimental write support for FreeBSD, but doesn't provided utility to do the format. Is there any mkfs utils available runnable at user level? If not, how difficult is it to port it to linux? Can someone point me to the location in the source and/or some documentation on how it can be done? Any suggestion would be greatly appreciated! Shirley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message