How to fix `There are differences between boot sector and its backup` error
By Detector | 12 September 2008
This is a short two step tutorial how to avoid, not a fix ‘There are differences between boot sector and its backup’ warning:
1. Write in terminal:
sudo gedit /etc/fstab
2. Find the line corresponding to the FAT32 partition giving you the warning:
… vfat … 0 1
3. and change the last number from 1 to 0.
Tags | Howto, Linux, Tips and Tricks, Tutorials, Ubuntu