I am using evaluation version of Suse Linux 9.0 enterprise server. I do not how use tape drive in Linux.
Thank you
Komal
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.
HTH
Trevor
===== |------|____________________________________|------| ( >- / Scaling FreeSoftware & OpenSource \ -< ) /~\ / In the Enterprise \ /~\ | ) \ | www.fsf.org | www.opensource.org | / (/ | |_|_ ____________________________________/ _|_|
__________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail
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
Evening Komal,
I am using evaluation version of Suse Linux 9.0 enterprise server. I do not how use tape drive in Linux.
<snip> Make sure that scsi module is installed and also st ( in may cases ).
then check the status.
mt -t /dev/st0 status ( for checking the status of the tape ).
Regards, Animesh.
__________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail