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.disk
Then the following will appear:
This agrees with the settings ofmkfs.vfat
that we ran.
Last updated
Was this helpful?