Re: Assertion `!(exist->nmirrors >= 2)' failed

2014-07-18 Thread Karl-Philipp Richter
Hi Gui, I'm getting back at this a bit late, but I could now run `btrfsck --repair` with btrfs-progs 24cf4d8c3ee924b474f68514e0167cc2e602a48d on Linux 3.16-rc5 in an Oracle VirtualBox VM with Ubuntu 14.04. It doesn't suceed yet, but at least I'm not getting immediate errors. Best regards, Karl Am

Re: Assertion `!(exist->nmirrors >= 2)' failed

2014-06-24 Thread Gui Hecheng
On Tue, 2014-06-24 at 15:43 +0200, Karl-Philipp Richter wrote: > Hi together, > I wondered whether > > $ sudo btrfs rescue chunk-recover -y /dev/loop2p1 > btrfs: chunk-recover.c:124: process_extent_buffer: Assertion > `!(exist->nmirrors >= 2)' failed. > $ echo $? > 134 Hi, Karl Fo