Format disk
Revision as of 15:10, 6 April 2017 by Andre Castro (talk | contribs) (Created page with "Find where your disk is located, using `lsblk` or `mount` In linux disks are often refered to /dev/sda (you computer's hard-disk), /dev/sdb, /dev/sdc , etc In Mac... To ma...")
Find where your disk is located, using `lsblk` or `mount`
In linux disks are often refered to /dev/sda (you computer's hard-disk), /dev/sdb, /dev/sdc , etc
In Mac...
To make a file system simply do:
sudo mkfs.msdos /dev/sdb
sudo mkfs.vfat /dev/sdb