Hi you all, I have installed zope in a linux machine, but it'm starting to have not enough free space at disk. This is my disk partition information: 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 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?? Thank you. **************************** DISCLAIMER ****************************** This message is intended exclusively for the named person. It may contain confidential, propietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it an notify the sender. Your must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of 'CÁTENON'. Please note that internet e-mail neither guarantees the confidentiality nor the proper receipt of the message sent. If the addressee of this message does not consent to the use of internet e-mail, please communicate it to us immediately. *************************** AVISO LEGAL ***************************** Este mensaje es solamente para la persona a la que va dirigido. Puede contener información confidencial o legalmente protegida. No hay renuncia a la confidencialidad o privilegio por cualquier transmisión mala/ errónea. Si usted ha recibido este mensaje por error, le rogamos que borre de su sistema inmediatamente el mensaje así como todas sus copias, destruya todas las copias del mismo de su disco duro y notifique al remitente. No debe, directa o indirectamente, usar, revelar, distribuir, imprimir o copiar ninguna de las partes de este mensaje si no es usted el destinatario. Cualquier opinión expresada en este mensaje proviene del remitente, excepto cuando el mensaje establezca lo contrario y el remitente esté autorizado para establecer que dichas opiniones provienen de 'CÁTENON'. Nótese que el correo electrónico vía Internet no permite asegurar ni la confidencialidad de los mensajes que se transmiten ni la correcta recepción de los mismos. En el caso de que el destinatario de este mensaje no consintiera la utilización del correo electrónico vía Internet, rogamos lo ponga en nuestro conocimiento de manera inmediata. ************************************************************************
On Wed, 27 Feb 2002, [iso-8859-1] Miguel Rodr�guez wrote:
I have installed zope in a linux machine, but it'm starting to have not enough free space at disk.
This is my disk partition information:
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. : $ mkdir /home/zope $ mv /usr/lib/zope/var/Data.fs /home/zope $ 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 Tel: (+33) 4 93 37 76 30 Fax: (+33) 4 93 53 15 15 28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE
On Wed, 27 Feb 2002 17:16:37 +0100, Miguel Rodríguez <mrodriguez@catenon.com> wrote: 99% full. hmmm. I guess this is fairly urgent then.... All the files that might grow big, notably Data.fs and Z2.log, are in the zopeinstall/var/ directory. I suggest moving the whole directory onto somewhere with more space, and creating a symbolic link in the original location.
Hi you all, I have installed zope in a linux machine, but it'm starting to have not enough free space at disk.
This is my disk partition information:
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
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??
Toby Dickenson tdickenson@geminidataloggers.com
Miguel Rodríguez <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.
This is my disk partition information:
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
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??
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.
Hi, Miguel Rodr wrote:
Hi you all, I have installed zope in a linux machine, but it'm starting to have not enough free space at disk.
This is my disk partition information:
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
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??
You don't have anything in /opt, as it seems. So I suggest you stop zope, move anything from your zopedir/var directory to /opt, unmount /opt, and remount /hdb5 at /zopedir/var. So you have your own zope data partition :-) Markus -- "GPL software is not free - the cost is cooperation"
participants (5)
-
Jerome Alet -
Markus Schaber -
Miguel Rodríguez -
Paul Rudin -
Toby Dickenson