What is the difference between .gpt and .tbz2?
- Extension
- .gpt
- .tbz2
- Format
- Binary
- Binary
- Category
- Disk Image
- Compressed
- Developer
- Microsoft
- Bzip2
- 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.
- File archive compressed with both .TAR and .BZ2 compression; often found on Unix systems; must first be decompressed (using Bzip 2 decompression), then the files must be extracted from the tar archive.
- MIME Type
- application/x-gpt
- application/x-bzip2
- Wikipedia
- .gpt on Wikipedia
- .tbz2 on Wikipedia