When formatting a new USB flash drive for a client, the client requests the maximum possible file size for single-file storage on that device. Given the client's requirement, which filesystem should you advise against using?
Be sure to read this one carefully! It asks which filesystem you would advise against using.
FAT32 is a file system with a maximum single-file size limit of 4 GB (4,294,967,295 bytes), which is insufficient for clients who need to store larger individual files. NTFS, exFAT, and APFS do not have this limitation and can store files far larger than 4 GB, making them more appropriate choices for large single-file storage.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is FAT32 and why is there a 4 GB file size limit?