[Zope] Disk Space Question...
Paul Rudin
paulr@pc1-camc6-0-cust105.cam.cable.ntl.com
27 Feb 2002 17:01:46 +0000
Miguel Rodr=EDguez <mrodriguez@catenon.com> writes:
> Hi you all,
> I have installed zope in a linux machine, but it'm starting to have not
> enough free space at disk.
>=20
> This is my disk partition information:
>=20
> Filesystem Size Used Avail Use% Mounted on
> /dev/hda1 3.4G 3.2G 24M 99% /
> /dev/hda6 15G 1.8G 12G 13% /home
> /dev/hdb5 5.9G 8.0k 5.6G 0% /opt
>=20
> I have Zope installed in hda1(99% used).
> Is there any way of changing the location of data.fs??
> Can I reasign the partition table without data lost??
>=20
I had the same problem. I stopped zope, moved the zope/var
subdirectory to another partition and symlinked this back to the
original location, then restarted zope.
So far all seems to be fine.