bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU dd and GNU tar See Tape Differently.


From: Paul Eggert
Subject: Re: GNU dd and GNU tar See Tape Differently.
Date: Thu, 13 Jun 2002 14:17:57 -0700 (PDT)

Here's one theory.  tar stops reading when it sees two blocks of
zeros.  Your tape driver has a bug (or at least an incompatibility
with the rest of the world): if a program reads exactly to the end of
a file, but does not attempt to read the first byte past the end of
the file, the driver leaves the tape positioned at the end of the
file.

You can test that theory by trying "dd if=/dev/nst0 bs=10240 count=1"
after rewinding the tape.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]