AM335X-PAC Series User Manual version 2.0.1 Page: 98
Copyright © 2019 ICP DAS Co., Ltd. All Rights Reserved. E-mail: [email protected]
mkfs.minix
: this command is used to make a MINIX filesystem
mkfs.vfat
: this command is used to make an MS-DOS filesystem
6.2. Using a USB Storage Device
USB storage devices are not automatically mounted to the LinPAC AM335x PAC, set it must be
manually mounted before attempting to access the USB storage device. (Refer to Figure 6.2-1)
Figure 6.2-1.
Checking that the USB storage device is on disk
Parameter
Description
Example
create a Linux MINIX file-system
mkfs.minix /dev/mmcblk0p1
-c
check the device for bad blocks before
building the file system
mkfs.minix -c /dev/mmcblk0p1
Parameter
Description
Example
-A
use Atari variation of the MS-DOS filesystem mkfs.vfat -A /dev/mmcblk0p1
-v
verbose execution
mkfs.vfat -v /dev/mmcblk0p1