"Earnshaw, Mike" wrote: > > List, > > When I try to tar to a scsi tape with: > > tar -czf filename.tar /mnt/cad | /dev/st0 > In an attempt to stop the 'permission denied' message you could try 'chmod u+x /dev/st0' :) Garth