"H.Gehrke-Tschudi" <hgt@@.rfc822.org> writes:
> With my Teak 400/800 internal tape drive and ftape 4.02 there seems to be no
> file mark support.
> I can make backups with 'tar' but only one Volume per tape.
>
> Whatever I try:
> tar cvf /dev/nqft0 ./Directory1
> tar cvf /dev/nqft0 ./Directory2
>
> or
> tar cvf /dev/nqft0 ./Directory1
> ftmt -f /dev/nqft0 fsf
> tar cvf /dev/nqft0 ./Directory2
>
> it always leads up to the same. With the second command given, my tape winds
> back and overwrites ./Directory1.
Are you sure? Can you send me the output of the following shell
script, please?
------------------------- snip -------------------------
tar -cf /dev/nqft0 /etc/fstab
tar -cf /dev/nqft0 /etc/inittab
ftmt -f /dev/nqft0 rewind
tar -tf /dev/nqft0
ftmt -f /dev/nqft0 fsf
tar -tf /dev/nqft0
------------------------- end -------------------------
This should write two archives which contain just a single file. Then
it will rewind the tape, and list the first archive, move to the next
archive, and list the second archive.
The output should consist of the two lines
etc/fstab
etc/inittab
Claus
--
Claus-Justus Heine
[EMAIL PROTECTED]
http://www.math1.rwth-aachen.de/~heine/
Ftape - the Linux Floppy Tape Project
Home Page : http://www.math1.rwth-aachen.de/~heine/ftape/
CVS Repos. : http://iris3.math1.rwth-aachen.de:8000/cvsweb/
Bug Reports : http://iris3.math1.rwth-aachen.de:8080/gnats/
[EMAIL PROTECTED]
Mailing-list: [EMAIL PROTECTED]