linux:notes:disk_gpt_format
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:notes:disk_gpt_format [2024/10/26 06:33] – [Wipe Disk] Sean Rhone | linux:notes:disk_gpt_format [2025/09/10 00:59] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Wipe Disk ====== | ||
- | |||
- | * [[linux: | ||
- | * TODO: Optimal '' | ||
- | |||
- | lsblk | ||
- | |||
- | sudo wipefs -a -f '/ | ||
- | |||
- | sudo dd if='/ | ||
- | |||
- | ====== fdisk ====== | ||
- | |||
- | * https:// | ||
- | |||
- | sudo fdisk '/ | ||
- | |||
- | g | ||
- | |||
- | n | ||
- | |||
- | w | ||
- | |||
- | ====== ext4 ====== | ||
- | |||
- | **** | ||
- | |||
- | sudo mkfs.ext4 -D -L ' | ||
- | |||
- | ====== NTFS ====== | ||
- | |||
- | * https:// | ||
- | |||
- | sudo mkntfs -Q -L ' | ||
/srv/www/wiki/data/attic/linux/notes/disk_gpt_format.1729938797.txt.gz · Last modified: by Sean Rhone