nerdexam
CompTIA

220-1002 · Question #371

A customer has a Linux desktop and is installing a 3TB HDD. The customer wants to use only half of its capacity right now, but would like to be able to increase the size of the partition at a later…

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…

Hardware

Question

A customer has a Linux desktop and is installing a 3TB HDD. The customer wants to use only half of its capacity right now, but would like to be able to increase the size of the partition at a later date. Which of the following filesystem types would the customer's drive require?

Options

  • ANTFS
  • BExt4
  • CHFS
  • DFAT32

How the community answered

(24 responses)
  • B
    96% (23)
  • D
    4% (1)

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.

Topics

#Ext4#filesystem types#partition resizing#Linux storage

Community Discussion

No community discussion yet for this question.

Full 220-1002 Practice