On Thu, 15 Jun 2023, Michael Ewan wrote:
sudo umount /boot/efi sudo fsck /dev/sda1 sudo mount /boot/efi
Logged in as root: # umount /boot/efi # fsck /dev/sda1 fsck from util-linux 2.27.1 fsc.fat 3.0.28 (2015-05-16) 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt. 1) Remove dirty bit 2) No action ? # mount /dev/sda1 What's a dirty bit? How do I remove it? Both umount and mount seemed to work okay since the mount command shows /dev/sda1 on /boot/efi type vfat (rw) Rich
