From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:39818 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932452AbcHINsX (ORCPT ); Tue, 9 Aug 2016 09:48:23 -0400 Subject: Re: Issue: errno:28 (No space left on device) To: Thomas , References: From: Josef Bacik Message-ID: Date: Tue, 9 Aug 2016 09:47:58 -0400 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Sender: linux-btrfs-owner@vger.kernel.org List-ID: On 08/09/2016 07:50 AM, Thomas wrote: > Hello! > > I'm facing a severe issue with Debian installation using BTRFS: > errno:28 (No space left on device) > > After a few minutes of system usage I get this error message for any action, > means there's really no disk space left. > > However, the output of btrfs fi usage / reports that ~10% of disk space should > be free. > > I have 2 questions: > 1. Why is the OS reporting an error "Issue: errno:28 (No space left on device)" > whereas "btrfs fi usage" reports free space? > 2. How can I solve this issue w/o the possibility of extending the partition? > Please try linus's latest tree, it has some enospc accounting fixes that have recently gone in. Thanks, Josef