this post was submitted on 24 Aug 2025
46 points (96.0% liked)
Linux
57700 readers
808 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hey SteveTech
I dont use internal or external SSD's.
It maybe because I am an old greybeard, but I prefer to suffer the slight loss in speed of a HDD, so I can dd/erase/wipe them and reuse them again and again.
Though I have been using "disktest" to erase SSD's and HDD's recently and it has been working great. Much faster than zeroing with dd /dev/zero, shred or wipe.
https://crates.io/crates/disktest
https://github.com/mbuesch/disktest
However, I digress, I had not heard of f2fs before.
Ive been having an intersting read online.
It appears that it is a default for android phones.
I do have a few SSD's laying around from when I replace them with HDD's. So I will test f2fs on one of those.
Thank you
Oh no worries!
Also hdparam/nvme-cli will let the drive erase itself, and should be faster than operating through a computer. Like it can take seconds on some SSDs since it wipes the chips in parallel, and some drives are self encrypting, so it just deletes the key, leaving the scrambled data. But those usually won't work on USB drives.