Today's the first day in my 15 years of using Linux that I've ran out of inodes rather than disk space.
Luckily it's easy enough to fix: create a large empty file with truncate -s 20G filename
, format it (e.g. mkfs.ext4 filename
), and mount it somewhere you can access.
you can migrate to it for its reflinks support: https://bnw.im/u/l29ah/t/xfs
@minoru