F5F Stay Refreshed Software Operating Systems You need to erase the Linux Ubuntu installation from the hard disk drive.

You need to erase the Linux Ubuntu installation from the hard disk drive.

You need to erase the Linux Ubuntu installation from the hard disk drive.

Pages (2): Previous 1 2
M
Meteor__YT
Member
81
02-16-2023, 03:13 AM
#11
To erase everything on your Ubuntu system, simply run "sudo rm -rf /". If needed, add --no-preserve-root for extra safety. For mechanical drives, you might need to physically shake them while power is on, but be aware this will destroy the drive.
M
Meteor__YT
02-16-2023, 03:13 AM #11

To erase everything on your Ubuntu system, simply run "sudo rm -rf /". If needed, add --no-preserve-root for extra safety. For mechanical drives, you might need to physically shake them while power is on, but be aware this will destroy the drive.

H
HellaDapper
Member
225
02-17-2023, 10:58 AM
#12
To format a drive, such as wiping it, you can use the dd command. It’s recommended to run this from a live disk to avoid file lock problems on your current Ubuntu system. If you’re using sda, sdb, or another partition, replace the drive label accordingly. You can also feed random data with /dev/urandom if you prefer. Only rewrite the first 64 MB to make the partition appear empty to the OS.
H
HellaDapper
02-17-2023, 10:58 AM #12

To format a drive, such as wiping it, you can use the dd command. It’s recommended to run this from a live disk to avoid file lock problems on your current Ubuntu system. If you’re using sda, sdb, or another partition, replace the drive label accordingly. You can also feed random data with /dev/urandom if you prefer. Only rewrite the first 64 MB to make the partition appear empty to the OS.

T
TugaCarlos
Member
165
02-17-2023, 11:51 AM
#13
Gparted live CD/USB version
T
TugaCarlos
02-17-2023, 11:51 AM #13

Gparted live CD/USB version

Pages (2): Previous 1 2