What is the difference between .fat and .tar.bz2?
- Extension
- .fat
- .tar.bz2
- Format
- Binary
- Binary
- Category
- Disk Image
- Compressed
- Developer
- Microsoft
- The GNU Project
- Description
- FAT (File Allocation Table) is a robust and simple file system that is used by the OS to manage files (i.e., reliability, performance, and scalability) on computer systems and hard drives. It is compatible with almost all computers, digital cameras, flash drives, mobile phones, and other portable devices; hence, it's common to use.
- It is a TAR archive file compressed using BZ2 compression codec and is popularly used to distribute Linux application packages.
- MIME Type
- application/x-msdos-program
- application/x-bzip-compressed-tar
- Sample
- sample.tar.bz2
- Wikipedia
- .fat on Wikipedia
- .tar.bz2 on Wikipedia