[root@CENTOS7WEB boot]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 47G 4.6G 42G 10% /
devtmpfs 2.9G 0 2.9G 0% /dev
tmpfs 2.9G 0 2.9G 0% /dev/shm
tmpfs 2.9G 18M 2.9G 1% /run
tmpfs 2.9G 0 2.9G 0% /sys/fs/cgroup
/dev/sda1 28G 229M 28G 1% /boot
/dev/sda2 503G 285G 219G 57% /var
tmpfs 581M 0 581M 0% /run/user/0
[root@CENTOS7WEB boot]#
This is my CentOS 7 Wordpress server. I have been thinking about the web sites growing as I add content. Reinstalling and moving WP to a new server is a pain and a half. It is installed on VMWare 6 U3. One hard drive. Can I add a second hard drive and move sda3 to it and then expand the first hard drive to expand /sda2?
Can I create a /var/www2 on a new hard drive and put the virtual host on it.
chown -R apache:apache ,/var/www2 Word Press uses apache:apache for its rights. 755 / 644 for its rights.