Core Functions and Components of Operating Systems
Classified in Technology
Written on in
English with a size of 3.62 KB
Core Functions of Operating Systems
File System Structures and Types
A file system is the way information is organized and structured. Each operating system uses its own specific file system.
- FAT32: The number 32 indicates that allocation units are used in 32 bits. This file system was used in earlier versions of Windows and is currently utilized in many storage units that employ flash memory. Both Windows and GNU/Linux can read and write to units using this file system type.
- NTFS: This is the standard file system for all modern Windows versions, designed for use on large partitions.
- EXT3: This file system is used in most distributions of GNU/Linux. Windows operating systems are unable to read or write to this file system natively; however, applications