I recently got an Intel Compute Stick with Ubuntu 14.04 pre-installed. From the factory, it has 4 partitions:
- FAT16 boot 47.x MB
- FAT32 microsoft data 1.x MB
- ext4 Ubuntu 14.04 5.x MB
- swap
Using sudo fdisk -l and sudo parted -l, I confirmed that it is GPT/EFI. I am confused why the partitions would be arranged like this. I have just started reading about partitions and installations, not knowing anything about it previously. However, from what I read, it seems like it should be a FAT32 boot partition of minimum 100 MB, with ideal of 512MB. Also, I don't understand why there is a "Microsoft data" partition, whatever that is.
Is there some advantage to having a FAT16 partition for boot? Is there ever an advantage to FAT16 over FAT32?