mkfs.vfat /dev/mmcblk0p1
Code: fsck -af /dev/mmcblk0p1 checks the filesystem afterwards. It might be necessary to apply some more force to the fsck command that would be Code: fsck -r /dev/mmcblk0p1 After you receive no more errors from fsck, you could mount the partition Code: mount /dev/mmcblk0p1 /home/user/MyDocs This will be the final moment of truth, if all went well.
fsck -af /dev/mmcblk0p1
fsck -r /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs