Why does btrfs send /mnt/btrfs-root fail with ERROR: /mnt/btrfs-root is not read-only. even when mounted with option ro?

2013-02-16 Thread Adam Ryczkowski
Question as in title. I did remount my btrfs partition as read-only (i.e. I did sudo mount /dev/sda9 /mnt/btrfs-root -o ro) And when I did btrfs send /mnt/btrfs-root /dev/null I received ERROR: /mnt/adama-docs is not read-only. Although, when I sudo touch /mnt/btrfs-root/foo I get touch:

Re: Why does btrfs send /mnt/btrfs-root fail with ERROR: /mnt/btrfs-root is not read-only. even when mounted with option ro?

2013-02-16 Thread Hugo Mills
On Sat, Feb 16, 2013 at 11:07:28PM +0100, Adam Ryczkowski wrote: Question as in title. I did remount my btrfs partition as read-only (i.e. I did sudo mount /dev/sda9 /mnt/btrfs-root -o ro) And when I did btrfs send /mnt/btrfs-root /dev/null I received ERROR: /mnt/adama-docs is not