From owner-freebsd-questions@FreeBSD.ORG Thu Feb 25 14:32:14 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C412C106566B for ; Thu, 25 Feb 2010 14:32:14 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 568048FC18 for ; Thu, 25 Feb 2010 14:32:13 +0000 (UTC) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id o1PETUld061188; Thu, 25 Feb 2010 09:29:30 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id o1PETQhc061187; Thu, 25 Feb 2010 09:29:26 -0500 (EST) (envelope-from jerrymc) Date: Thu, 25 Feb 2010 09:29:26 -0500 From: Jerry McAllister To: Aiza Message-ID: <20100225142926.GB60985@gizmo.acns.msu.edu> References: <4B85E205.1000207@comclark.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B85E205.1000207@comclark.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions Subject: Re: left over restore file restoresymtable 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, 25 Feb 2010 14:32:14 -0000 On Thu, Feb 25, 2010 at 10:35:49AM +0800, Aiza wrote: > The man for restore says this. > > Note that restore leaves a file restoresymtable in the root > directory to pass information between incremental restore passes. > This file should be removed when the last incremental has been restored. > > What root directory is this talking about? > > If system is booted from cd or dvd then this file can not be written to > /root of the booted system. > > Does this message really mean its written to /root of the just restored > file system / > It is in the root of whatever filesystem you just restored. That essentially means the mount point value. If you have just restored /usr (correctly by doing: cd /usr restore -rf ...) then it will be in /usr. Don't worry about it. There is no harm in leaving it there until you get around to it. It just uses up space. ////jerry > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"