Automating LVM Partition using Python-Script
Mar 8, 2021
Task 7 (C)
Task Description
Automating LVM Partition using Python-Script
Step 1
Create one workspace called python
cmd :- mkdir /python
cd /python
vi LVm.py
Step 2
Write the python script in this file
Step 3
Run the code
cmd :- python3 LVM.py
Now we created LVM using python script
Thanks for reading 🙏