problem: Format the second partition as FAT32 (USB stick)

Discussion in 'Installation/Configuration' started by edge, Oct 23, 2008.

  1. edge

    edge Active Member Moderator

    I have the following 2 partitions on my USB stick.
    I want to format the /dev/sdb2 as FAT32.
    Now when I run:
    Code:
    mkfs -t vfat -F 32 /dev/sdb2
    I get the following error: mkfs.vfat: no such file or directory.

    Anyone here who might know what I'm doing wrong?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Not sure, maybe you have to install an additional package. Have you searched for mkfs.vfat with apt-file?
     

Share This Page