All of lore.kernel.org
 help / color / mirror / Atom feed
* Assertion failure in btrfsck
@ 2013-12-14 10:15 Steinar H. Gunderson
  0 siblings, 0 replies; only message in thread
From: Steinar H. Gunderson @ 2013-12-14 10:15 UTC (permalink / raw)
  To: linux-btrfs

Hi,

I'm having a filesystem that's been a bit mangled by external causes,
so I thought I'd see how much I could salvage (it's not critical, though).
Thus, I pulled btrfsck from git and ran:

  pannekake:~/btrfs-progs# ./btrfsck --repair /dev/mapper/pannekake-backup-btrfs

It spit out a ton of warnings like these (I can get the whole log if you're
interested):

  parent transid verify failed on 7007735808 wanted 8322 found 8856
  Ignoring transid failure
  parent transid verify failed on 2895847424 wanted 8184 found 8818
  Ignoring transid failure
  parent transid verify failed on 7007735808 wanted 8322 found 8856
  Ignoring transid failure
  parent transid verify failed on 2895847424 wanted 8184 found 8818
  Ignoring transid failure
  parent transid verify failed on 7007735808 wanted 8322 found 8856
  Ignoring transid failure
  parent transid verify failed on 2895847424 wanted 8184 found 8818
  Ignoring transid failure

and then died with

  btrfsck: cmds-check.c:2212: check_owner_ref: Assertion `!(rec->is_root)' failed.
  Aborted

I assume this is a bug in btrfsck. :-) What more information do you need from
me to be able to look at this? The filesystem is a bit too big (550GB) to
transfer easily.

/* Steinar */
-- 
Homepage: http://www.sesse.net/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-14 10:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-14 10:15 Assertion failure in btrfsck Steinar H. Gunderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.