Changes between Version 8 and Version 9 of Csle2022/Agenda/Linuxsetup_new
- Timestamp:
- Nov 27, 2022, 6:30:56 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/Linuxsetup_new
v8 v9 97 97 Among these partitions, /boot and swap should be out of LVM. So, at first we will do these two partitions before creating LVM. 98 98 99 === create boot partition ===99 === Create boot partition === 100 100 101 101 - Select the available device by pressing Up and Down arrow key and then hit Enter key. A popup option will appear. … … 108 108 [[Image(512m boot.png, 600px, nolink)]] 109 109 110 === create swap partition ===110 === Create swap partition === 111 111 112 112 We will now create swap partition following the below steps. … … 141 141 142 142 [[Image(lvm.png, 600px, nolink)]] 143 144 === Creating LVM Root (/) Partition === 145 146 - Select the created volume group (vg0) by pressing up and down arrow key again and the hit Enter key. 147 - Select Create Logical Volume option and hit Enter key. Now options will appear to create new logical volume. 148 - From Adding logical volume to vg0section, put the volume name (for example: lv-root) in Name input field. 149 - Put size (for example: 4G) for the root partition in Size input box. 150 - Choose partition format (for example: xfs) from Format drop-down menu. 151 - Now select Create option and hit Enter key. 152