|
|
#1 | |
|
Is there a way that I can link my cache directory (/var/cache/apt/archives/partial/) to another directory or partition? I've cleaned that directory, and I am still getting "No space left on devce" error message....
I got this when I did a df -h: Code:
Filesystem Size Used Avail Use% Mounted on
/dev/root 3.4M 27K 3.4M 1% /
/dev/sda1 799M 697M 103M 88% /cdrom
/ramdisk 1.6G 2.1M 1.6G 1% /ramdisk
/UNIONFS 291M 291M 0 100% /UNIONFS
/dev/sdb1 799M 697M 103M 88% /cdrom
/dev/cloop 2.0G 2.0G 0 100% /KNOPPIX
/dev/sdb2 995M 301M 695M 31% /media/sdb2
/media/sdb2/knoppix.img
291M 291M 0 100% /KNOPPIX.IMG
/dev/sdb3 2.1G 549M 1.5G 27% /media/sdb3
|
||
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jul 2005
Posts: 3,606
|
You can either symlink it or actually create a new mount for it.
To symlink to /dev/sdb3 I'd do this. Code:
mkdir -p /media/sdb3/apt_archives cp -av /var/cache/apt/archives/* /media/sdb3/apt_archives rm -rf /var/cache/apt/archives ln -s /var/cache/apt/archives /media/sdb3/apt_archives |
|
|
|
|
|
|
#3 |
|
Thanks, bro!
|
|
|
|
|
|
|
#4 | |
|
Quote:
How can I mount this on a different partition? |
||
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ftp://download.nvidia.com missing directory | ioni | NVIDIA Linux | 7 | 05-19-12 02:45 PM |
| NVIDIA CUDA - Introduction to GPU Object Linking by Ian Buck | News | Latest Tech And Game Headlines | 0 | 05-16-12 03:30 AM |
| RPM Source problems | LaoTzuTao | NVIDIA Linux | 10 | 01-19-03 05:15 AM |
| Can't install NVIDIA_kernel.XXXX.XXXX.src or regular rpm | noeffort | NVIDIA Linux | 15 | 12-17-02 01:22 PM |
| partition magic pro 7 | Grommit | General Software | 2 | 09-16-02 06:55 AM |