Package: btrfs-tools
Version: 0.19+20100601-3

fsck can't find fsck.btrfs for automatical checking because it not exists.
Can you add this script to package (/sbin/fsck.btrfs):

#!/bin/sh

btrfsck "`echo "$@" | sed -e 's/ /\n/g' | grep "/"`";
exit 0;

Reply via email to