7. A user wants to use a USB to move a 4.57GB .pst file from one Windows computer to another. Which of the following filesystems should the USB be formatted with?

Answer: B

Explanation:

NTFS is the most suitable filesystem for transferring a 4.57GB .pst file.

Using NTFS will allow the user to transfer the file without any size limitations, as it supports files larger than 4GB, which is critical for a .pst file of this size.

A) ext4

ext4 is a filesystem primarily used in Linux environments. While it supports large file sizes, it is not natively compatible with Windows systems. Therefore, using ext4 would limit the ability to access the USB drive on the target Windows computer.

B) NTFS

NTFS is the ideal choice for this scenario because it can handle large files and is fully compatible with Windows operating systems. Since the .pst file is 4.57GB, NTFS allows for seamless transfer without any file size restrictions.

C) FAT32

FAT32 is not suitable for this file transfer because it has a maximum file size limit of 4GB. Since the .pst file exceeds this limit, using FAT32 would result in an inability to transfer the entire file.

D) APFS

APFS, or Apple File System, is designed for macOS devices and is not compatible with Windows. Thus, formatting the USB drive with APFS would prevent the user from accessing the files on a Windows computer, rendering it an unsuitable option for this task.

Conclusion

NTFS is the correct filesystem choice for transferring the 4.57GB .pst file due to its compatibility with Windows and its capability to handle large files without restrictions. In contrast, ext4, FAT32, and APFS present significant limitations that would hinder the successful transfer of the file.