Hallo.
On Wed, Apr 04, 2001 at 04:31:44PM +0200, Sascha Klauder wrote:
> mein neuer Tandberg SLR-40 will kein zweites File haben, ich konnte
> aber noch nicht diagnostizieren ob ich zu blöd bin oder er.
>
> Ich habe ein kleines Perlskript, welches jede Nacht zwei Filesysteme
> auf Band kippen soll:
>
> Als erstes "tar czpf /dev/nrsa0 /data", danach warte ich ein Weilchen
> (sleep(120)) und will noch /home backupen. Das wird aber nix:
>
> (sa0:sym0:0:2:0): READ(06). CDB: 8 0 0 28 0 0
> (sa0:sym0:0:2:0): NO SENSE info:2800 asc:0,1
> (sa0:sym0:0:2:0): Filemark detected
> (sa0:sym0:0:2:0): WRITE(06). CDB: a 0 0 28 0 0
> (sa0:sym0:0:2:0): ILLEGAL REQUEST asc:50,0
> (sa0:sym0:0:2:0): Write append error
>
> und tar meint "tar (child): can't write to /dev/nrsa0 : Invalid argument".
> Auf dem alten SLR-5 ging das prima.
man mt -->
seteotmodel
Set (from the count argument) and print out the current and
EOT filemark model. Typically this will be 2 filemarks, but
some devices (typically QIC cartridge drives) can only write 1
filemark. Currently you can only choose a value of 1 or 2.
Die Tandberg SLR-Drives sind QIC-Laufwerke. Du mußt also einmal mit
mt seteotmodel 1
Das entsprechende model setzen (am besten nach dem Booten aus der
/usr/local/etc/rc.d/ heraus). Danach geht es alles problemlos.
Gruß, Oliver
-- | Oliver Brandmueller | Offenbacher Str. 1 | Germany D-14197 Berlin | | Fon +49-172-3130856 | Fax +49-172-3145027 | http://www.obh.snafu.de/~ob/ | | Ich bin das Internet. Sowahr ich Gott helfe. | | Eine gewerbliche Nutzung aller enthaltenen Adressen ist nicht gestattet! | To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Wed 04 Apr 2001 - 16:44:18 CEST