1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What are the 3 file systems you can use on Linux?
ext2|3|4, btrfs, XFS
What features does ext2 have?
Volume integrity features that take time to run after a crash
What features does ext3 have?
Uses journaling to ensure only incomplete transactions are checked after a system crash
What features does ext4 have?
SImilar to ext3 but has features that reduce file fragmentation, allows for larger volumes and files, and uses delayed allocation to improve flash memory life
What features does btrfs have?
Allows drive pooling, on the fly snapshots, transparent compression and online defrag
What features does XFS have?
Similar to ext4 with delayed allocation, does not allow mounted snapshots, can be enlarged on the fly but not shrunk