From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aquinas.techsquare.com ([75.125.237.226]:54849 "EHLO techsquare.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932452AbcHJART (ORCPT ); Tue, 9 Aug 2016 20:17:19 -0400 To: Chris Murphy References: Cc: Btrfs BTRFS From: Matt McKinnon Message-ID: <1c409a92-978d-a37a-75ae-8ff2e84f5674@techsquare.com> Date: Tue, 9 Aug 2016 20:17:05 -0400 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Subject: Re: BTRFS: error (device sda1) in btrfs_run_delayed_refs:2963: errno=-17 Object already exists Sender: linux-btrfs-owner@vger.kernel.org List-ID: -o usebackuproot worked well. after the file system settled, performing a sync and a clean umount, a normal mount works now as well. Anything I should be doing going forward? Thanks, Matt On 08/09/2016 08:01 PM, Chris Murphy wrote: > On Tue, Aug 9, 2016 at 5:15 PM, Matt McKinnon wrote: >> Hello, >> >> Our server recently crashed and was rebooted. When it returned our BTRFS >> volume is mounting read-only: > > What happens when you try mounting with -o usebackuproot ? > > If that fails, what output do you get for 'btrfs check' (without > --repair)? If you only get some "errors 400, nbytes wrong" then > --repair should fix the problem. > > >