From: Toby D. <to...@so...> - 2004-02-11 11:19:12
|
Hi all- =20 I am a Linux newbie, so please forgive my ignorance. I have an i586 box running SuSE Linux 9.0 and it has a Seagate STT3401A IDE tape drive. I tried using tar, and I got I/O errors, and after fishing around on = Google I found out that the ide-tape module doesn't work, but the ide-scsi does. = Ok, installed that (did rmmod and modprobe) and now I can tar to/from the = tape drive. I can also run Taper, but I don't much like the interface, and = for some reason I can't get Taper to execute via cron. I'd rather use flexbackup anyway, because it seems cleaner/better. However. =20 Now that I have the ide-scsi module installed, flexbackup tries to do a = mt -f /dev/nst0 setblk and defblksize and gets an I/O error and fails. = This happens even if I do flexbackup -test-tape-drive. Presumably because my tape drive isn't really a SCSI drive. ? =20 =20 I read the flexbackup FAQ and tried setting $mt{'setblk'} =3D '' or $mt{'setblk'} =3D 'nop' but it doesn't make any difference, I still get = the error. I tried the -ignore-errors switch but it still failed. =20 Has anyone out there been able to use and IDE tape drive with = flexbackup? I'd greatly appreciate any help. =20 Next time, I'm buying a SCSI tape drive! =20 Thanks, Toby |