On Tue, 09 Sep 2014 16:29:05 +0200, Arnd Bergmann wrote: > As I mentioned at the kernel summit, I have a file system that I use mostly > for storing my one kernel git tree and occasionally some build trees > (those are normally on a tmpfs), and I have again run into the problem > where the file system is only partially full (I think 18% in this case) > but I am unable to create new files. You didn't give us any "btrfs fs show" or "btrfs fs df" outpu to look at, so chances are that a lot of empty data chunks have made themselves comfortable and prevent new metadata chunks from being allocated. The usual fix is to run balance with -dusage=x, where 0 <= x <= ~20. > The 82 MB image file is at > https://drive.google.com/file/d/0B_XQwQ5KlfJAWDJfS1E0TG1CLTA/edit?usp=sharing This is >780 MB.. -h -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
