installation question

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
JayFri
Level 1
Level 1
Posts: 6
Joined: Thu Apr 22, 2021 2:54 pm

installation question

Post by JayFri »

I have installed Linux Mint without wiping hdd with dban first. I am just curious is Linux setup option to erase drive during setup is basically the same as dban quick erase?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
rene
Level 20
Level 20
Posts: 12212
Joined: Sun Mar 27, 2016 6:58 pm

Re: installation question

Post by rene »

No. It appears that "DBAN quick erase" is (anything but quick and) an overwrite of the entire drive with zeroes. Mint's "Erase Disk and..."option just reinitializes the partition tables and filesystem(s). Note though that you can do much the same after the fact with e.g.

Code: Select all

sudo dd if=/dev/zero of=/zero bs=256M status=progress
followed by a sudo rm /zero --- iff your root partition is the only partition (you'd do the same on other partitions if not) and save some very minor details such as sectors part of the new partition table but not the old.

Generally you should only (and only potentially) worry about that sort of stuff when you sell the drive...
Locked

Return to “Beginner Questions”