nerdexam
CompTIA

SK0-005 · Question #36

A USB drive has been purchased to move files between Windows, *nix, and Macintosh servers. Which of the following filesystems is the BEST choice to ensure the drive can read and be written to by all…

The correct answer is B. FAT32. FAT32 is the best filesystem choice for a USB drive to ensure universal read and write compatibility across Windows, *nix, and Macintosh servers.

Server administration

Question

A USB drive has been purchased to move files between Windows, *nix, and Macintosh servers. Which of the following filesystems is the BEST choice to ensure the drive can read and be written to by all of the servers?

Options

  • Aext2
  • BFAT32
  • CNTFS
  • DUFS

How the community answered

(51 responses)
  • A
    4% (2)
  • B
    86% (44)
  • C
    2% (1)
  • D
    8% (4)

Why each option

FAT32 is the best filesystem choice for a USB drive to ensure universal read and write compatibility across Windows, *nix, and Macintosh servers.

Aext2

ext2 is primarily used by Linux and Unix-like systems and has limited native read/write support on Windows and macOS without additional drivers.

BFAT32Correct

FAT32 is widely compatible across Windows, Linux (a common *nix variant), and macOS systems, making it the most suitable filesystem for universal read and write access on a USB drive used to transfer files between these diverse operating environments. While it has limitations (e.g., 4GB max file size), its ubiquitous support makes it the best common denominator.

CNTFS

NTFS is the native filesystem for Windows and offers limited native read-only support on macOS (read-write usually requires third-party tools) and read-only support on many Linux distributions (read-write is often available but sometimes less robust than native filesystems).

DUFS

UFS (Unix File System) is primarily used in Unix and Unix-like operating systems (like FreeBSD, Solaris) and has very limited to no native support on Windows or macOS.

Concept tested: Cross-platform file system compatibility

Source: https://learn.microsoft.com/en-us/windows-server/storage/file-server/file-system-formats

Topics

#Filesystems#FAT32#Cross-platform compatibility#USB storage

Community Discussion

No community discussion yet for this question.

Full SK0-005 Practice