Dec 12, 2002 #1 rvstout Technical User Joined Feb 11, 2002 Messages 9 Location US After tarring or copying a file to tape, how would I write a file mark to the tape? (Just to insure that the system knows where the eof is).
After tarring or copying a file to tape, how would I write a file mark to the tape? (Just to insure that the system knows where the eof is).
Dec 12, 2002 #2 Chapter11 Technical User Joined Apr 15, 2002 Messages 791 Location US I've never known anyone to need to do this. The tape drive handles writing EOF/EOT markers on its own. Upvote 0 Downvote
I've never known anyone to need to do this. The tape drive handles writing EOF/EOT markers on its own.
Dec 12, 2002 #3 AIXSPadmin MIS Joined May 3, 2002 Messages 633 Location US tctl eof 1 Upvote 0 Downvote
Dec 12, 2002 Thread starter #4 rvstout Technical User Joined Feb 11, 2002 Messages 9 Location US thanks for the response... Upvote 0 Downvote