- Part 1:-
- Step 1. Execute the ls /dev/sd* command to see the current hard disk devices
- Step 2. Execute the fdisk -l command to list the current hard disk partitions.
- Step 3. Execute the parted -l command to list the current hard disk partition table.
- Part 2:-
- Step 1. In the VM setting, attach a new virtual hard disk with the size of 200 MB to our current Linux VM. Name it as “your_midas.vdi”
- Step 2. Load this virtual hard disk to your virtual machine.
- Step 3. Repeat the steps in Part I and highlight the differences after adding the new virtual hard disk.
- Part 3:-
- Step 1. Use the fdisk command to create a new primary partition on the new virtual hard disk attached
- in Part II.
- Step 2. Use the correct command to create an ext4 filesystem on the new partition.
- Step 3. Repeat the steps in Part I and highlight the differences.