Based on the below number, it looks like you do actually have some free space on /dev/md0, but is reserved (betting this is ext3 filesystem). So you couldrun tune2fs and drop-down the reserved file-space (default is 5% I think). That would give you a little breathing room, but you would of course still have to cut back on your disk usage. Some something like "tune2fs -m 2 /dev/md0" to set it to 2%
Ext3 Filesystem Tips - ArchWiki
Once you you get a handle and cut back on usage, would recommend you set it back to 5%
Quote:
Originally Posted by afunez2009 I think the os and zimbra are on the same volume
mail:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/md0 108G 102G 124M 100% /
tmpfs 506M 0 506M 0% /lib/init/rw
udev 10M 68K 10M 1% /dev
tmpfs 506M 0 506M 0% /dev/shm |