小编Kri*_*her的帖子

btrfs,没有剩余磁盘空间

我在 btrfs 卷的磁盘空间有问题。df显示有足够的​​磁盘空间。但是当我试图复制 10GB 测试文件系统时,说这个设备上没有磁盘空间。

df -h | grep /mnt/ssd

/dev/sda 448G 135G 313G 31% /mnt/ssd

同样在这里:

btrfs filesystem df /mnt/ssd

Data, RAID1: total=446.12GiB, used=133.29GiB
System, RAID1: total=8.00MiB, used=80.00KiB
Metadata, RAID1: total=1.00GiB, used=609.05MiB
GlobalReserve, single: total=405.53MiB, used=0.00B
Run Code Online (Sandbox Code Playgroud)

我不知道如何读取这个输出:

sudo btrfs filesystem show

Label: none  uuid: aba64e21-69d1-46c1-b3f2-dfda832b67fd
    Total devices 2 FS bytes used 133.88GiB
    devid    1 size 447.13GiB used 447.13GiB path /dev/sda
    devid    2 size 447.13GiB used 447.13GiB path /dev/sdb
Run Code Online (Sandbox Code Playgroud)

那么使用的是 133.88GiB 还是 447.13GiB?非常混淆。

linux ssd btrfs

4
推荐指数
1
解决办法
3428
查看次数

标签 统计

btrfs ×1

linux ×1

ssd ×1