Question
Computer Science - Networking: Given the following output of lsblk -f . NAME FSTYPE LABEL UUID MOUNTPO INT sda sda1 ext4 caac6962-7f5e-42ba-9f68-354669067e83 /boot sda2 LVM2_member
Computer Science - Networking:
Given the following output of lsblk -f .
NAME FSTYPE LABEL UUID MOUNTPO
INT
sda
sda1 ext4 caac6962-7f5e-42ba-9f68-354669067e83 /boot
sda2 LVM2_member QruaoE-XLuP-ttK2-pWd9-8q5z-V9VJ-V4IO2Z
cl-root xfs 4cf1827f-34a6-4b96-9952-5c365e64e217 /
cl-swap swap 7ae16a0e-39df-4f46-91fb-c04631fab293 [SWAP]
sdb
sdb1 ext4 00eb1759-58a9-45e2-8753-578131465348
sdb2 xfs f8c811d3-ab2c-4f92-a27f-b7515bdda554
sr0
1. Part 1 :
Which /etc/fstab entry will mount /dev/sdb1 to the location /mnt/test01 ? Explain why
a. UUID=f8c811d3-ab2c-4f92-a27f-b7515bdda554 /mnt/test01 ext4 defaults 0 0
b. UUID=f8c811d3-ab2c-4f92-a27f-b7515bdda554 ext4 /mnt/test01 defaults 0 0
c. UUID=00eb1759-58a9-45e2-8753-578131465348 ext4 /mnt/test01 defaults 0 0
d. UUID=00eb1759-58a9-45e2-8753-578131465348 /mnt/test01 ext4 defaults 0 0
Part 2:
Which /etc/fstab entry will mount /dev/sdb2 to the location /mnt/test02 ? Explain why
a. UUID=f8c811d3-ab2c-4f92-a27f-b7515bdda554 /mnt/test02 xfs defaults 0 0
b. UUID=00eb1759-58a9-45e2-8753-578131465348 xfs /mnt/test02 defaults 0 0
c. UUID=00eb1759-58a9-45e2-8753-578131465348 /mnt/test02 xfs defaults 0 0
d. UUID=f8c811d3-ab2c-4f92-a27f-b7515bdda554 xfs /mnt/test02 defaults 0 0
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started