From owner-freebsd-questions@FreeBSD.ORG Sun Sep 11 04:11:28 2011 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 ABA76106566C for ; Sun, 11 Sep 2011 04:11:28 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost06.isp.att.net (fmailhost06.isp.att.net [207.115.11.56]) by mx1.freebsd.org (Postfix) with ESMTP id 9BE128FC16 for ; Sun, 11 Sep 2011 04:11:28 +0000 (UTC) Date: Sun, 11 Sep 2011 04:11:26 +0000 (GMT) X-Comment: Sending client does not conform to RFC822 minimum requirements X-Comment: Date has been added by Maillennium Received: from localhost (adsl-68-18-76-188.sdf.bellsouth.net[68.18.76.188]) by isp.att.net (frfwmhc06) with SMTP id <20110911041124H0600a73uqe>; Sun, 11 Sep 2011 04:11:26 +0000 X-Originating-IP: [68.18.76.188] From: "Thomas Mueller" Cc: Polytropon Subject: Re: get rel 9.0 iso 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, 11 Sep 2011 04:11:28 -0000 To build FreeBSD 9.0 on USB stick for the old computer, host computer would be new amd64, cross-compiling for i386. I see default /var partition size for new FreeBSD installations was to be 4 GB, so I might be safer with 16 GB rather than 8 GB USB stick, even though there would be no need to install system source and ports tree on the USB stick. But I had already decided that I was not going to have separate partitions for /tmp, /var and /usr, but would want a separate partition for /home, except possibly on a USB stick. Now it looks like FreeBSD 9.0-to-be is pushing the idea of installing on GPT; even the memstick installation disk, where traditional MBR partitioning scheme would fit comfortably, uses GPT. I could build one kernel that would support the hardware on both computers, or one kernel for each computer. FreeBSD itself can run comfortably in well under 256 MB RAM. Resource hogs are the big applications: KDE, GNOME, bigger web browsers, multimedia, Adobe Flash Player, printers. Servers, not needing all the fancy stuff, can be set up on old computers as long as they're in good condition. Tom