What action should be performed after increasing the size of a logical volume?
A. Run vgresize.
B. Increase the size of the filesystem used for the logical volume.
C. Run lvresize.
D. Remount th...
Which single command will simulate a failed device within a RAID 5 array?
A. mdadm --remove /dev/md0 /dev/sdd1
B. mdadm --zero-superblock /dev/sdf3
C. mdadm --force-fault /dev/md2 /dev/sde2
D. m...
The IDE hard drive /dev/hda does not have DMA enabled. Which command must be run to enable DMA on it?
A. hdparm -d /dev/hda
B. hdparm --dma /dev/hda
C. hdparm --dma /dev/hda1
D. hdparm -d /dev/h...
A system has one hard disk and one CD writer which are both connected to SATA controllers. Which device represents the CD writer?
A. /dev/hdb
B. /dev/sdd
C. /dev/scd1
D. /dev/sr0
E. /dev/sr1
What command is used to make an exact copy, at a single point in time, of a logical volume for backup purposes?
A. lvsnap
B. lvsnapshot
C. lvcreate
D. lvcopy
E. lvclone
The correct command sequence to create and mount logical volumes on a Linux system is:
A. lvcreate, pvcreate, vgcreate, mkfs, mount
B. pvcreate, vgcreate, lvcreate, mkfs, mount
C. vgcreate, lvcre...