- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DDS Tape written over with dd command
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
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
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
тАО11-30-2001 07:25 AM
тАО11-30-2001 07:25 AM
DDS Tape written over with dd command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2001 07:30 AM
тАО11-30-2001 07:30 AM
Re: DDS Tape written over with dd command
I hope you realize how dangerous using tape as a fixed media is. Have you investigated using CD's with "mountable" filesystems on them?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2001 07:33 AM
тАО11-30-2001 07:33 AM
Re: DDS Tape written over with dd command
If I understood correctly, you want to write on tape after the 40 written files. The way to access that part of the tape is by using the mt command
mt -t /dev/rmt/#m fsf 40
Will put the tape past the 40th EOF marker (40th file).
HTH,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2001 07:35 AM
тАО11-30-2001 07:35 AM
Re: DDS Tape written over with dd command
Alternatively look at the 'skip [n]' blocks option in 'dd'.
Finally, what about using the 'mt' command to skip past the EOF marker (repeatedly if needed) eg. 'mt -f /dev/rmt/0mn fsf' then trying a 'dd'?
I have no direct experience of using these examples, but in the absence of any Magic answers, these might be worth a try.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2001 07:42 AM
тАО11-30-2001 07:42 AM
Re: DDS Tape written over with dd command
because of the write with the no rewind device the tape has a new end of tape (EOT) mark written after the 40 files.
To get past this new mark i only see a procedure that writes again the amount of data of the 40 files plus some more date to go over the EOT mark and then turn off the power of the tape drive so it cannot write a new mark.
This sounds very strange but i have no better solution.
For this procedure i would recommend not to do this on your K-machine - that hurts too much.
If you can, connect a tape drive to a workstation and do the job there.
Regards