mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f793a8093929e52152033d45db4c50a3a3846c3a
parent c9a6ceab1924b9a1b72f4c1ab95cc61a30544b0d
Author: mayfrost <mayfrost@cock.li>
Date:   Sun, 11 Mar 2018 21:25:51 +0000

Update INITIATION.md
Diffstat:
MINITIATION.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INITIATION.md b/INITIATION.md @@ -49,7 +49,7 @@ In these examples we make only two partitions but you can extend this if you kno ## FILESYSTEM Choose your preferred filesystem. Common filesystem types are: -* __JFS__: Good journaling, good crash recovery, and good read/write performance, is reliable for low end computers like laptops and old computers. +* __JFS__: Good read/write performance and crash recovery, reliable for low end computers like laptops and old computers. * __VFAT__: Most recent version of the filesystem from the time of DOS, most suitable for EFI partitions than anything else. * __Reiser4__: High performance filesystem for use in performance intensive environments like multimedia workstations and gaming rigs. * __EXT4__: The newest version of the classic Linux filesystem and the one with most support, excels at a high quantity of files and nested directories. Ideal for FTP and fileservers.