[Pluto-help] tape ide
Damiano
d.cappelletti a teseonet.it
Mer 12 Mar 2003 18:55:23 CET
max_xxv wrote:
> Ciao a tutti, nell'ultimare il mio server vorrei far funzionare un vecchio
tape ide "HP Colorado 5Gb". L'ho installato e ho caricato il modulo ide-tape
e lo rileva correttamente ma se tento di fare un bakup du /dev/hdb ricevo
vari messaggi di errore.
> Premetto che non ho mai usato un tape e quindi non so neppure che
procedura/programmi usare per fare un bakup, qualcuno mi puņ aiutare?
>
> ciao by
> max_xxv
>
Per ide-tape io uso i devices :
ht0 e nht0
Se usi kernel 2.2.4 e inferiori i device devi crearli
come riportato nei sorgenti di ide-tape.c :
ht0 major 37, minor 0 first IDE tape, rewind on close
....
nht0 major 37, minor 128 first IDE tape, no rewind on close
per creare
mknod /dev/ht0 c 37,0
mknod /dev/nht0 c 37,128
Per provare usa il comando :
mt -f /dev/ht0 status
mt -f /dev/ht0 rewind
vedi mt --help
Con il kernel 2.4.xx puoi usare anche il device osst0 (devi caricare il
modulo)
sembra diano meno problemi (anche se io non ho problemi con ht0).
Ciao
Damiano
More information about the pluto-help
mailing list