linux:notes:disk_gpt_format
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
linux:notes:disk_gpt_format [2025/05/16 21:39] – external edit 127.0.0.1 | 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.1747445948.txt.gz · Last modified: by 127.0.0.1