π Ubuntu Server Deployment & LVM Implementation
π Project Overview
This project demonstrates the deployment of Ubuntu Server in a virtual environment and implementation of Logical Volume Management (LVM) for flexible disk management.
π Technologies Used
Ubuntu Server 22.04
Linux CLI
LVM (Logical Volume Manager)
VMware Workstation
π― Objectives
Install Ubuntu Server
Add additional disk
Create Physical Volume
Create Volume Group
Create Logical Volumes
Format and Mount Storage
Troubleshoot LVM extent issue
π§± LVM Architecture
PV β /dev/sdb
VG β lvmgrp
LV1 β 3GB
LV2 β 3GB
LV3 β 3.9GB
π Commands
All commands are available in:
commands/lvm_implementation_commands.sh
π Documentation
Full project documentation available in:
docs/Ubuntu_LVM_Project_Documentation.pdf
πΈ Screenshots
Screenshots available in:
screenshots/
π₯ DevOps Relevance
This project demonstrates:
Linux system administration
Storage management
Disk scalability
Real-world infrastructure handling