Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 09:21 AM
12-04-2001 09:21 AM
tcopy?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 09:33 AM
12-04-2001 09:33 AM
Re: tcopy?
I don't know tcopy, but can you describe the funcionality of tcopy?
Regards,
Justo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 09:43 AM
12-04-2001 09:43 AM
Re: tcopy?
DESCRIPTION
tcopy copies the magnetic tape mounted on the tape drive specified by the source argument. The only assumption made about the contents of a tape is that there are two tape marks at the end.
When only a source drive is specified, tcopy scans the tape, and displays information about the sizes of records and tape files. If a destination is specified, tcopy makes a copies the source tape onto the destination tape, with blocking preserved. As it copies, tcopy produces the same output as it does when only scanning a tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 09:47 AM
12-04-2001 09:47 AM
Re: tcopy?
dd
or check this thread out:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x1693abe92dabd5118ff10090279cd0f9,00.html
good luck.
PS. It would help if you say what you want to achieve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 10:08 AM
12-04-2001 10:08 AM
Re: tcopy?
I am interested in the displaying of the information about the sizes of records and tape files, as opposed to making copies of the tape. This is rather easy to do with tcopy. Here is a sample output of tcopy:
# tcopy /dev/rmt/0cbn
file 1: record 1: size 1024
file 1: eof after 1 records: 1024 bytes
file 2: record 1: size 1024
file 2: records 2 to 1553: size 32768
file 2: eof after 1553 records: 50856960 bytes
file 3: record 1: size 1024.... and so on
Thanks for any and all information. I will be more direct in my requests!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 12:36 AM
12-05-2001 12:36 AM
Re: tcopy?
If you use the tar or cpio command to make the tape, you can use the same command with the "-t" option to see the contenent of the tape.
You can view information on that commands and options in the man pages for this commands.
Hope this help you,
Justo.