[6745] in linux-scsi channel archive
Re: SCSI Tape Problem
daemon@ATHENA.MIT.EDU (Don Fisher)
Thu Jun 24 15:43:33 1999
Date: Thu, 24 Jun 1999 17:44:12 +0000
From: Don Fisher <dfisher@as.arizona.edu>
To: rwk@americom.com, linux-scsi@vger.rutgers.edu,
linux-admin@vger.rutgers.edu
rwk@americom.com wrote:
>
> I updated my kernel from 2.0.36 to 2.2.5 and now have toe following
> problem (which worked under 2.0.35).
>
> When I try to write to my SCSI tape drive it always says:
>
> dd: /dev/st0: Input/output error
> st0: Write not multiple of tape block size.
>
> It writes all but the last block to the tape. (I know because I read it
> back in and the last block of the file is missing.)
>
> Can anyone suggest what the problem and the solution might be?
>
> Please reply to:
>
> rwk@AmeriCom.com
I have the same problem, except compounded. I get multiple
occurrences of
same. I am trying to backup NT SMB shares using samba. My command
is -
((smbclient "\\\\${WS_NAME}\\${WS_NAME}_bu_c" ${PASSWORD} -U
${USER_NAME} \
-N -d0 -Tc -) | gzip > ${TAPE_DRIVE}) > ${NAME} 2>&1
The tape drive is and Exabyte Eliant. mt shows the blocking
factor as 0,
witch I think means is should adapt. I also thought the Exabyte
tapes had an
internal buffer and did their own blocking (=> 1 helical scan?)
from that
buffer.
Any help appreciated.
don
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu