How to securely erase my linode?

I recently did a os upgrade on another linode and swapped IP's now I want to give back my old linode is there any guide to securely erase data on that linode before I remove it from linode manager?

4 Replies

Linode disk images are securely deleted on the host prior to the underlying storage being made available for another Linode to use. Therefore, all you need to do is remove the Linode in the Linode Manager, and the rest will be taken care of for you.

@dwfreed:

Linode disk images are securely deleted on the host prior to the underlying storage being made available for another Linode to use. Therefore, all you need to do is remove the Linode in the Linode Manager, and the rest will be taken care of for you.

Thanks for the info dwfreed.

It's good to know that Linode does it for you … however I would like have control over process before Linode takes over so can I do some preprep and are there any recommended set of steps to follow to do this?

If you're really paranoid, you could boot into Rescue Mode and zero the block device with dd:

dd if=/dev/zero of=/dev/sda bs=4k

Note that this will completely erase the entire disk image, and no data will be recoverable from it.

@dwfreed:

If you're really paranoid, you could boot into Rescue Mode and zero the block device with dd.

Thanks dwfreed will try that command out!

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct