For individual users, Linux is a strange operating system, but in fact it has a wide application roots in the industry. Linux systems differ greatly from Wmdows systems in file systems. The most important feature of Linux is that it supports multiple file systems, so it is more flexible and well can coexist with many other operating systems. Virtual file system allows Linux to support multiple different file systems. The Linux virtual file system allows users to install many different file systems transparently at the same time. The virtual file system is designed to provide fast and efficient file access services for Linux users.
As Linux continues to evolve, the file format system it supports is rapidly expanding. After the Linux 2.4 kernel was officially launched, a number of new file systems were introduced, including the log file system ext3, ReiserFS, XFSJFS, and other file systems. The Linux system core can support more than 10 file system types; JFS, ReiserFS, ext. ext2, ext3, IS09660, XFS, Minx, MSDOS, Umsdos, VFAT, NTFS, HPFS, NFS, SMB, SysV, PROC and so on.
1.ext3
Ext3 is a log file system opened by the open resource community, and its disadvantage is that there is no modern file system that can improve the speed of file data processing and decompression speed and high performance.
2.JFS File System
JFS is a byte-level file system that provides logs. The file system was developed primarily to meet the high throughput and reliability requirements of servers, from single-processor systems to advanced processors and cluster systems. The salient advantage of the JFS file system, compared to non-log file systems, is the fast restart capability, with the disadvantage that there is a certain loss of performance on the JFS log file system and a high rate of system resource occupancy.
3.ReiserFS File System
The ReiserFS file system helps you create separate file systems for shared environments or namespaces where applications can interact more directly, effectively, and powerfully. The disadvantage is that each version of the upgrade will have to reformat the disk once.
4.XFS file system is a full 64-bit, fast, stable log file system, known by the industry as the advanced, most upgradeable file system technology. XFS offers the following new features for Linux and the open-source community: (1) upgradeability, (2) excellent I/O performance, but XFS is more complex and difficult to implement, so XFS is primarily used by high-end Linux users. AC qq:2881064152 Bun
What are the differences between Linux file systems and what systems are there?