[Linux]
  1. Remove GPT - Default back to MBR: http://unix.stackexchange.com/questions/61142/remove-gpt-default-back-to-mbr
    parted /dev/sda
    mklabel msdos
    quit
  2. How to Convert GPT to MBR on Linux: http://www.ehow.com/how_12119053_convert-gpt-mbr-linux.html
    apt-get install gdisk
  3. Create and format exFAT partition from Linux : http://unix.stackexchange.com/questions/61209/create-and-format-exfat-partition-from-linux
    mkfs.exfat /dev/sdX1 , mkfs.exfat /dev/sdX2..... for the rest of partitions
  4. 9 Linux Parted Command Examples : http://www.thegeekstuff.com/2011/09/parted-command-examples/

[Articles]
  1. Booting from GPT : http://www.rodsbooks.com/gdisk/booting.html
  2. Intel Mac can't have more than 4 partitions? : http://superuser.com/questions/160224/intel-mac-cant-have-more-than-4-partitions
  3. Using GPT Drives : http://msdn.microsoft.com/en-us/library/windows/hardware/dn653580(v=vs.85).aspx
  4. MacBook Pro bootcamp Windows cant see GPT partitions : http://www.insanelymac.com/forum/topic/294367-macbook-pro-bootcamp-windows-cant-see-gpt-partitions/
  5. What is the maximum number of partitions that can be made on a hard drive? : http://superuser.com/questions/368173/what-is-the-maximum-number-of-partitions-that-can-be-made-on-a-hard-drive
  6. Windows and GPT FAQ : http://msdn.microsoft.com/en-us/library/windows/hardware/dn640535(v=vs.85).aspx
  7. Using the New GUID Partition Table in Linux (Goodbye Ancient MBR): http://www.linux.com/learn/tutorials/730440-using-the-new-guid-partition-table-in-linux-good-bye-ancient-mbr-
  8. GPT and MBR: http://www.doc88.com/p-4671617917182.html
  9. http://unix.stackexchange.com/questions/114485/fdisk-l-shows-ext3-file-system-as-hpfs-ntfs
[Windows]
  1. https://blogs.aalto.fi/ltuuri/2011/03/10/diskpart-format-exfat/