this post was submitted on 02 Aug 2025
5 points (100.0% liked)

Raspberry Pi

2618 readers
11 users here now

Welcome to the programming.dev Raspberry Pi community!

Raspberry Pi is a series of small single-board computers. It is widely used in many areas because of its low cost, modularity, and open design. It is typically used by computer and electronic hobbyists.

Rules

Members of this community are expected to exhibit mature and respectful behavior.

Those who fail to uphold these standards may find their posts or comments removed, with repeat offenders potentially facing a permanent ban.

Please keep discussions in English so that they can be appropriately moderated.

Links

founded 2 years ago
MODERATORS
 

I have a pile of hard drives sitting around that need to be securely wiped. Does anyone know of something similar to DBAN or ShredOS for ARM that I can use to turn a Pi into a disk wipe station? It doesn't need to be a dedicated OS, just a package that I can run on top of armbian or whatever.

you are viewing a single comment's thread
view the rest of the comments
[–] Dumhuvud@programming.dev 2 points 21 hours ago

Arch Wiki has a rather decent article about wiping disks: https://wiki.archlinux.org/title/Securely_wipe_disk

Assuming your Pi runs a Linux distro, most of those tools should be already present on your system.