ghacks Technology News

Dedicated Server Disk Wipes

dedicated serverSystem administrators do not have physical access to dedicated servers. These servers are usually hosted by a web hosting company in a secured data center. Most dedicated servers are rented for a certain period of time and then passed on to the next customer. While some dedicated server hosters securely wipe and format the hard drives before they are made available again some only format them. Reason for this might be time but also missing knowledge that data can be restored if it is not wiped securely from the server drives.

A recent discussion over at the Donation Coder forum touched that subject. A user noticed that he was able to restore data from a dedicated server that was rented by someone else before. This can have some serious implications. Dedicated servers can hold all kinds of sensible data including user accounts, passwords, business databases, email addresses, personal information, photos, media and documents. Many of these can still be restored if the hard drives are not wiped correctly which obviously can be very problematic not only from a business point of view but also from a private view depending on the kind of data that has been stored on the hard drives of the dedicated server.

There are two possibilities to ensure that no third party will have access to the data stored on the server drives. Option A would be to purchase the hard drive from the web hosting company. Most will not have problems selling hard drives to their customers for a premium. This is actually a good option for most companies as it would mean that they will have physical access to the hard drive that has been in their dedicated server.

The second option is to wipe the hard drive of the dedicated server securely before the contract ends. The possible solutions are limited as the server has to be running to be able to remotely access it. One way to wipe a specific hard drive or partition of a dedicated server is to issue the following command:

shred -f -z -v -u /dev/sda

This will wipe /dev/sda, you might need to change that. The process will take some time obviously. The parameters mean the following:

  • -f: force, changes permission levels to allow writing if necessary
  • -z: zeroes, will overwrite the entire disk with zeroes in the end
  • -v: verbose, display the progress
  • -u: remove, truncates and remove file after overwriting
Enjoyed the article?: Then sign-up for our free newsletter or RSS feed to kick off your day with the latest technology news and tips, or share the article with your friends and contacts on Facebook or Twitter.

Related Articles:

How To Select A Dedicated Server Provider
Should you Try Virtual or Dedicated Hosting?
Replace Scan Disk with Check Disk
How To Deal With Huge Apache Web Server Log Files
Yahoo Server Monitor Widget



About the Author:Martin Brinkmann is a journalist from Germany who founded Ghacks Technology News Back in 2005. He is passionate about all things tech and knows the Internet and computers like the back of his hand. You can follow Martin on Facebook or Twitter.

Author: , Thursday April 30, 2009 -
Tags:, , , , ,


Leave a Reply   Follow Ghacks   Subscribe To Comment Rss

Subscribe without commenting

© 2005-2012 Ghacks.net. All Rights Reserved. Privacy Policy - About Us