From owner-freebsd-hackers Fri Mar 28 23:47:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA15033 for hackers-outgoing; Fri, 28 Mar 1997 23:47:37 -0800 (PST) Received: from jfwhome.funhouse.com (funhouse-gw.ultra.net [199.232.59.148]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA15028 for ; Fri, 28 Mar 1997 23:47:34 -0800 (PST) Received: from jfwhome.funhouse.com (localhost [127.0.0.1]) by jfwhome.funhouse.com (8.8.4-q-beta2/8.7.3) with ESMTP id CAA02609; Sat, 29 Mar 1997 02:45:49 -0500 (EST) Message-Id: <199703290745.CAA02609@jfwhome.funhouse.com> To: Darren Reed , darrenr@cyber.com.au, hackers@freebsd.org, port-i386@netbsd.org Subject: Re: Dilemma. how to store DOS directories ? In-reply-to: Your message of "Fri, 28 Mar 1997 23:46:45 CST." Date: Sat, 29 Mar 1997 02:45:20 -0500 From: "John F. Woods" Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> If I recall correctly, on exabyte, EOF markers are "1MB" in size (although >> newer tape formats aren't quite so braindead). So more files on the tape >> means less space for real data. When ypu're backing up in excess of 100,000 >> files onto the one tape, it makes a difference. >That was true of the original 8200 format. Later formats used on the 8500 >series offered two sizes of tape mark. The long mark, and a short mark >which chews up some 128k. Of course, neither tar nor cpio stores one disk file per tape "file". There is one EOF mark per tar archive, not per disk file. If you back up 100,000 files on one tape, you get one EOF mark. If you do multiple backups per tape, you have one EOF mark per backup, but you're talking tens, not hundred thousands, of EOF marks in that case.