A technician is formatting a new internal drive that will store data exclusively on a Linux file server and wants a modern journaling file system that is native to Linux. Which file system should be selected?
- ANTFS, the native Windows file system, which Linux can read but does not use as its own default.
- BexFAT, a non-journaling file system intended mainly for removable flash media rather than servers.
- Cext4, the modern journaling file system native to Linux and standard for its data volumes. Correct
- DHFS+, an Apple file system used by older macOS versions rather than by Linux servers.
Why A is wrong: Linux can access NTFS volumes, which makes it a plausible pick, but NTFS is the native Windows file system rather than the native journaling choice for a Linux server.
Why B is wrong: exFAT is broadly compatible, which tempts, but it lacks journaling and targets removable flash media, making it unsuitable for a server data volume.
Why C is correct: ext4 is the widely used modern journaling file system built for Linux, so it is the natural native choice for a Linux server data drive.
Why D is wrong: HFS+ is a real journaling file system, which is the hook, but it belongs to older macOS rather than being native to Linux.