- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tape Drives
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
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
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
тАО05-17-2000 06:31 AM
тАО05-17-2000 06:31 AM
Can anyone tell me or direct me to a good URL that explains exaclty what the files in /dev/rmt/* do.
example:
0hc@ 0mb 0mnb c0t0d0BESTb c0t0d0BESTnb
0m 0mn c0t0d0BEST c0t0d0BESTn tape2_config
what's the difference using in using "cpio -icRt
I'm still a newbie.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2000 06:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2000 06:45 AM
тАО05-17-2000 06:45 AM
Re: Tape Drives
Chapter 6. Configuring Tape Drives:
http://docs.hp.com:80/dynaweb/hpux11/hpuxen1a/perien1a/@Generic__BookTextView/15520
or
http://docs.hp.com/dynaweb/hpux11/hpuxen1a/perien1a/@Generic__BookView
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2000 06:46 AM
тАО05-17-2000 06:46 AM
Re: Tape Drives
Specifically about the example you gave, 0m will do the cpio and then rewind the tape. The 0mn will not rewind at the end. You could do another cpio and append that to the tape after the first cpio.
Those device names are a little cryptic and confusing at first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2000 06:53 AM
тАО05-17-2000 06:53 AM
Re: Tape Drives
This FORUM is the best thing for newbies like me.
Thanks again.