when i installed suse 13.2, partitioning was done with lvm automatically but the system used only 40gig on 256 of my ssd.
i would like to create a volume group only for my home.
if i do that, what will happen with my home from my root group volume?
i would like to be moved to my new home group volume
Why a volume group, rather than just a partition for “/home”?
In any case, what you would need is:
(1) create the new “/home”;
(2) format it as needed;
(3) copy your current “/home” to the new version;
(4) modify “/etc/fstab” so that the new “/home” is automatically mounted.
If I were doing that, I would try to do it all while booted from live media (the live rescue CD or a live Gnome or KDE disk or usb).
Once done, the space in your old “/home” could be made available to its volume group for reassignment to other volumes. Maybe you could then shrink that volume group, but that’s probably risky.