Hi, when i run mkfs using this command mkfs -t vfat /dev/sda5 i get this mkfs.vfat: No such file or directory is there a module i need to install to support vfat? -- Regards, Mark Quitoriano, CCNA Fan the flame... http://www.spreadfirefox.com/?q=user/register&r=19441 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060628/fa3e8bea/attachment-0002.html>
> is there a module i need to install to support vfat?dosfstools
Mark Quitoriano wrote:> is there a module i need to install to support vfat?dosfstools
> 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