Question 1mediummultiple choice
Read the full Storage Management explanation →LFCS Storage Management • Complete Question Bank
Complete LFCS Storage Management question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit. # df -h /data Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_data-lv_data 100G 50G 50G 50% /data # lvextend -L +10G /dev/mapper/vg_data-lv_data Size of logical volume vg_data/lv_data changed from 100.00 GiB to 110.00 GiB. Logical volume vg_data/lv_data successfully resized. # df -h /data Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_data-lv_data 100G 50G 50G 50% /data
Refer to the exhibit. # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 20G 0 disk ├─sda1 8:1 0 1G 0 part /boot ├─sda2 8:2 0 10G 0 part / └─sda3 8:3 0 9G 0 part [SWAP] sdb 8:16 0 10G 0 disk └─sdb1 8:17 0 10G 0 part sdc 8:32 0 5G 0 disk └─sdc1 8:33 0 5G 0 part /data
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Debian/Ubuntu
RHEL/CentOS 7
Fedora/RHEL 8+
openSUSE
Arch Linux
/dev/sda1 on /boot type ext4 (rw,relatime,data=ordered) /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered) /dev/sdb1 on /home type xfs (rw,relatime,attr2,inode64,noquota) none on /proc type proc (rw,relatime)
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 100G 0 disk ├─sda1 8:1 0 1G 0 part /boot ├─sda2 8:2 0 50G 0 part / └─sda3 8:3 0 49G 0 part └─vg_data-lv_data (dm-0) 252:0 0 98G 0 lvm /data sdb 8:16 0 20G 0 disk └─sdb1 8:17 0 20G 0 part └─vg_data-lv_backup (dm-1) 252:1 0 15G 0 lvm /backup sdc 8:32 0 10G 0 disk
# device UUID mountpoint type options dump pass UUID=abc123 /boot ext4 defaults 1 2 UUID=def456 / ext4 defaults 1 1 UUID=ghi789 /home xfs defaults 0 0 UUID=jkl012 none swap sw 0 0 /dev/mapper/vg_data-lv_data /data ext4 defaults 0 2 //192.168.1.100/share /mnt/nfs nfs defaults 0 0
Refer to the exhibit. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 40G 0 disk ├─sda1 8:1 0 500M 0 part /boot └─sda2 8:2 0 39.5G 0 part / sdb 8:16 0 20G 0 disk └─sdb1 8:17 0 20G 0 part /home
Refer to the exhibit. Disk /dev/sda: 100 GiB, 107374182400 bytes, 209715200 sectors Disklabel type: gpt Device Start End Sectors Size Type /dev/sda1 2048 1026047 1024000 500M EFI System /dev/sda2 1026048 209715166 208689119 99.5G Linux LVM /dev/sda3 209715167 209715199 33 16.5K BIOS boot
Refer to the exhibit. UUID=12345678-1234-1234-1234-123456789abc / ext4 defaults,noatime 0 1 UUID=abcdef12-3456-7890-abcd-ef1234567890 /home ext4 defaults 0 2 UUID=deadbeef-0123-4567-89ab-cdef01234567 swap swap defaults 0 0 /dev/sr0 /mnt/cdrom auto noauto,user 0 0