From owner-freebsd-questions@FreeBSD.ORG Thu Apr 9 14:57:16 2009 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 85F6B106564A for ; Thu, 9 Apr 2009 14:57:16 +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 415A98FC08 for ; Thu, 9 Apr 2009 14:57:16 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) 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 n39EqIEx033741; Thu, 9 Apr 2009 10:52:18 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id n39EqHTR033740; Thu, 9 Apr 2009 10:52:17 -0400 (EDT) (envelope-from jerrymc) Date: Thu, 9 Apr 2009 10:52:17 -0400 From: Jerry McAllister To: Daniels Vanags Message-ID: <20090409145217.GE33449@gizmo.acns.msu.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org Subject: Re: Dump/Restore 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, 09 Apr 2009 14:57:16 -0000 On Thu, Apr 09, 2009 at 10:50:49AM +0300, Daniels Vanags wrote: > Please Help! After dump-restore /dev, /proc, /usr/compat/linux/proc - is > empty, system fealure to boot. Please guide me, how to dump/restore > devfs. > ???? You only dump(8) file systems. /dev /procfs /dev/mirror/..., etc are not filesystems. They are just directories. Don't dump them. /procfs is not even a real directory so it goes away and gets repopulated when the system boots again. They all need to live in the '/' filesystem and of what is dumpable, gets dumped when you dump / (the root filesystem). Unless I completely misunderstand what you are asking. ////jerry > > > > df -h > > Filesystem Size Used Avail Capacity Mounted on > > /dev/mirror/gm0s1a 52G 37G 11G 78% / > > devfs 1.0K 1.0K 0B 100% /dev > > procfs 4.0K 4.0K 0B 100% /proc > > linprocfs 4.0K 4.0K 0B 100% > /usr/compat/linux/proc > > > > > > > > > > > > Daniel Vanags > > Information Technology Department > > IT infrastructure system engineer > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > JSC SMP Bank www.smpbank.lv > > Phone: +371 67019386 > > E-mail: Daniels.Vanags@smpbank.lv > > > > > _______________________________________________ > 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" >