Debian Sarge
Streamer Seagate STT3401A
Taśma HP Travan 20GB C4435A
Sprzęt PowerEdge 840
lshw:
Kod: Zaznacz cały
*-tape
product: Seagate STT3401A
physical id: 1
bus info: ide@0.1
logical name: /dev/hdb
capacity: 1023GB
Chciałbym zrzucać backup na tą taśmę, ale z pewnych nie znanych mi powodów nie mogę/potrafię.
Kod: Zaznacz cały
dmesg -c
# mt -f /dev/nht0 compression
/dev/nht0: Input/output error
$ dmesg
ide-tape: MTIO operation 32 not supported
# mt -f /dev/nht0 defcompression 1
/dev/nht0: Input/output error
$ dmesg
ide-tape: MTIO operation 24 not supported
# mt -f /dev/nht0 erase
$ dmesg
ide-tape: ht0: I/O error, pc = 19, key = 3, asc = 30, ascq = 0
# tar -cvpf /dev/nht0 /etc
tar: /dev/nht0: Nie można write: Błąd wejścia/wyjścia
tar: Błąd nie do naprawienia: koniec
$ dmesg
ide-tape: ht0: I/O error, pc = a, key = 3, asc = 30, ascq = 0
ide-tape: ht0: I/O error, pc = a, key = 3, asc = 30, ascq = 0
ide-tape: ht0: I/O error, pc = 10, key = 3, asc = 30, ascq = 0
ide-tape: ht0: I/O error, pc = 10, key = 3, asc = 30, ascq = 0
ide-tape: ht0: I/O error, pc = 10, key = 3, asc = 30, ascq = 0
# ammt -f /dev/ht0 -d s
debug mode!
syntax: eof -> e
syntax: weof -> w
syntax: fsf -> f
syntax: asf -> a
syntax: bsf -> b
syntax: rewind -> rewi
syntax: offline -> o
syntax: rewoffl -> rewo
syntax: status -> s
tapename is "/dev/ht0"
calling tape_open("/dev/ht0",0)
processing status(1)
calling tapefd_status()
/dev/ht0 status: OFFLINE
mt-st mkpartition 0
/dev/ht0: Input/output error
mt: The device is offline (not powered on, no tape ?).
Kod: Zaznacz cały
cat /etc/stinit.def | grep -v '#'
{buffer-writes read-ahead async-writes scsi2logical=1}
ps. Taśma nie jest w trybie write-protected.