Trying to figure out how to take from the 200G disk at /dev/sde
and add that to root
...or maybe the way to say it is how do I extend /
into /dev/sde
?
I've only ever dealt with lvm before or at least disks that have partitions that can be extended. I'm not sure why there isn't a part
type for /
.
[root@blah ~]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 514M 0 disk
└─sda1 8:1 0 512M 0 part /boot
sdb 8:16 0 2G 0 disk [SWAP]
sdc 8:32 0 14G 0 disk /
sdd 8:48 0 250G 0 disk
└─sdd1 8:49 0 250G 0 part
└─vgBackup-VMs 253:0 0 250G 0 lvm /VMs
sde 8:64 0 200G 0 disk /VM0
sr0 11:0 1 1024M 0 rom