On Jan 15, 2014, at 3:55 AM, Tomasz Chmielewski <man...@wpkg.org> wrote:

> I'm no longer able to write to this btrfs filesystem:
> 
> # df -h /home
> Filesystem      Size  Used Avail Use% Mounted on
> /dev/sdb4       5.2T  3.6T  1.6T  71% /home
> 
> 
> # btrfs fi show /home
> Label: crawler-btrfs  uuid: 60f1759c-45f6-4484-9f60-66a4e9bbf2b6
>        Total devices 2 FS bytes used 1.80TiB
>        devid    3 size 2.56TiB used 1.80TiB path /dev/sdb4
>        devid    4 size 2.56TiB used 1.80TiB path /dev/sda4
> 
> Btrfs v3.12
> 
> 
> # btrfs filesystem df /home
> Data, RAID1: total=1.75TiB, used=1.75TiB
> System, RAID1: total=32.00MiB, used=268.00KiB
> Metadata, RAID1: total=53.00GiB, used=51.71GiB
> 
> 
> However:
> 
> # dd if=/dev/urandom of=bigfile
> dd: writing to `bigfile': No space left on device
> 186+0 records in
> 185+0 records out
> 94720 bytes (95 kB) copied, 0.0144045 s, 6.6 MB/s
> 
> 
> I don't understand why - can anyone explain?

What kernel version? Can you:

umount
dmesg -n7
mount

And then try to reproduce the behavior and note any kernel messages in dmesg?


Chris Murphy
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to