MULTIPLE TAPE BACKUPS
Jonathan I. Kamens
jik at athena.mit.edu
Wed Mar 20 21:23:28 AEST 1991
In article <91078.083040KJB6 at psuvm.psu.edu>, KJB6 at psuvm.psu.edu writes:
|> 2). What is the difference between /dev/nrtape and
|> /dev/tape? nrtape stands for "no rewind" I think, but what does that mean?
The default tape device is coded in the kernel to automatically rewind to
the beginning of the tape when the process that has opened the tape device
closes it.
The non-rewinding device doesn't do this. Therefore, in order to
fast-forward to the end of a tape and then write more data to it, as you're
trying to do, you need to use the non-rewinding device. If you were to do "mt
-t /dev/tape feom", then the tape would fast-forward to the end of data on the
tape and then immediately rewind back to the beginning when the "mt" command
released it.
--
Jonathan Kamens USnail:
MIT Project Athena 11 Ashford Terrace
jik at Athena.MIT.EDU Allston, MA 02134
Office: 617-253-8085 Home: 617-782-0710
More information about the Comp.unix.questions
mailing list