* LAMIRAULT Nicolas <[EMAIL PROTECTED]>
(2001-07-10 10:30):
> I have a problem with my potato 2.2 partitions /var is 98% used.  So
> when i want to upgrade my distrib, i have a problem of space.  have
> you got a solution to move configurations file of /var/apt in other
> location ?

You could try move /var/cache/apt to another partition which has lots
of free space, and then creating a symlink from the new directory to
/var/cache/apt.

For example, if the /usr partition has a lot of free space:

mkdir /usr/var/cache
cd /var/cache
mv apt /usr/var/cache
ln -s /usr/var/cache/apt apt
apt-get...

Cheers,
Sean

-- 
Sean Quinlan ([EMAIL PROTECTED])

Reply via email to