Lines Matching +full:code +full:- +full:format
6 -------------------------
11 #. Format the USB flash drive as FAT32.
13 On Windows, open ``File Explorer``, and right-click on the USB flash drive.
14 Select ``Format...``. Make sure in ``File System``, ``FAT32`` is selected.
15 Click on the ``Format`` button and wait for it to finish.
17 On Linux, graphical utilities such as ``gparted`` can be used to format
22 .. code-block:: console
24 $ mkfs.vfat -F 32 <device-node>
34 -------------------------
51 .. code-block:: console
60 .. code-block:: console