I'm new to Centos 7 but I'm trying to move space from the home directory to the root directory. I'm using this question for reference: How to move disk space from centos-home to centos-root
Does anyone know what I'm doing wrong?
UPDATE:
[root@ns537316 /]# lvscan
[root@ns537316 /]# pvscan
No matching physical volumes found
[root@ns537316 /]# lvscan /dev/md3
Command does not accept argument: /dev/md3.
[root@ns537316 /]# pvscan /dev/md3
Command does not accept argument: /dev/md3.
[root@ns537316 /]# pvscan /dev/md3/

/dev/md3is not an LVM volume but a mdraid software RAID device that can't be managed with LVM. Please edit your question to add the output oflvscanandpvscanand do not post screenshots but instead, copy/paste the information into the question and use the formatting tools. – Sven Oct 15 '17 at 16:31