kdave / btrfs-progs

Development of userspace BTRFS tools
GNU General Public License v2.0
530 stars 240 forks source link

BTRFS ran out of space and goes read-only on mount, preventing from modifying it completely #677

Closed Darxxemiyur closed 9 months ago

Darxxemiyur commented 10 months ago

After filling filesystem with files during filesystem migration BTRFS got full, and was rw, but after unmount and remount it went RO and does not allow me to resize it, as it immediately goes read only during mount

dmesg output btrfs fi df output btrfs fi usage output btrfs fi resize max \<path>

Mount command that I use at an attempt to recover it mount -o rw,clear_cache,nospace_cache,skip_balance /dev/md127p1 myNew/

Please help me resize it

Darxxemiyur commented 10 months ago

Running btrfs version yields btrfs-progs v6.2.2 However the situation has manifested itself before I upgraded from 5.10-2

Darxxemiyur commented 9 months ago

Chose to reformat the FS after moving files from it.