I did a standard install of Centos 6.5 in a 1TB SSD (MLC) not realizing that only 50G is allocated to / and approximately 816G to /home:
[gskidmor@mrserver ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_mrserver-lv_root 50G 33G 14G 71% /
tmpfs 64G 0 64G 0% /dev/shm
/dev/sdb1 485M 39M 421M 9% /boot
/dev/mapper/vg_mrserver-lv_home 816G 227M 774G 1% /home
At the current rate of consumption, the DB files will use up most/all of the disk within 2 weeks.
So this seems like a trivial question, but I figured I would ask anyways - should I resize / and give it a majority of the space or move the location that mysql stores it's files to someplace in /home? I'm worried creating a user mysql with a home directory and login (I could use nologin in passwd) could pose a security risk