nerdexam
Red_Hat

RH302 · Question #70

One Logical Volume named /dev/test0/testvolume1 is created. The initial size of that disk is 100MB now you required more 200MB. Increase the size of Logical Volume, size should be increase on online.

Answers: 1. lvextend -L+200M /dev/test0/testvolume1 Use lvdisplay (/dev/test0/testvolume1) 2. ext2online -d /dev/test0/testvolume1 lvextend command is used to increase the size of Logical Volume. Other command lvresize command also here to resize. And to bring increased size on o

Storage management

Question

One Logical Volume named /dev/test0/testvolume1 is created. The initial size of that disk is 100MB now you required more 200MB. Increase the size of Logical Volume, size should be increase on online.

Explanation

Answers:

  1. lvextend -L+200M /dev/test0/testvolume1 Use lvdisplay (/dev/test0/testvolume1)
  2. ext2online -d /dev/test0/testvolume1 lvextend command is used to increase the size of Logical Volume. Other command lvresize command also here to resize. And to bring increased size on online we use the ext2online command.

Topics

#lvextend#online resize#LVM#ext3/resize2fs

Community Discussion

No community discussion yet for this question.

Full RH302 Practice