Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
linux_fs_mgm_lvm [2020/07/03 13:53] – [Refresh the SCSI-Disk information] andonovjlinux_fs_mgm_lvm [2020/09/11 07:25] (current) andonovj
Line 1: Line 1:
-======Create a File system======+=====Overview===== 
 +File system management on Linux is pretty easy once a person has experience and knowledge of what he is doing. 
 + 
 +====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.
  
  
  • linux_fs_mgm_lvm.1593784434.txt.gz
  • Last modified: 2020/07/03 13:53
  • by andonovj