Formatting the new partition creates a filesystem for the space allocated to the partition.
Great but what then is a filesystem?
- a couple of bits in the partition table written to the disk
- a low level rewrite of every sector in the space
- a module loaded at boot time (or mount time) that will support the features of that filesystem.
Linux now has several filesystems available with different features:
ext2: supported by ext2fs filesystem driver
- 0x83 (Master Boot Record) EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
- 2 ext2 data structures
- 3 File system limits
- 4 Compression extension
- 0x83 (Master Boot Record) EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
- 1 Advantages
- 2 Disadvantages
- 3 ext4
- 0x83 (Master Boot Record) EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
- The ext4 filesystem is backward compatible with ext3 and ext2, making it possible to mount ext3 and ext2 filesystems as ext4. This will slightly improve performance, because certain new features of ext4 can also be used with ext3 and ext2, such as the new block allocation algorithm.
- 1 Features
- 2 Criticism
- 3 Delayed allocation and potential data loss
- 4 Compatibility with Windows and Macintosh





Sign In
Create Account












