From owner-freebsd-hackers Fri Aug 16 08:57:25 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA24803 for hackers-outgoing; Fri, 16 Aug 1996 08:57:25 -0700 (PDT) Received: from seagull.rtd.com (root@seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA24798 for ; Fri, 16 Aug 1996 08:57:23 -0700 (PDT) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id IAA19105; Fri, 16 Aug 1996 08:57:12 -0700 (MST) From: Don Yuniskis Message-Id: <199608161557.IAA19105@seagull.rtd.com> Subject: Re: File System on a tape To: batie@agora.rdrop.com (Alan Batie) Date: Fri, 16 Aug 1996 08:57:12 -0700 (MST) Cc: hackers@FreeBSD.org In-Reply-To: from "Alan Batie" at Aug 16, 96 07:55:22 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk It seems that Alan Batie said: > > > With a file system on tape, you can boot and then just mount the tape > > and 'cp /tape/what/ever/you/want /wherever/you/want/it'. > > What's wrong with 'tar xvf /dev/rst0' for an installation? Now for a Nothing! *But* if you want to extract one *file*, tar sucks eggs. Also, you can't *run* a system off of a tar image (whereas you *could* mount a tape filesystem and execute whatever is on the tape!) > restore, it might be a useful model, but even there, it's just about > as fast to 'tar tvf /dev/rst0 > tape.list', and you can go watch a movie > in the meantime instead of waiting a few minutes to go to this directory, > a few minutes to that directory, etc. It would be almost as bad as > navigating the web :-) > > I'm surprised I haven't yet heard mention of the DEC tape system. I seem > to recall that they had a system (PDP-8 version?) that ran solely off tape. TU58's? --don