Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
linux_fs_mgm_lvm [2020/07/03 13:53] – [Refresh the SCSI-Disk information] andonovj | linux_fs_mgm_lvm [2020/09/11 07:25] (current) – andonovj | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======Create a File system====== | + | =====Overview===== |
+ | File system | ||
+ | |||
+ | ====File system Management==== | ||
+ | File systems can be two kinds: | ||
+ | |||
+ | * Non-Journal File systems: ext2. | ||
+ | These file systems do not keep logs and can have corrupted data if there has been a power outage. The pluses of these file systems is their fast read/write speed. | ||
+ | * Journal File systems: ext3,ext4. | ||
+ | |||
+ | These file systems keep a log (journal) which slows them down, however it is up to the System Admin to decide if he/she is willing to sacrifice speed for consistency. | ||