Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux format disk fat32

lsblk -f# to list all disks
# find your disk by its size or label and remember its NAME, (without the "|-" or "`-"
sudo mkfs -t vfat /dev/NAME #replace NAME with your disks name.
# if it doesn't work, try without "sudo "
Source by devconnected.com #
 
PREVIOUS NEXT
Tagged: #linux #format #disk
ADD COMMENT
Topic
Name
2+8 =