Installing dosfstools on Mac using Brew
Package Information:
Name: dosfstools
Use: dosfstools consists of the programs mkfs.fat, fsck.fat and fatlabel to create, check and label file systems of the FAT family.
URL: https://github.com/dosfstools
Installation Steps:
- Open up your Terminal.
- Copy and execute below command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dosfstools using brew
brew install dosfstools
dosfstools is ready to use now!