hi
our company develop a DVR product .i need format hdd into fat32 in the linux enviroment . and i use the following command :mkfs.vfat /dev/sda.
can i implement it?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi
our company develop a DVR product .i need format hdd into fat32 in the linux enviroment . and i use the following command :mkfs.vfat /dev/sda.
can i implement it?
I believe the right command is
mkfs.vfat -F 32 /dev/sda
You may also need to partition your hdd, the follwing wiki article was written for a MMC device, but it may help http://wiki.davincidsp.com/index.php?title=MMC_Boot_Format