Re: BTRFS errors, and won't mount

2019-10-04 Thread Patrick Dijkgraaf
Hi Qu, Tried it with backup roots and it won't mount. I have a backup of a week ago and I'll accept the dataloss. I'll rebuild (this time without BTRFS RAID5/6) and restore. Thanks for your help! -- Groet / Cheers, Patrick Dijkgraaf On Fri, 2019-10-04 at 09:59 +0200, Patrick Dijkgraaf wrote

Re: BTRFS errors, and won't mount

2019-10-04 Thread Patrick Dijkgraaf
Decided to upgrade my system to the latest and give it a shot: # btrfs check /dev/sde2 Opening filesystem to check... parent transid verify failed on 4314780106752 wanted 470169 found 470107 checksum verify failed on 4314780106752 found 7077566E wanted 9494EBD8 checksum verify failed on 4314780106

Re: BTRFS errors, and won't mount

2019-10-04 Thread Qu Wenruo
On 2019/10/4 下午3:41, Patrick Dijkgraaf wrote: > Hi Qu, > > I know about RAID5/6 risks, so I won't blame anyone but myself. I'm > currenlty working on another solution, but I was not quite there yet... > > mount -o ro /dev/sdh2 /mnt/data gives me: > > [Fri Oct 4 09:36:27 2019] BTRFS info (devi

Re: BTRFS errors, and won't mount

2019-10-04 Thread Patrick Dijkgraaf
Hi Qu, I know about RAID5/6 risks, so I won't blame anyone but myself. I'm currenlty working on another solution, but I was not quite there yet... mount -o ro /dev/sdh2 /mnt/data gives me: [Fri Oct 4 09:36:27 2019] BTRFS info (device sde2): disk space caching is enabled [Fri Oct 4 09:36:27 201

Re: BTRFS errors, and won't mount

2019-10-04 Thread Qu Wenruo
On 2019/10/4 下午2:59, Patrick Dijkgraaf wrote: > Hi guys, > > During the night, I started getting the following errors and data was > no longer accessible: > > [Fri Oct 4 08:04:26 2019] btree_readpage_end_io_hook: 2522 callbacks > suppressed > [Fri Oct 4 08:04:26 2019] BTRFS error (device sde2

Re: BTRFS errors, and won't mount

2019-10-04 Thread Patrick Dijkgraaf
BTRFS restore shows the following output: #btrfs restore -D /dev/sde2 /mnt/data This is a dry-run, no files are going to be restored parent transid verify failed on 4314638041088 wanted 470169 found 470107 parent transid verify failed on 4314638041088 wanted 470169 found 470107 checksum verify fai

BTRFS errors, and won't mount

2019-10-04 Thread Patrick Dijkgraaf
Hi guys, During the night, I started getting the following errors and data was no longer accessible: [Fri Oct 4 08:04:26 2019] btree_readpage_end_io_hook: 2522 callbacks suppressed [Fri Oct 4 08:04:26 2019] BTRFS error (device sde2): bad tree block start 17686343003259060482 7808404996096 [Fri

Re: btrfs errors

2019-08-14 Thread Konstantin V. Gavrilenko
Thanks for the help and clarification Qu. I will wait for the 5.3 and see what it brings. Best regars, Konstantin - Original Message - From: "Qu Wenruo" To: "Konstantin V. Gavrilenko" , "linux-btrfs" Sent: Wednesday, 14 August, 2019 1:24:42 AM Sub

Re: btrfs errors

2019-08-13 Thread Qu Wenruo
arhont.com > > tel: +44 (0) 870 44 31337 > fax: +44 (0) 208 429 3111 > > PGP: Key ID - 0xE81824F4 > PGP: Server - keyserver.pgp.com > > > - Original Message - > From: "Qu Wenruo" > To: "Konstantin V. Gavrilenko" > Cc: "linux-b

Re: btrfs errors

2019-08-13 Thread Qu Wenruo
st try copy the old data to a newly created btrfs. Thanks, Qu > - is it possible to # btrfs check without copying it back on the > main disk. maybe loopdevice? > > > thanks, > Konstantin > > > - Original Message - > From: "Qu Wenruo" > To: &q

Re: btrfs errors

2019-08-13 Thread Qu Wenruo
On 2019/8/13 下午5:48, Konstantin V. Gavrilenko wrote: > Hi list > > I have run the btrfs check, and that reported multiple errors on the FS. > > # btrfs check --readonly --force /dev/kubuntu-vg/lv_root > Please don't skip the output, especially for btrfs check. The first tree btrfs check chec

btrfs errors

2019-08-13 Thread Konstantin V. Gavrilenko
Hi list I have run the btrfs check, and that reported multiple errors on the FS. # btrfs check --readonly --force /dev/kubuntu-vg/lv_root root 9214 inode 6850330 errors 2001, no inode item, link count wrong unresolved ref dir 266982 index 22459 namelen 36 name 9621041045a17a475428a26fcf

Re: btrfs errors

2018-03-17 Thread Chris Murphy
On Fri, Mar 16, 2018 at 7:34 PM, higuita wrote: > On Tue, 13 Mar 2018 22:24:43 -0600, Chris Murphy > wrote: >> c. (optional) take a btrfs image before you do the repair because if >> something blows up, at least that will help a dev figure out why btrfs >> check blew up your file system. > >

Re: btrfs errors

2018-03-16 Thread higuita
Thanks for the reply! On Tue, 13 Mar 2018 22:24:43 -0600, Chris Murphy wrote: > If you search the list for 'corrupt leaf bad key ordering' the top two > causes are bad RAM and flaky power supply. These can be hard to narrow > down. I will try to get new power supply to test as the curren

Re: btrfs errors

2018-03-13 Thread Chris Murphy
If you search the list for 'corrupt leaf bad key ordering' the top two causes are bad RAM and flaky power supply. These can be hard to narrow down. But yes pretty good chance it can be fixed with 'btrfs check --repair' but two things before you do that: a. Make sure backups are up to date. Hopeful

btrfs errors

2018-03-13 Thread higuita
Hi When recompiling the kernel a few weeks ago i got some error and after some research notices some checksum errors in the dmesg in my root filesystem, with btrfs Doing a btrfs check i got many errors in the linux source tree *.o and several other files in /usr/*. So i umounted, rebooted from a

Re: btrfs errors over NFS

2017-10-16 Thread Nikolay Borisov
On 16.10.2017 08:00, Steve Leung wrote: > On 10/13/2017 03:14 AM, Nikolay Borisov wrote: >> >> >> On 12.10.2017 20:44, Steve Leung wrote: >>> I've run into a btrfs error trying to do a -j8 build of android on a >>> btrfs >>> filesystem exported over NFSv3.  That in itself might be unwise, but >>>

Re: btrfs errors over NFS

2017-10-13 Thread Peter Grandi
>> TL;DR: ran into some btrfs errors and weird behaviour, but >> things generally seem to work. Just posting some details in >> case it helps devs or other users. [ ... ] I've run into a >> btrfs error trying to do a -j8 build of android on a btrfs >> filesys

Re: btrfs errors over NFS

2017-10-13 Thread Nikolay Borisov
On 12.10.2017 20:44, Steve Leung wrote: > Hi list, > > TL;DR: ran into some btrfs errors and weird behaviour, but things generally > seem > to work. Just posting some details in case it helps devs or other users. > > I've run into a btrfs error trying to do a

Re: btrfs errors over NFS

2017-10-12 Thread Steve Leung
On 10/12/2017 11:44 AM, Steve Leung wrote: Hi list, TL;DR: ran into some btrfs errors and weird behaviour, but things generally seem to work. Just posting some details in case it helps devs or other users. I've run into a btrfs error trying to do a -j8 build of android on a

btrfs errors over NFS

2017-10-12 Thread Steve Leung
Hi list, TL;DR: ran into some btrfs errors and weird behaviour, but things generally seem to work. Just posting some details in case it helps devs or other users. I've run into a btrfs error trying to do a -j8 build of android on a btrfs filesystem exported over NFSv3. That in i

Re: Cannot fix btrfs errors after system crash

2017-09-30 Thread Niccolò Belli
Hi, I decided I wanted to try if letting btrfs manipulate those extens would have fixed my issue. So I launched a full balance followed by a deduplication followed by another full balance. Then I checked the fs once again: everything got fixed during the data manipulation. Anyway btrfs check --

Cannot fix btrfs errors after system crash

2017-09-27 Thread Niccolò Belli
Hi, I was trying to use AMDGPU-PRO's OpenCL stack (with the mainline 4.12.13 kernel) while it suddently crashed the whole system, not even magic sysrq keys did work anymore. With no surprise, at the next reboot I found several btrfs warnings (see https://paste.pound-python.org/show/S5zBG2tXZUTL

Re: How to fix these btrfs errors

2017-04-30 Thread Zach Aller
One more while running a scrub dmesg logs showed this [98761.912449] scrub_handle_errored_block: 22 callbacks suppressed [98761.912472] BTRFS warning (device sda): checksum error at logical 5614914584576 on dev /dev/sda, sector 10979229344: metadata leaf (level 0) in tree 7 [98761.912476] BTRFS wa

Re: How to fix these btrfs errors

2017-04-30 Thread Zach Aller
Output of one more command. --- ./btrfs inspect-internal dump-tree /dev/sda > dump.txt parent transid verify failed on 15732050345984 wanted 73879 found 73881 parent transid verify failed on 15732050345984 wanted 73879 found 73881 parent transid verify failed on 15732050345984 wanted 73879 foun

Re: How to fix these btrfs errors

2017-04-30 Thread Zach Aller
It is a recent filesystem the data was written with kernel 4.10, today I upgraded to 4.11rc8 to see if it helped anything which it did not. On 4/30/17, 4:35 PM, "ch...@colorremedies.com on behalf of Chris Murphy" wrote: >On Sun, Apr 30, 2017 at 3:08 PM, Zach Aller wrote: > >> uname -a >> Linux

Re: How to fix these btrfs errors

2017-04-30 Thread Chris Murphy
On Sun, Apr 30, 2017 at 3:08 PM, Zach Aller wrote: > uname -a > Linux server 4.11.0-041100rc8-generic #201704232131 SMP Mon Apr 24 > 01:32:55 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux > > ./btrfs --version > btrfs-progs v4.10 > > ./btrfs fi show > Label: none uuid: bdd89c26-038d-49fd-b895-52b8deb9

How to fix these btrfs errors

2017-04-30 Thread Zach Aller
So I have been getting a lot of errors with a btrfs filesystem. I would like to figure out how to fix them without losing data or having to redo the data. Below I have the output of some of the requested command. I have ran a btrfs check without the ‹repair option I wanted to check here first to se

Re: suspected BTRFS errors resulting in file system becoming unrecovable

2016-02-08 Thread Austin S. Hemmelgarn
On 2016-02-08 11:23, WillIam Thorne wrote: Thanks all for the help. Here’s a bit more info below. Seeing as its possibly related to the USB implementation on the pi, I have cc’d their mailing list. Glad we could be of assistance. On 25 Jan 2016, at 16:43, Austin S. Hemmelgarn mailto:ahferro..

Re: suspected BTRFS errors resulting in file system becoming unrecovable

2016-02-07 Thread Chris Murphy
On Tue, Jan 26, 2016 at 5:22 AM, Austin S. Hemmelgarn wrote: > On 2016-01-25 16:12, Chris Murphy wrote: >> I really think USB hubs help fix a lot of USB related problems, even >> when it's not a power related problem. Currently I'm using internal >> SATA in a NUC for the primary storage, but use

Re: BTRFS errors on fresh filesystem

2015-08-28 Thread Austin S Hemmelgarn
On 2015-08-28 11:10, J - wrote: I have noticed a BTRFS error mentioned in two consecutive identical entries in my kernel log: "BTRFS error (device sda2): bad extent! em: [0 0] passed [0 4096]" sda2 contains a btrfs with skinny extents has been created a few days ago and contains a few subvolu

Re: BTRFS errors on fresh filesystem

2015-08-28 Thread Chris Murphy
On Fri, Aug 28, 2015 at 9:10 AM, J - wrote: > I have noticed a BTRFS error mentioned in two consecutive identical entries > in my kernel log: > "BTRFS error (device sda2): bad extent! em: [0 0] passed [0 4096]" > > sda2 contains a btrfs with skinny extents has been created a few days ago and >

BTRFS errors on fresh filesystem

2015-08-28 Thread J -
I have noticed a BTRFS error mentioned in two consecutive identical entries in my kernel log: "BTRFS error (device sda2): bad extent! em: [0 0] passed [0 4096]" sda2 contains a btrfs with skinny extents has been created a few days ago and contains a few subvolumes (mounted as root and home) and

RE: btrfs errors

2011-12-02 Thread Mike Thomas
wife has accidently deleted a ton of photos... -Original Message- From: Fajar A. Nugraha [mailto:l...@fajar.net] Sent: Friday, December 02, 2011 7:39 AM To: Mike Thomas Cc: linux-btrfs@vger.kernel.org Subject: Re: btrfs errors On Fri, Dec 2, 2011 at 7:34 PM, Mike Thomas wrote: > Hi, I&#x

Re: btrfs errors

2011-12-02 Thread Fajar A. Nugraha
On Fri, Dec 2, 2011 at 7:34 PM, Mike Thomas wrote: > Hi, I've been using btrfs for a while now, I've been utilizing snapshotting > nightly/weekly/monthly.  During the weekly I also do a backup of the > filesystem to an ext4 filesystem.  My storage is a linux md raid 5 volume. > I've recently notic

btrfs errors

2011-12-02 Thread Mike Thomas
Hi, I've been using btrfs for a while now, I've been utilizing snapshotting nightly/weekly/monthly.  During the weekly I also do a backup of the filesystem to an ext4 filesystem.  My storage is a linux md raid 5 volume.  I've recently noticed these errors in the logs during the backup of the files

Btrfs Errors in Fedora 13 ESXi Based Virtual Machine

2010-07-27 Thread Joe Dunn
Here are some of the errors I have collected in my F13 virt machine using brtfs. If there is anything else you need just ask and I will send along. Jul 18 23:13:50 server01 kernel: btrfs csum failed ino 507592 off 389177344 csum 3166690140 private 2898406899 Jul 18 23:13:51 server01 kernel: btrfs