Jens Axboe wrote:

I'm able to mount the filesystem by using /dev/sdb4:

# mount /dev/sdb4 /mnt/btrfs/

After which I can unmount it, and use /dev/sda4 to mount the filesystem:

# umount /dev/sdb4
# mount /dev/sda4 /mnt/btrfs/

Try btrfsctl -a first.

It seems to do the trick.

I suppose longer term, doing "btrfsctl -a" before mounting a (RAID) btrfs filesystem shouldn't be needed, or?


--
Tomasz Chmielewski
http://wpkg.org

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to