Linux File System

 

This is a quick reference to the Linux file system.

The common file systems used on new Linux installations are:

  • EXT4
  • XFS

Ext4 shrink və həcmi genişləndirmək üçün imkan verir, XFS yalnız həcmini genişləndirməyə imkan verir isə.

 

Journalling

Ext4 və XFS həm də disk faylları qənaət / yazarkən deməkdir fayl sistemi journalling olunur, the file system will save somewhere else temporarily until the full file has been successfully saved. It makes a log of the status of the write and will complete save operations by checking the log. This approach cuts down on corrupted files.

 

Silinməsi və redaktə Files

Linux silin və açıq faylları redaktə etmək üçün imkan verir ki,. This is done by still linking the files to the OS even if it deleted. You can also move files whilst being partially downloaded or delete programs that are currently running without crashing.

 

Parçalanma

Linux fayl sistemi sabit disk faylları arasında kifayət qədər yer tutaraq parçalanma azaltmaq üçün nəzərdə tutulmuşdur. This allows files to grow and still be written to the same location on the hard disk. Overtime though the file system can become fragmented where tools are provided for de-fragmentation.