Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 1999 06:13:32 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/tcopy tcopy.1 tcopy.c
Message-ID:  <199904301313.GAA98078@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1999/04/30 06:13:32 PDT

  Modified files:
    usr.bin/tcopy        tcopy.1 tcopy.c 
  Log:
  Tcopy uses 32 bit unsigned to accumulate a count of bytes read/written.
  That doesn't work well for tapes over 4G.
  
  I use tcopy a lot to write images of a tape to tape as tape to tape
  copying is terribly slow. Slower than it should be. Quickly found out
  tcopy can not rewind a file when doing copy/verify.
  
  PR:		11386
  Submitted by:	David Kelly dkelly@hiwaay.net
  Reviewed by:	phk
  
  Revision  Changes    Path
  1.4       +16 -0     src/usr.bin/tcopy/tcopy.1
  1.5       +35 -15    src/usr.bin/tcopy/tcopy.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904301313.GAA98078>