User Tools

Site Tools


linux:notes:disk_gpt_format

This is an old revision of the document!


Table of Contents

Wipe Disk

lsblk
sudo wipefs -a -f '/dev/sdb'
sudo dd if='/dev/zero' of='/dev/sdb' count='1024'

fdisk

sudo fdisk '/dev/sdb'
g
n
w

ext4

sudo mkfs.ext4 -D -L 'NAS' -v '/dev/sdb1'

NTFS

sudo mkntfs -Q -L 'Storage' -I -v '/dev/sdb1'
/usr/local/www/wiki/data/attic/linux/notes/disk_gpt_format.1747445948.txt.gz ยท Last modified: by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki