- Community Home
- >
- Storage
- >
- Legacy
- >
- Disk
- >
- Formatting disks
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
05-21-2004 12:56 AM
05-21-2004 12:56 AM
What is the best way to make sure no data can be recovered once they are in someone elses hands
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 12:57 AM
05-21-2004 12:57 AM
Solutionhttp://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=597812
Rgds..Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 01:04 AM
05-21-2004 01:04 AM
Re: Formatting disks
#mediainit -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 01:05 AM
05-21-2004 01:05 AM
Re: Formatting disks
For non-root disks, you can use dd:
dd if=/dev/zero of=/dev/rdsk/cNtNdN bs=1024k
For the root volumes you can just cd to / and do a "rm -rf *". It's the only time in your admin life that you get to do it, so enjoy!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 01:07 AM - last edited on 09-16-2024 02:21 AM by support_s
05-21-2004 01:07 AM - last edited on 09-16-2024 02:21 AM by support_s
Re: Formatting disks
mediainit and also i think pvcreate -f will do
Regs
- Tags:
- memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:36 AM
05-21-2004 03:36 AM
Re: Formatting disks
You can also write junkdata to the disk with DD, select a random source, the kernel or so and write it to all the blocks on the disk.