220-1002 · Question #371
220-1002 Question #371: Real Exam Question with Answer & Explanation
The correct answer is B: Ext4. Ext4 is the standard Linux filesystem and natively supports online partition resizing (growing a partition without unmounting it) using tools like resize2fs. This makes it ideal when the user wants to start with a smaller partition and expand it later. NTFS is a Windows filesyste
Question
Options
- ANTFS
- BExt4
- CHFS
- DFAT32
Explanation
Ext4 is the standard Linux filesystem and natively supports online partition resizing (growing a partition without unmounting it) using tools like resize2fs. This makes it ideal when the user wants to start with a smaller partition and expand it later. NTFS is a Windows filesystem (though Linux can read/write it, it's not native). HFS/HFS+ is Apple's filesystem. FAT32 is a legacy filesystem with a 2TB maximum volume size limit, making it unsuitable for a 3TB drive entirely. Ext4 also handles large drive sizes well and is the natural choice for a Linux system.
Community Discussion
No community discussion yet for this question.