mirror of
https://github.com/opsschool/curriculum.git
synced 2026-01-15 12:15:03 +00:00
Merge pull request #353 from KayGKay/fix_default_fs
Default Filesystem: EXT4 instead of EXT3
This commit is contained in:
@@ -13,7 +13,7 @@ handling many small files (ReiserFS), some are much better at large files and
|
|||||||
deleting files quickly (XFS, EXT4).
|
deleting files quickly (XFS, EXT4).
|
||||||
|
|
||||||
The version of Unix you use will have picked a filesystem which is used by
|
The version of Unix you use will have picked a filesystem which is used by
|
||||||
default, on Linux this is often EXT3.
|
default, on Linux this is often EXT4.
|
||||||
|
|
||||||
Understanding the way filesystems work is important when you have to fix issues
|
Understanding the way filesystems work is important when you have to fix issues
|
||||||
related to disk space, performance issues with reading and writing to disk, and
|
related to disk space, performance issues with reading and writing to disk, and
|
||||||
|
|||||||
Reference in New Issue
Block a user