From owner-freebsd-questions@FreeBSD.ORG Mon Mar 12 07:29:42 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49ADF16A403 for ; Mon, 12 Mar 2007 07:29:42 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from illusion.skoberne.net (illusion.skoberne.net [84.255.205.135]) by mx1.freebsd.org (Postfix) with ESMTP id 047C613C43E for ; Mon, 12 Mar 2007 07:29:41 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from localhost (unknown [127.0.0.1]) by illusion.skoberne.net (Postfix) with ESMTP id C6751B81C; Mon, 12 Mar 2007 08:29:40 +0100 (CET) Received: from illusion.skoberne.net ([127.0.0.1]) by localhost (illusion.skoberne.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30884-03; Mon, 12 Mar 2007 08:29:40 +0100 (CET) Received: from [192.168.12.4] (unknown [192.168.12.4]) by illusion.skoberne.net (Postfix) with ESMTP id 348D0B819; Mon, 12 Mar 2007 08:29:40 +0100 (CET) Message-ID: <45F5014E.8080908@skoberne.net> Date: Mon, 12 Mar 2007 08:29:18 +0100 From: =?ISO-8859-2?Q?Nejc_=A9koberne?= User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Paul Hamilton References: <074301c7643c$ec68e060$6600a8c0@w2k2> In-Reply-To: <074301c7643c$ec68e060$6600a8c0@w2k2> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: FreeBSD on IDE Flash disk drive 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: Mon, 12 Mar 2007 07:29:42 -0000 Hi Paul, > I am booting from a 512MB CF card, and run /var and /tmp from a RAM drive. > Upon startup, the CF card /var and /tmp dir. are copied into the ram drives, > the rest is Read Only. When it shuts down (not very often), the ram drive > contents are copied back to the CF card. You could backup the ram drive to > CF more frequently if required. I run off of 12V battery, so power failures > don't affect me all that much. You could monitor the Battery/UPS for power > failure conditions if needed etc. Running FreeBSD 6.0. Cool! Is there a "proper" way of copying from/to /var and /tmp at boot and at shutdown or did you make the scripts on your own? So far, my boxie has be running flawlessly, I have also hard-rebooted it during a file copy and everything was OK with the filesystem. However, I put in two flash drives and made a gmirror out of them for redundancy. Today I am putting it to a remote location and I hope everything will run there too. Thanks to all, Nejc