Operating System - Linux
1754328 Members
2734 Online
108813 Solutions
New Discussion юеВ

how to erase data on a MSA1000 attached to Linux Server

 
SOLVED
Go to solution
Danesh Qureshi
Regular Advisor

how to erase data on a MSA1000 attached to Linux Server

I have a HP Proliant DL585 G1 server running Red Hat Linux RHEL 4.

I want to delete all the data on the storage MSA1000 SAN attached to the server.

How can I safely delete all the data on MSA1000 SAN storage?
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: how to erase data on a MSA1000 attached to Linux Server

Shalom,

dd is a good tool.

If it happens to be a file system, you can umount it and use newfs to clean it.

In the end, though a good recovery is still possible on the data, using various recovery methods.

That was the reason why my previous employer sent the disks to the crusher when done with them. This avoided any possibility of proprietary data getting out the door.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Danesh Qureshi
Regular Advisor

Re: how to erase data on a MSA1000 attached to Linux Server

Salam,

Thank you very much.

I will use the dd command to erase the data.

Dennis Handly
Acclaimed Contributor

Re: how to erase data on a MSA1000 attached to Linux Server