[CentOS] format fat32 filesystem

Tue Jun 27 18:54:34 UTC 2006
Jason Bradley Nance <aitrus at tresgeek.net>

> mkfs.vfat: No such file or directory
> 
> is there a module i need to install to support vfat?

You may also find this command useful in the future:

yum whatprovides <something>

where <something> is a filename or 'provides' keyword.

So you could do:

yum whatprovides mkfs.vfat

or even:

yum whatprovides /sbin/mkfs.vfat

j