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:

  1. Open up your Terminal.
  2. Copy and execute below command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install dosfstools using brew
    brew install dosfstools

dosfstools is ready to use now!