search for: read_node_slot

Displaying 2 results from an estimated 2 matches for "read_node_slot".

2013 Sep 01
0
Unmountable filesystem parent transid verify failed
...301495 parent transid verify failed on 24419581267968 wanted 301480 found 301495 parent transid verify failed on 24419581267968 wanted 301480 found 301495 I have tried using btrfs-image : but it too crashes eventually with : btrfs-image -c9 -t4 /dev/sde btrfs-image ... btrfs-image: ctree.c:787: read_node_slot: Assertion `!(level == 0)'' failed. Aborted mount -o ro,recovery fails # mount -o ro,recovery /dev/sde /DATA mount: wrong fs type, bad option, bad superblock on /dev/sde, ... # btrfs-zero-log /dev/sde eventually fails with : btrfs-zero-log: ctree.c:342: __btrfs_cow_block: Assertion `!(b...
2011 Oct 06
26
[PATCH v0 00/18] btfs: Subvolume Quota Groups
This is a first draft of a subvolume quota implementation. It is possible to limit subvolumes and any group of subvolumes and also to track the amount of space that will get freed when deleting snapshots. The current version is functionally incomplete, with the main missing feature being the initial scan and rescan of an existing filesystem. I put some effort into writing an introduction into