From 8ad151aa410529ef1d122b887d89f8ad13edbc29 Mon Sep 17 00:00:00 2001 From: Stelian Pop Date: Wed, 7 May 2003 14:45:18 +0000 Subject: [PATCH] Blocksize default is 32 when using -d HIGHDENSITYTREC. --- CHANGES | 10 +++++++++- THANKS | 3 ++- dump/dump.8.in | 9 ++++++--- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 8566a4f..3fad0c5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,12 @@ -$Id: CHANGES,v 1.228 2003/04/18 07:57:16 stelian Exp $ +$Id: CHANGES,v 1.229 2003/05/07 14:45:18 stelian Exp $ + +Changes between versions 0.4b34 and 0.4b35 (released ??????????????) +==================================================================== + +1. Added a note in the dump man page saying that the default + blocksize can be 32 if -d is used with a high density argument. + Thanks to Antonios Christofides + for the patch. Changes between versions 0.4b33 and 0.4b34 (released April 18, 2003) ==================================================================== diff --git a/THANKS b/THANKS index 917b8fe..a414702 100644 --- a/THANKS +++ b/THANKS @@ -1,4 +1,4 @@ -$Id: THANKS,v 1.80 2003/04/10 07:59:02 stelian Exp $ +$Id: THANKS,v 1.81 2003/05/07 14:45:18 stelian Exp $ Dump and restore were written by the people of the CSRG at the University of California, Berkeley. @@ -31,6 +31,7 @@ Fabrice Bellet fabrice@bellet.info Stan Bubrouski satan@fastdial.net Stephen Carr sgcarr@civeng.adelaide.edu.au Rob Cermak cermak@ahab.rutgers.edu +Antonios Christofides A.Christofides@itia.ntua.gr Isaac Chuang ike@isl.stanford.edu Rainer Clasen bj@ncc.cicely.de Tony Clayton tonyc@e-smith.com diff --git a/dump/dump.8.in b/dump/dump.8.in index 4825ab3..da2ba2e 100644 --- a/dump/dump.8.in +++ b/dump/dump.8.in @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: dump.8.in,v 1.52 2003/03/31 09:42:57 stelian Exp $ +.\" $Id: dump.8.in,v 1.53 2003/05/07 14:45:20 stelian Exp $ .\" .TH DUMP 8 "version __VERSION__ of __DATE__" BSD "System management commands" .SH NAME @@ -113,8 +113,11 @@ to be used by to determine whether a file is in the dump file that is being restored. .TP .BI \-b " blocksize" -The number of kilobytes per dump record. The default blocksize is 10 -and the maximal value is 1024. +The number of kilobytes per dump record. The default blocksize is 10, +unless the +.B \-d +option has been used to specify a tape density of 6250BPI or more, +in which case the default blocksize is 32. Th maximal value is 1024. Note however that, since the IO system slices all requests into chunks of .B MAXBSIZE -- 2.39.2