[Zope] Disk Space Question...

Jerome Alet alet@unice.fr
Wed, 27 Feb 2002 17:32:23 +0100 (MET)


On Wed, 27 Feb 2002, [iso-8859-1] Miguel Rodr=EDguez wrote:

> 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% /

You shouldn't have installed ALL the packages of your Linux distribution
;-)

> Is there any way of changing the location of data.fs??

move it somewhere on /home while Zope is stopped, then do a symlink from
your Zope's var directory to your Data.fs's new location, e.g. :

=09$ mkdir /home/zope
=09$ mv /usr/lib/zope/var/Data.fs /home/zope
=09$ ln -s /home/zope/Data.fs /usr/lib/zope/var/Data.fs

hth.

Jerome Alet - alet@unice.fr - http://cortex.unice.fr/~jerome
Fac de Medecine de Nice        http://wwwmed.unice.fr=20
Tel: (+33) 4 93 37 76 30     Fax: (+33) 4 93 53 15 15
28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE