24 Jul
2012
24 Jul
'12
9:44 a.m.
On Tue, Jul 24, 2012 at 10:58 AM, Aurko Roy <roy.aurko@gmail.com> wrote:
2. I have an encrypted btrfs partition which it unlocks normally, but while trying to mount says: "fsck: fsck.btrfs: not found
The problem seems to be that simply there is no such fsck.btrfs. It simply does not exist, yet. There is a btrfsck, but it is not yet ready for general use, IIRC. My solution for this is simply: # ln -s /bin/true /sbin/fsck.btrfs HTH -- Rodrigo