Shikhar Jain
← Back to Writing
LINUX·1 min read·Nov 2025·hashnode

One PV and three 'LVM'

I have usually worked with 3 LVM’s on my linux configured VM’s but some days ago I read that during installation, linux helps in creating two LVM’s. I asked, wh

I have usually worked with 3 LVM’s on my linux configured VM’s but some days ago I read that during installation, linux helps in creating two LVM’s. I asked, why another LVM, why another /home disk, is that necessary ??

Later I got to know its advantages:-
1). Whenever system upgrades or reinstall happens, since /home is separate, it won’t affect user data, which is a good design for data protection and redundancy.
2). Formatting /root directory and applying/changing mount options would not affect user data in /home.
3). Moving and resizing user would be easy.

But then I thought, what if some minimalist linux distro, doesn’t have separate lvm for /home, like arch-linux 😬 ?

“I guess we’ll never know“ 😇, since arch-linux use many different filesystem like brtfs with simple partitions, which also have separate /home.

But if you encounter no separate partition in different distros, you know what to do.

chau

Subscriber only

Continue reading this essay

This essay is for subscribers of Deploying Clarity. Enter your subscriber email to unlock, or subscribe free below.

or
Subscribe free — get access to all essays

Originally published on Hashnode

View original →
Interested in what I'm building?
Let's have a conversation.
shikharjain73@gmail.com