On Wed, 23 Jan 2019 14:49:08 +0100 Roger Oberholtzer <roger.oberholtzer@gmail.com> 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?
I would run fsck.fat specifically with the appropriate 'do not repair' flag set in order to see what if anything is wrong. i.e. either: # fsck.fat /dev/sda2 or to be doubly sure: # fsck.fat -n /dev/sda2
The system is starting/stopping as expected. It is just this message in the system log.
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org