Whilst booting Raspbian I noticed an error so I checked /var/log/syslog and found
Oct 30 01:22:11 raspberrypi kernel: [ 11.899027] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
Oct 30 01:22:11 raspberrypi kernel: [ 12.491103] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
Oct 30 01:22:11 raspberrypi kernel: [ 19.176409] FAT-fs (mmcblk0p5): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
I figured out that I needed to execute
sudo fsck -p /dev/mmcblk0p5 and it returned
fsck from util-linux 2.20.1
dosfsck 3.0.13, 30 Jun 2012, FAT32, LFN
There are differences between boot sector and its backup.
Differences: (offset:original/backup)
65:01/00
Not automatically fixing this.
/dev/mmcblk0p5: 15 files, 19616/120958 clusters
Advice please - Do I need to fix this manually? If so, how?