This is the basic ID of the btrfs filesystem:
root@imerabox:/home/don# btrfs fi show /mnt/DATA
Label: none uuid: 9025bea6-b615-470a-8759-df1b13f63b52
Total devices 2 FS bytes used 948.87GiB
devid 1 size 931.51GiB used 804.03GiB path /dev/sdc
devid 2 size 931.51GiB used 804.01GiB path /dev/sdd
Btrfs v3.14.1
And to show the capacity utilization we issue
btrfs fi df /mnt/DATA
and see something like
Data, RAID0: total=1.56TiB, used=947.21GiB
Data, single: total=8.00MiB, used=6.28MiB
System, RAID1: total=8.00MiB, used=116.00KiB
System, single: total=4.00MiB, used=0.00
Metadata, RAID1: total=3.00GiB, used=1.65GiB
Metadata, single: total=8.00MiB, used=0.00
unknown, single: total=512.00MiB, used=0.00
Note that fdisk does not help much, if the BTRFS filesystem is on the raw devices:
root@imerabox:/# fdisk -lu
Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/sdc doesn't contain a valid partition table