nerdexam
CompTIA

SK0-004 · Question #172

The IT director instructed the systems administrator to build a server to support the accounting department's file growth. The IT director requested that the accounting users have the ability to…

The correct answer is C. FAT32. FAT32 does not support file-level encryption because it lacks the metadata structures and security attributes required by encryption features on both Windows and Linux.

Server administration

Question

The IT director instructed the systems administrator to build a server to support the accounting department's file growth. The IT director requested that the accounting users have the ability to encrypt their files; however, the accounting users have reported the inability to encrypt their files. Which of the following file system types is MOST likely causing this issue?

Options

  • AQFS
  • BZFS
  • CFAT32
  • DCIFS
  • Eext4

How the community answered

(29 responses)
  • A
    14% (4)
  • B
    3% (1)
  • C
    76% (22)
  • D
    7% (2)

Why each option

FAT32 does not support file-level encryption because it lacks the metadata structures and security attributes required by encryption features on both Windows and Linux.

AQFS

QFS supports advanced file system features including encryption, so it would not prevent users from encrypting their files.

BZFS

ZFS has native dataset-level encryption built in, so it would not be the cause of an inability to encrypt files.

CFAT32Correct

FAT32 is a legacy file system with no support for file-level encryption, access control lists, or advanced security descriptors. On Windows, the Encrypting File System (EFS) requires NTFS, and on Linux, native encryption via fscrypt requires ext4 or another modern file system. Because the server was formatted with FAT32, the accounting users cannot encrypt files regardless of OS-level settings, as the file system itself cannot store the necessary encryption metadata.

DCIFS

CIFS is a network file-sharing protocol, not a local file system, and the ability to encrypt files depends on the underlying file system on the server, not the sharing protocol.

Eext4

ext4 supports file-level encryption via fscrypt starting with Linux kernel 4.1, so it would not prevent users from encrypting files.

Concept tested: FAT32 file system limitation - no encryption support

Source: https://learn.microsoft.com/en-us/windows/win32/fileio/file-system-functionality-comparison

Topics

#FAT32#file system#EFS encryption#file system limitations

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice