Hello Komal,
If it's a SCSI tape device try the following to create and archive:
on Gnu-Linux -- tar -cvf /dev/st0 /path/to/dir on AIX -- tar -cvf /dev/rmt0 /path/to/dir
"man tar" for more info.
Thanks for reply.Do not I have to mount tape drive first? Is it possible to configure fstab to automatically mount tap drive?
Regards
Komal