Thanks for the reply. Unfortunately I don't have time right now to go through a re-install. I'm heading out of town on an extended job assignment and won't be able to work on the system after Sunday night. I plan on building a new & faster machine while I'm on my assignment but it will be a few months before it gets installed here at home. So Sunday is my drop dead date to try and get the system to recognize the new partition.rdmelin wrote:BKahler now that I've had time to read this whole thread properly I have a couple suggestions.
If you just want a large partition for event storage you can choose a large partition for /var when installing. This is my standard practice.
Since I am a linux newbie would you mind providing the command sequence to perform this?If you dont want to reinstall and want events only on a separate partition you can mount the partition on /var/www/html/zm/events.
I actually like this idea better.Or you can delete the events directory and make events a symlink to the mount point of the partition.
I assume the command sequence would be like this:
1) Delete all files AND the dirctory /var/www/html/zm/events
2) This is where I get confused. Do I create a symlink in the /var/www/html/zm directory called "events"? If so what is the format of the command line
ln -s ????????????? ?????????????
Thanks!Either way will require no changes in config of zm or apache as apache is already configured to allow symlinks (so it will work running from the livecd)
Brad