From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: bad tree block problems Date: Tue, 20 Dec 2011 18:36:37 -0500 Message-ID: <20111220233637.GP19266@shiny> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-btrfs@vger.kernel.org To: Chris Baines Return-path: In-Reply-To: List-ID: On Tue, Dec 20, 2011 at 10:34:20PM +0000, Chris Baines wrote: > Hello, > > I am having problems with my btrfs filesystem, I have a 1TB RAID-1 > setup that I use as /home. When accessing certain programs, or moving > large amounts of data, I often get errors looking like the one > attached, after I get the error, /home becomes unusable and I reboot. > I have tried running scrub, but it aborts (output given in the > attachment). > > I am using the 3.2.0-rc4 kernel (as distributed in Debian) at the > moment, but this may not have been the kernel I was using when I first > started getting the errors. It looks like you have both virtual box and nvidia loaded here, so it is hard to tell exactly where this problem came from. Could you please grab the latest btrfs-progs and do a: btrfs inspect logical 714427781120 /home This will tell us a little more about the bad block. -chris