F5F Stay Refreshed Software Operating Systems Script for clearing disk space on Linux

Script for clearing disk space on Linux

Script for clearing disk space on Linux

K
kervinc
Posting Freak
804
07-11-2023, 03:23 PM
#1
You're planning to create a Linux USB drive for cleaning your Windows system. For formatting the HDD, consider using tools like `gparted` or `dd`. To free up space, you might explore `parted` or `fdisk`. No specific program is needed for this task.
K
kervinc
07-11-2023, 03:23 PM #1

You're planning to create a Linux USB drive for cleaning your Windows system. For formatting the HDD, consider using tools like `gparted` or `dd`. To free up space, you might explore `parted` or `fdisk`. No specific program is needed for this task.

I
IAMLeonox
Member
163
07-17-2023, 10:13 AM
#2
You can utilize the command dd if=/dev/zero to populate the disk with zeros; this approach ensures a fresh, clean slate of zeroes.
I
IAMLeonox
07-17-2023, 10:13 AM #2

You can utilize the command dd if=/dev/zero to populate the disk with zeros; this approach ensures a fresh, clean slate of zeroes.

S
SolitudeFX
Member
131
07-29-2023, 05:15 AM
#3
Refers to a feature in certain applications that permanently removes files rather than hiding them, making recovery impossible. I could consider using such a command.
S
SolitudeFX
07-29-2023, 05:15 AM #3

Refers to a feature in certain applications that permanently removes files rather than hiding them, making recovery impossible. I could consider using such a command.

D
darknesshitsme
Junior Member
15
08-05-2023, 04:12 PM
#4
run a 4096-byte write at the start using zero data as input to the target device
D
darknesshitsme
08-05-2023, 04:12 PM #4

run a 4096-byte write at the start using zero data as input to the target device

J
JebThePleb
Posting Freak
898
08-05-2023, 11:32 PM
#5
Fill the disk with zeros or use /dev/random
J
JebThePleb
08-05-2023, 11:32 PM #5

Fill the disk with zeros or use /dev/random

M
Marinated
Senior Member
666
08-06-2023, 02:00 AM
#6
You typically use the command "shred -v /dev/sda". It overwrites data three times by default. Just burn an Arch Linux ISO onto a USB stick and run the command during installation.
M
Marinated
08-06-2023, 02:00 AM #6

You typically use the command "shred -v /dev/sda". It overwrites data three times by default. Just burn an Arch Linux ISO onto a USB stick and run the command during installation.

L
LeStylez
Member
145
08-06-2023, 02:48 AM
#7
gparted.
L
LeStylez
08-06-2023, 02:48 AM #7

gparted.