![](https://seccdn.libravatar.org/avatar/77cb4da5f72bc176182dcc33f03a18f3.jpg?s=120&d=mm&r=g)
23 Jan
2019
23 Jan
'19
14:15
On 23/01/2019 14.49, Roger Oberholtzer wrote:
I have a system that is reporting this in the system log:
[ 5.931249] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
This is:
/dev/sda2 20M 748K 20M 4% /boot/efi
Would I really want to run fsck on that?
The system is starting/stopping as expected. It is just this message in the system log.
This is typical, I have seen it, too. I don't know why it happens (the not proper umount). You have to umount it (umount /boot/efi), then fsck it (fsck -a /dev/sda2), and mount it again when correctly repaired. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)