> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# ShredOS is a Linux Distro Built to Wipe Your Data
- URL: https://itsfoss.com/news/shredos/
- Published: 2025-01-03T10:52:05.000Z
- Updated: 2025-01-03T10:52:05.000Z
- Description: A Linux distro built to help you destroy data. Sounds pretty cool!
- Author: Sourav Rudra
- Tags: Privacy 🛡️, News, #Import 2025-11-08 21:15

Secure disposing of old/unused hard disks and SSDs correctly is essential to prevent the leak of any sensitive information such drives may contain. **A simple format or deletion of files does not guarantee data erasure**, and you have to go the extra step by implementing specialized tools.

This is even more critical for businesses or government entities handling highly sensitive materials, as a data leak could result in significant financial and reputational damage or, in worst-case scenarios, pose a direct threat to national security.

We will be taking a look at ShredOS, **a specialized Linux-based operating system** that employs a host of data erasure tools and techniques to ensure that your data drives never end up exposing sensitive information to threat actors.

## ShredOS: Overview ⭐

![a screenshot of shredos running on a virtual machine on fedora](https://itsfoss.com/content/images/2025/01/ShredOS_a.png)

ShredOS running on a [virtual machine](https://itsfoss.com/virtual-machine/) on Fedora 41.

Built as a lightweight operating system, ShredOS's only purpose is to securely erase the contents of disks by making use of [nwipe](https://github.com/martijnvanbrummelen/nwipe?ref=itsfoss.com), a disk eraser utility that features a number of erasure methods.

It can be run on both 32-bit and 64-bit systems, with legacy and UEFI boot being supported to ensure a broad scope of coverage across different platforms. Plus, it ships with many additional tools like [hdparm](https://en.wikipedia.org/wiki/Hdparm?ref=itsfoss.com), [hexedit](https://linux.die.net/man/1/hexedit?ref=itsfoss.com), [smarmontools](https://www.smartmontools.org/?ref=itsfoss.com), nvme, and sg3\_utils for further aiding in disk cleanups.

## Why Would You Want To Try It?

The short answer is due to its massive arsenal of erasure tools and techniques. Thanks to its nwipe foundation, users can take advantage of **10 different erasure methods** that include *Fill With Zeros*, *Fill With Ones*, *RCMP TSSIT OPS-II*, *DoD Short*, *DoD 5220.22M*, *Gutmann Wipe*, *PRNG Stream*, *Verify Zeros*, *Verify Ones*, and *HMG IS4 enhanced*.

There are **five pseudorandom number generators** included too, with options like [Mersenne Twister](https://en.wikipedia.org/wiki/Mersenne%5FTwister?ref=itsfoss.com), [ISAAC](https://en.wikipedia.org/wiki/ISAAC%5F%28cipher%29?ref=itsfoss.com), [ISAAC-64](https://www.burtleburtle.net/bob/rand/isaacafa.html?ref=itsfoss.com#:~:text=JavaScript%20%28MIT%20license%29-,ISAAC%2D64,-generates%20a%20different), [Lagged Fibonacci](https://en.wikipedia.org/wiki/Lagged%5FFibonacci%5Fgenerator?ref=itsfoss.com), and [XORoshiro-256](https://bashtage.github.io/randomgen/bit%5Fgenerators/xoshiro256.html?ref=itsfoss.com). There is also a program to verify whether the disk is actually empty before the last pass fills the device with zeroes.

![](https://itsfoss.com/content/images/2025/01/ShredOS_b.png)

![](https://itsfoss.com/content/images/2025/01/ShredOS_c.png)

![](https://itsfoss.com/content/images/2025/01/ShredOS_d.png)

ShredOS's wipe method, pseudo random number generator, and verification mode pages.

When cleaning a disk, users can manually add the number of wipes ShredOS will carry out with the selected wipe method, and there is the option to run a final blanking pass post-wipe, leaving the disk with zeros (*as data*).

After everything is done, a PDF report is generated (*can be disabled/configured)*, showing important details of the wipe operation.

![](https://itsfoss.com/content/images/2025/01/ShredOS_e.png)

![](https://itsfoss.com/content/images/2025/01/ShredOS_f.png)

![](https://itsfoss.com/content/images/2025/01/ShredOS_g.png)

ShredOS's rounds, final blanking pass, and configuration pages.

You have to keep in mind that **erasing hard disk drives is the most optimal use case of ShredOS** as there are some limitations that prevent full cleanup of solid-state drives (SSDs). Physically destroying such drives is the best course of action.

Moreover, I was unable to test ShredOS as I did not have any extra drives that I could wipe, but it should perform just fine seeing that it did not misbehave when I ran it inside a virtual machine.

## 📥 Get ShredOS

The most recent release of ShredOS can be found on [GitHub](https://github.com/PartialVolume/shredos.x86%5F64/releases?ref=itsfoss.com), where the developers provide *IMG* and *ISO* files for writing to a USB drive, CD/DVD, or running it with [Ventoy](https://itsfoss.com/use-ventoy/).

The same repository also acts as the documentation if you scroll down on the [main page](https://github.com/PartialVolume/shredos.x86%5F64?ref=itsfoss.com).

[ShredOS (GitHub)](https://github.com/PartialVolume/shredos.x86%5F64?ref=itsfoss.com)

**Suggested Read** 📖

[A Beginner’s Guide to LVM in LinuxGet started with the basics of LVM (Logical Volume Manager) and efficiently manage the disk space on your Linux system.![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSAbhishek Kumar![](https://itsfoss.com/content/images/2024/03/lvm-guide.png)](https://itsfoss.com/lvm-guide/)