[server-admins] what's left on root?
DM Smith
dmsmith at crosswire.org
Fri Mar 9 09:17:46 MST 2012
The wiki (not it's data) is at /usr/share/mediawiki. What is there is
the configuration of the wiki. It is pointed to by
/etc/httpd/conf.d/mediawiki.conf.
There may be other stuff under /usr/share that is important to keep.
/etc/httpd/conf.d is pretty important.
/etc/init.d has some stuff that might be important to preserve. E.g.
/etc/init.d/tomcat, sitestart.sh
There may be a lot of other config stuff under /etc that should be
preserved. Such as groups, passwords, ....
Maybe /etc should be it's own mount point? (Create a partition on
/dev/sdb, copy /etc to it, and mount that as /etc)
You might consider moving /tmp to minimize writes.
Couldn't figure out which drive had swap, but that could be moved to sdb
also (if not there already). Likewise for tmpfs, /proc, ....
DM
On 03/09/2012 10:34 AM, Troy A. Griffitts wrote:
> Hey admins,
>
> Could you let me know if any of your data is being stored on the root
> partition of the CrossWire server, and what we can move over to our
> data partition (/space)?
>
> For the wiki, I've just moved /var/lib/mysql to /space/opt/mysql
> (11KB of errors of the ~500MB moved.)
>
> Also to limit writes to the drive, I've moved:
>
> /var/log/httpd
> /var/spool/exim
> /var/spool/mail
> /var/spool/mailman
>
>
> Is there anything else like this we can move?
>
> I like to keep the root partition free of any data that we consider
> worthy of preserving, and now it is more important than ever, as this
> partition is experiencing problems.
>
> Troy
>
> _______________________________________________
> server-admins mailing list
> server-admins at crosswire.org
> http://www.crosswire.org/mailman/listinfo/server-admins
More information about the server-admins
mailing list