Re: [Evolution] Empty cache file



On Fri, 2022-01-07 at 09:28 +0100, Ralf Mardorf via evolution-list
wrote:
On Thu, 06 Jan 2022 23:56:03 +0100, Ángel wrote:
Could it be that you filled your disk/partition/quota at the time
it
downloaded it?

Hi,

when running out of disk space and/or inodes Linux put out a "no
space
left on device" message.

However, checking how much disk space and inodes are available by the
user's home directory can be done running

  df -h ~; df -hi ~

The '-i' option depends on the filesystem. On my BTRFS /home it shows:

$ df -i /home
Filesystem     Inodes IUsed IFree IUse% Mounted on
/dev/sda3           0     0     0     - /home

IIRC BTRFS can dynamically grow the inode pool as needed.

poc


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]