search for: trfs

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

Did you mean: btrfs
2013 Nov 10
2
BTRFS error after clearing cache
...nospace_cache and nospace_cache afterwards I was unhappy about the boot speed, so I decided to clear the nospace_cache argument so that the cache would be rebuilt. However, even though my boot speed did improve (not well enough, though), I received 2 errors (this is also the output of dmesg | grep BTRFS): [ 5.528707] BTRFS error (device sda2): block group 1103101952 has wrong amount of free space [ 5.529630] BTRFS error (device sda2): failed to load free space cache for block group 1103101952 It comes up after every reboot now. The output of dmesg | grep trfs (no ''b'', bec...
2016 Jan 25
1
[PATCH] btrfs_subvolume_show: fix root/toplevel check w/ btrfs-progs >= 4.4
In trfs-progs 4.4 the error message has been changed, and our check did not work anymore. Yes, parsing user messages really sucks... --- daemon/btrfs.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/daemon/btrfs.c b/daemon/btrfs.c index 85dbe00..c67af83 100644 --- a/daemon/btr...