From owner-freebsd-hackers Tue Aug 13 06:07:46 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA12586 for hackers-outgoing; Tue, 13 Aug 1996 06:07:46 -0700 (PDT) Received: from w2xo.pgh.pa.us (w2xo.pgh.pa.us [206.210.70.5]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA12581 for ; Tue, 13 Aug 1996 06:07:43 -0700 (PDT) Received: (from durham@localhost) by w2xo.pgh.pa.us (8.6.12/8.6.9) id JAA02659; Tue, 13 Aug 1996 09:07:30 -0400 Date: Tue, 13 Aug 1996 09:07:29 -0400 (EDT) From: Jim Durham X-Sender: durham@w2xo.pgh.pa.us To: "Jordan K. Hubbard" cc: hackers@freebsd.org Subject: Re: Nightmare. In-Reply-To: <4910.839936868@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 13 Aug 1996, Jordan K. Hubbard wrote: > > > tar -cvf /dev/rfd0a / > > > > This has utterly trashed your boot device (and / lies there.) I seriuosly > > doubt that you can do anything but reinstall. > > Probably the right conclusion, but for the wrong reasons. > > >What happened is that you have overwritten the filesystem layout from the > >same filesystem you were "backing up" and at that *while* you were backing > >it up. There shouldn't be anything useful on /dev/rfd0a. > > Not unless these systems are running with their root filesystems on > floppies, no. :-) That would be possible, of course, but insane as > even a stand-alone system would want to use MFS for its root > filesystem given that a floppy would be far too unreliable. > > Jordan > How about: tar -cvf / dev/rfd0a / (while sitting in / ) I'm not sure you can open / as a plain file, but, I'm not prepared to verify... 8-) . -Jim Durham