Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Not that I know of. I would use the dd command to dump some data from the tape. By examining the header if one exists you might be able to determine the application or command that created the backup.
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420
Rep:
I assume that you're askin about DAT tape drives. Suppose your tapes are loaded on /dev/st0.
Before reading the tape's data first you have to rewind the tape.
Not that I know of. I would use the dd command to dump some data from the tape. By examining the header if one exists you might be able to determine the application or command that created the backup.
hi michael, what you mean by examining the header? how do i read the headers?
I assume that you're askin about DAT tape drives. Suppose your tapes are loaded on /dev/st0.
Before reading the tape's data first you have to rewind the tape.
Hi Arya, it's LTO 2 tape drive, so basically if there's no general command. then the best way is just to overwrite the contents of the tape. or try the luck of using tar, cpio and other commands to determine what command was used to dump the data to the tape.
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420
Rep:
I don't know exactly how to use or read the contents of LTO 2 tape drive. But in our data centre my colleague use windows application software to access that and you can refer this document here. I hope it will help you somehow.
hi michael, what you mean by examining the header? how do i read the headers?
thank you.
If you could read the content, so you can have files you can identify the types by reading the first few bytes. The command file can do it and can give you an answer. But first you need to read the tape. With dd you can copy the content to disk and you will get much quicker access to the content.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.