From owner-freebsd-questions@FreeBSD.ORG Thu Mar 27 21:36:57 2008 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 B9220106566B for ; Thu, 27 Mar 2008 21:36:57 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from svarun.infrax.si (syssvarun.infrax.si [89.212.81.4]) by mx1.freebsd.org (Postfix) with ESMTP id 6863E8FC1B for ; Thu, 27 Mar 2008 21:36:57 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from localhost (sysSvarun.infrax.si [89.212.81.4]) by svarun.infrax.si (Postfix) with ESMTP id 26BAB24AA5A; Thu, 27 Mar 2008 22:36:55 +0100 (CET) Received: from svarun.infrax.si ([89.212.81.4]) by localhost (svarun.infrax.si [89.212.81.4]) (amavisd-maia, port 10024) with ESMTP id 45289-02; Thu, 27 Mar 2008 22:36:52 +0100 (CET) Received: from [192.168.15.2] (lk.84.20.249.154.dc.cable.static.lj-kabel.net [84.20.249.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nejko@infrax.si) by svarun.infrax.si (Postfix) with ESMTP id 4E07824AA58; Thu, 27 Mar 2008 22:36:52 +0100 (CET) Message-ID: <47EC1372.5050804@skoberne.net> Date: Thu, 27 Mar 2008 22:36:50 +0100 From: =?windows-1252?Q?Nejc_=8Akoberne?= User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: hedges@atlantic.edu References: <47EBFF57.2070203@infrax.si> <20080327211920.GA30653@heron.atlantic.edu> In-Reply-To: <20080327211920.GA30653@heron.atlantic.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard Cc: User Questions Subject: Re: restore in Fixit mode 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: Thu, 27 Mar 2008 21:36:57 -0000 Hi Douglas, > That's the problem all right (got bit years ago by it). > > It's been a while but if you've got a /tmp partition, mount it over > the memory file system /tmp so restore can lay off what it needs there. > Or make a memory file system backed by swap. Thanks for this one, it solved my problem (mounting /dev/ad0s1e over ramfs on /tmp). Bye, Nejc