2

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

enter image description here

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/
DarthVegan
  • 131
  • 1
  • 1
  • 4

1 Answers1

2

You are not using LVM so you can't do what you want. In your setup, doing this is so complicated (if possiblbe at all) that I would strongly suggest to not even try it and instead back up everything and start over with useful partition sizes (and LVM)

Sven
  • 100,763