On Wed, Jul 14, 2010 at 12:15 PM, K. Richard Pixley <rich@xxxxxxxx> wrote: > Here's what I'm getting on ubuntu-10.04 with standard tools, > (/sbin/btrfsctl), and freshly built tools, (/usr/local/bin/btrfsctl). > > Are we sure that the btrfs kernel module in this release is supporting the > right ioctls? Yes it works for me, see the correct arguments below. > rich@diamonds> sudo /usr/local/bin/btrfsctl -D snaptest /home > ioctl:: No such file or directory The snaptest snapshot is in your home directory (I think), not in /home, so you need to specify the full path i.e.: sudo /usr/local/bin/btrfsctl -D snaptest /home/rich Cheers, =a= -- =================== Aaron Straus aaron@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
