DCOM224 QUIZ2
You plug a USB flash memory drive into a system that has two SATA hard disks. How will the partition on this USB flash memory drive be identified by Linux?
/dev/sdc1
Which of the following filesystems is supported by a number of operating system platforms?
FAT
After a partition on a hard disk is formatted with a filesystem, all partitions on that hard disk drive must use the same filesystem. True or False?
False
Which is not an advantage of logical volume management?
Initial setup is very simplistic
The lvextend command can be used to add unused space within a volume group to an existing logical volume. True or False?
True
Which of the following statements regarding LVM structure is correct?
VGs are comprised of one or more PVs
Which of the following can be directly created out of one or more physical volumes?
Volume Groups
Kareem is building a server that needs to very quickly write large numbers of files to the hard disk. Which of the following filesystems might he choose?
XFS
What command could a system administrator use to display the logical volumes that have been created on a Linux server?
lvdisplay
Which of the following commands can be used to create a physical volume out of an unused partition?
pvcreate