RedHat EX200 Exam - Topic 5 Question 104 Discussion
Resize the logical volume vo and its filesystem to 290 MB. Make sure that the filesystem contents remain intact.Note: Partitions are seldom exactly the same size requested, so a size within the range of 260 MB to 320 MiB is acceptable.
A) Explanation:
df -hT
lvextend -L +100M /dev/vg0/vo
lvscan
xfs_growfs /home/ // home is LVM mounted directory
Note: This step is only need to do in our practice environment, you do not need to do in the real exam
resize2fs /dev/vg0/vo // Use this comand to update in the real exam df -hT
OR
e2fsck -f/dev/vg0/vo
umount /home
resize2fs /dev/vg0/vo required partition capacity such as 100M lvreduce -l 100M /dev/vg0/vo mount /dev/vg0/vo /home
df --Ht
Viva
9 months agoJohnna
10 months agoCecily
10 months agoBillye
10 months agoDevon
10 months agoMadelyn
11 months agoAlline
11 months agoAshton
11 months agoDenna
11 months agoLorrine
11 months agoLeigha
11 months agoVilma
11 months agoLong
11 months agoRupert
2 years agoMy
2 years agoIvette
2 years agoEve
2 years agoValentine
2 years agoRebbeca
2 years agoPamella
2 years agoZona
2 years agoCharlette
2 years agoRene
2 years agoNadine
2 years agoMarge
2 years agoAnika
2 years agoDenna
2 years agoDarrin
2 years agoTeddy
2 years agoAntonio
2 years agoFrank
2 years agoAlease
2 years agoDenny
2 years agoMabel
2 years agoJaime
2 years agoTherese
2 years agoNieves
2 years ago