How-to-simply...

Fix FAT32 partition on FLASH drive and remove IsDirty bit on CentOS 8

  • 1 lsblk # Determine partition name and number X like sda1
  • 2 fsck -MCr /dev/sdaX
  • 3 fsck.msdos -y /dev/sdaX
  • N Can't boot from Windows 10 USB FLASH drive when disc was not properly unmounted and dirty bit is set. It automatically removes the dirty bit.

References