[comp.unix.aux] Apple 40SC

glenn@dlcdev.UUCP (Glenn) (07/27/89)

I am also trying to get my tape drive to work under AUX.
I tried the autoconfig suggested  in previous messages and 
now when I boot AUX it claims that 
tc: 40SC tape driver ver 1.9 is loaded
mt -f /dev/rmt/tc1 format
formats the tape fine. (I verified this under MacOS)
Other mt commands such as rew and fsf work fine.
tar, cpio and dd dont work. They all say read or write error.
dd says "write error: no such device or address".
Has anyone any ideas?

steveg@tove.umd.edu (Steve Green) (07/30/89)

oops, in typing this message, it occured to me that I may have posted some wrong
in a previous post (about the tape Bup) and if this message seems to be in
conflict with my other, use this one.  To use the 40 Bup SC.
Method 1.
	tar cf - {files} | tcb > /dev/rmt/tc? <- your scsi id here.
this method is faster but assumes that your files will fit on one tape.  If you
want to archive more than one tape of stuff, you can specifiy 8k blocks with tar
but it is much slower.
	tar cfvbB /dev/rmt/tc? 16 76700 {files}
The number 76700 is the number of 512 byte blocks on a tape.  This number I have
slightly smaller than the size of the tape because not all of my tapes have the
same capacity.  mt status will tell you the capicity of a tape and you can
calculate the number for your tapes.

						steveg@tove.umd.edu