Update INITIATION.md

This commit is contained in:
mayfrost 2018-03-11 21:24:43 +00:00 committed by GitHub
parent ab00d39fb3
commit c9a6ceab19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,9 +49,9 @@ In these examples we make only two partitions but you can extend this if you kno
## FILESYSTEM ## FILESYSTEM
Choose your preferred filesystem. Common filesystem types are: Choose your preferred filesystem. Common filesystem types are:
* __JFS__: Good journaling and with crash recovery, is reliable for low end computers like laptops and old computers. * __JFS__: Good journaling, good crash recovery, and good read/write performance, is 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. * __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 performance intensive environments like multimedia workstations and gaming rigs. * __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. * __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.
* __XFS__: Popular for its good handling of large files, its best use is in big, enterprise level databases. * __XFS__: Popular for its good handling of large files, its best use is in big, enterprise level databases.