No Space Left On Device

vzfanatic

Active Member
Jul 22, 2008
67
0
26
Hey all..

I am clueless how to fix this:

Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/pve/root 2211840 57192 2154648 3% /
tmpfs 1007066 4 1007062 1% /lib/init/rw
udev 1007066 4853 1002213 1% /dev
tmpfs 1007066 1 1007065 1% /dev/shm
/dev/mapper/pve-data 5947392 5947392 0 100% /var/lib/vz
/dev/sda1 32768 41 32727 1% /boot

Filesystem 1K-blocks Used Available Use% Mounted on
/dev/pve/root 34834128 1579856 31484800 5% /
tmpfs 4028264 0 4028264 0% /lib/init/rw
udev 10240 2692 7548 27% /dev
tmpfs 4028264 0 4028264 0% /dev/shm
/dev/mapper/pve-data 93636552 44381720 49254832 48% /var/lib/vz
/dev/sda1 516040 83888 405940 18% /boot

I need to increase or otherwise free up inodes.. I can't do anything to the device, since every attempt results in 'no space left on device' ..

H E L P ! :-)
 
I need to increase or otherwise free up inodes.. I can't do anything to the device, since every attempt results in 'no space left on device' ..

You already run fsck on that filesystem? Can you list the contents? Does a read-only mount work?
 
Hey all..

I am clueless how to fix this:

Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/pve/root 2211840 57192 2154648 3% /
tmpfs 1007066 4 1007062 1% /lib/init/rw
udev 1007066 4853 1002213 1% /dev
tmpfs 1007066 1 1007065 1% /dev/shm
/dev/mapper/pve-data 5947392 5947392 0 100% /var/lib/vz
/dev/sda1 32768 41 32727 1% /boot

Filesystem 1K-blocks Used Available Use% Mounted on
/dev/pve/root 34834128 1579856 31484800 5% /
tmpfs 4028264 0 4028264 0% /lib/init/rw
udev 10240 2692 7548 27% /dev
tmpfs 4028264 0 4028264 0% /dev/shm
/dev/mapper/pve-data 93636552 44381720 49254832 48% /var/lib/vz
/dev/sda1 516040 83888 405940 18% /boot

I need to increase or otherwise free up inodes.. I can't do anything to the device, since every attempt results in 'no space left on device' ..

H E L P ! :-)

Hi,
your logical volume /dev/pve/data is full. This is mounted below /var/lib/vz and stores the data of als virtual machines with local storage, the templates and the CD/DVD-isos.

to get space, you must delete something - e.g. old isos, or an unused vm.
If you want to look where your space is gone you can install ncdu:
Code:
apt-get install ncdu
ncdu /var/lib/vz

Udo