What is the difference between .mbr and .tbz?
- Extension
- .mbr
- .tbz
- Format
- Binary
- Binary
- Category
- Disk Image
- Compressed
- Developer
- IBM
- Bzip2
- Description
- MBR was introduced by IBM PC. It is called Master Boot Record as it's a unique boot sector found at the beginning of a drive. It stores the OS boot loader and information on the drive's logical partitions.
- .TBZ is a file that contains TAR archived files then compresses them using BZIP compression algorithm. Commonly used with UNIX OS.
- MIME Type
- application/x-msdos-program
- application/x-bzip-compressed-tar
- Wikipedia
- .mbr on Wikipedia
- .tbz on Wikipedia