What is the difference between .gpt and .tar.bz2?
- Extension
- .gpt
- .tar.bz2
- Format
- Binary
- Binary
- Category
- Disk Image
- Compressed
- Developer
- Microsoft
- The GNU Project
- Description
- GPT (GUID Partition Table) is the standard format used to define the partitions of computer storage devices like hard disks using globally unique identifiers (GUIDs). It is also used on some BIOS systems to replace the early version master boot record (MBR) method, which supported up to 2.2TB partitions. GPT supports up to 18 Terabytes partitions.
- It is a TAR archive file compressed using BZ2 compression codec and is popularly used to distribute Linux application packages.
- MIME Type
- application/x-gpt
- application/x-bzip-compressed-tar
- Sample
- sample.tar.bz2
- Wikipedia
- .gpt on Wikipedia
- .tar.bz2 on Wikipedia