Check and Repair FAT filesystem
In Linux, we have a tool to check the details of the FAT filesystem. The command isdosfcsk.
By this command, we can verify the disk we initialized earlier.
To verify,
$ dosfsck -v test.diskThen the following will appear:
This agrees with the settings ofmkfs.vfatthat we ran.
Last updated
Was this helpful?