A Linux administrator needs to provision a new 4TB disk, /dev/sdb. The administrator must create a new GPT partition table and then a single primary partition that uses the entire disk, setting the type to xfs. Which of the following commands will accomplish this non-interactively?
The correct command is parted /dev/sdb --script -- mklabel gpt mkpart primary xfs 0% 100%.
parted /dev/sdb specifies the target device.
--script tells parted to run in non-interactive mode.
-- is used to signal the end of options and the beginning of commands.
mklabel gpt creates a GUID Partition Table (GPT), which is necessary for disks larger than 2TB.
mkpart primary xfs 0% 100% creates a partition named 'primary' with the filesystem type hint xfs that spans from the beginning (0%) to the end (100%) of the disk.
The command that specifies mklabel msdos is incorrect because the msdos (MBR) partition table does not support disks larger than 2TB. The command that places mkpart before mklabel is incorrect because the partition table must be created before a partition can be added to it. The gdisk command is incorrect because it is the wrong tool for this specific command syntax; gdisk is primarily an interactive tool, and its scripting counterpart is sgdisk.
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 the importance of using GPT for disks larger than 2TB?
Open an interactive chat with Bash
Why is the `--script` option used in the `parted` command?
Open an interactive chat with Bash
What does the `mkpart primary xfs 0% 100%` portion of the `parted` command do?
Open an interactive chat with Bash
CompTIA Linux+ XK0-006 (V8)
System Management
Your Score:
Report Issue
Bash, the Crucial Exams Chat Bot
AI Bot
Loading...
Loading...
Loading...
Pass with Confidence.
IT & Cybersecurity Package
You have hit the limits of our free tier, become a Premium Member today for unlimited access.
Military, Healthcare worker, Gov. employee or Teacher? See if you qualify for a Community Discount.
Monthly
$19.99
$19.99/mo
Billed monthly, Cancel any time.
3 Month Pass
$44.99
$14.99/mo
One time purchase of $44.99, Does not auto-renew.
MOST POPULAR
Annual Pass
$119.99
$9.99/mo
One time purchase of $119.99, Does not auto-renew.
BEST DEAL
Lifetime Pass
$189.99
One time purchase, Good for life.
What You Get
All IT & Cybersecurity Package plans include the following perks and exams .