LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Extending an existing volume group. (https://www.linuxquestions.org/questions/linux-server-73/extending-an-existing-volume-group-4175486208/)

amit.kanade1983 11-28-2013 10:59 PM

Extending an existing volume group.
 
Dear All,
I have a query. recently I had to create additional mount points on a vm. I added a virtual HDD for this purpose. The new disk was detected as /dev/hdb. So my query is...
Do I have to create one single partition on /dev/hdb, then change type to 8e, and then add it to existing vg??? ...OR...
Can I directly select /dev/hdb and change type to 8e and then add it to the vg without creating a partition???

druuna 11-29-2013 01:30 AM

Quote:

Originally Posted by amit.kanade1983 (Post 5072233)
Do I have to create one single partition on /dev/hdb, then change type to 8e, and then add it to existing vg??? ...OR...
Can I directly select /dev/hdb and change type to 8e and then add it to the vg without creating a partition???

Both are possible:
- Anatomy of LVM
- The Linux Logical Volume Manager
- Logical Volume Management

I like to use partitions, this way the general layout stays the same. But this is a personal preference.


All times are GMT -5. The time now is 07:52 PM.