File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/content/docs/installation Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ XFS is a journaling filesystem created and developed by Silicon Graphics, Inc. I
1515
1616### Pros
1717
18- - Fast, XFS was originally designed with speed and extreme scalability in mind.
18+ - XFS was originally designed with speed and extreme scalability in mind.
1919- Reliable, XFS makes use of several technologies to prevent data corruption.
2020- Resistant to fragmentation due to its extent-based nature and delayed allocation strategy.
2121
@@ -74,14 +74,14 @@ EXT4 (fourth extended filesystem) is the most commonly used Linux filesystem. EX
7474
7575### Pros
7676
77+ - Can be as fast or faster than XFS in some scenarios.
7778- Very common, allowing easy access to plenty of resources.
7879- Reliable. EXT4 has a proven track record of being very reliable.
7980- Able to grow or shrink.
8081 - Shrinking is only supported offline and requires the filesystem to be unmounted.
8182
8283### Cons
8384
84- - Built on an old code base.
8585- Lacks many of the advanced features other filesystems offer.
8686
8787### Userspace utilities
@@ -132,7 +132,6 @@ F2FS (Flash-Friendly File System) is a flash file system originally created and
132132
133133- Designed with flash friendliness in mind.
134134- Transparent compression used to reduce disk writes (space savings not currently usable by the user).
135- - Faster than other filesystems like EXT4.
136135- Better wear leveling, which further prolongs the life of NAND flash.
137136
138137### Cons
You can’t perform that action at this time.
0 commit comments