- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: formatting tha DDS tape completely
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
01-26-2004 06:32 PM
01-26-2004 06:32 PM
Would someboy tell me that how can I format the DDS tape completely.
Which mean from B.O.T to E.O.T.
"mediainit" can format only data area?
Sorry such a begginers question,
Thanks.
Katsu
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 06:35 PM
01-26-2004 06:35 PM
Re: formatting tha DDS tape completely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 06:39 PM
01-26-2004 06:39 PM
Re: formatting tha DDS tape completely
why do you want to format the unused part?
You yould use:
dd if=/dev/zero of=/dev/rmt/"tape device" bs=1024 count=10000000
Use a device with no compression.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 06:45 PM
01-26-2004 06:45 PM
SolutionOverwrite the tape with zeros as follows:
# dd if=/dev/zero of=/dev/rmt/0m
If you have to be absolutely sure, put a magnet on the tape for a day, or burn it
It's very easy to write a C program or a perl script to do the same as above. Maybe even better, by writing 0x55555555 first from BOT to EOT, then rewind and write 0xAAAAAAAA from bot to EOT, but the /dev/zero method is a whole lot easier
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 06:51 PM
01-26-2004 06:51 PM
Re: formatting tha DDS tape completely
Thank you for quickly replying.
We have a customer who has very very strict security rule for them data.
So,we have to elase all of the data on the tape completely.
dd is best way to elase those?
Thanks
Katsu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 07:08 PM
01-26-2004 07:08 PM
Re: formatting tha DDS tape completely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 07:18 PM
01-26-2004 07:18 PM
Re: formatting tha DDS tape completely
If there is a large number of tapes dd will be rather slow. There is bulk erase equipment avilable on the market.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 07:47 PM
01-26-2004 07:47 PM
Re: formatting tha DDS tape completely
Now we are trying the recommendation of Procura's one.
We know destroying the tape is best way,but I think ,we will not be able to do that.
Thank you for your cooperation.
Regards
Katsu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 07:50 PM
01-26-2004 07:50 PM
Re: formatting tha DDS tape completely
:-) John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 03:25 PM
01-27-2004 03:25 PM
Re: formatting tha DDS tape completely
The result was, 7 hours 10 minutes.
125m DDS3 Tpae in DDS3 Drive.
Oh great! I will be able to get enough sleep.
Thanks
Katsu