Hi Erwan,
I know you've probably tried most of this.
Checking back on your mail of 5 May,
I see:
/dev/nst0: Input/output error

There is nothing flexbackup can do until that is sorted.
What blocksize does mt status report on a clean boot?
Can you run a simple tar to the drive?

mt -f /dev/st0  status
mt -f /dev/st0  rewind
tar cf /dev/nst0 /etc
mt -f /dev/st0  rewind
tar tf /dev/nst0


Try manually setting the blocksize to the same as what
you're using in the script.

"mt -f /dev/st0 setblk 1024"
and use
$mt_blksize = "1024";

Niall



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
flexbackup-help mailing list
flexbackup-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexbackup-help

Reply via email to