my filesystem looks like this...
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 7.3G 1.5G 5.4G 22% /
none 2.0G 120K 2.0G 1% /dev
none 2.0G 4.0K 2.0G 1% /dev/shm
/dev/sda1 99M 12M 83M 13% /boot
/dev/sda4 103G 188M 98G 1% /home
My webserver is in /srv/http/, right now it's living off of space from /dev/sda3/. I expect to be doing a project on my web server which involves uploading larger amounts of files which will take up more space. Will it automatically start using drive space from /dev/sda4/? I doubt it will, so if not, how can I allocate space from /home to my web server at /srv/http (or if not just /)?