Error on ESP. dosfsck doesn't clear it
by hazel from LinuxQuestions.org on (#4TR6R)
When I mount my EFI system partition, an error appears in dmesg:
Code:[ 4606.863754] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.So I installed dosfstools in Slackware and ran their fsck.
Code:# dosfsck -a /dev/sda2
dosfsck 3.0.11, 24 Dec 2010, FAT32, LFN
/dev/sda2: 148 files, 7418/65536 clustersNo errors were reported as you can see. But dmesg still reports a corruption. What should I do about this? It doesn't stop the system from booting but I don't like the idea that such a vital part of my system has errors in it.


Code:[ 4606.863754] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.So I installed dosfstools in Slackware and ran their fsck.
Code:# dosfsck -a /dev/sda2
dosfsck 3.0.11, 24 Dec 2010, FAT32, LFN
/dev/sda2: 148 files, 7418/65536 clustersNo errors were reported as you can see. But dmesg still reports a corruption. What should I do about this? It doesn't stop the system from booting but I don't like the idea that such a vital part of my system has errors in it.