What is the difference between .iso and .tbz2?
- Extension
- .iso
- .tbz2
- Format
- Binary
- Binary
- Category
- Disk Image
- Compressed
- Developer
- The International Organization for Standardization (ISO)
- Bzip2
- Description
- A disc image file format that contains exact duplicate data from an original CD/DVD and is based on the ISO-9660 Standard. It stores images, directory structures, file attributes, boot code, and any other filesystem information.
- 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-iso9660-image
- application/x-bzip2
- Wikipedia
- .iso on Wikipedia
- .tbz2 on Wikipedia