Se a sua intenção é armazenar em cache os debs baixados pelo apt na segunda partição, em vez de no primário, então você pode fazer assim:
# assuming the second partition is mounted at /mnt/second
# move the existing cache over to the second partition
sudo mv /var/cache/apt /mnt/second/apt-cache
# symlink the original name to the new location
sudo ln -s /mnt/second/apt-cache /var/cache/apt