You are not logged in.
Pages: 1
I'm trying to mount as rw a btrfs partition which is 100% full.
I'd converted from ext4 to btrfs but the partition had only 1.5GB free. after the conversion the "ext2_saved" subvolume has been fulling the partition and when I try to mount I get "No space left" message.
Offline
Could you post the dmesg entries that are generated upon a failed mount? Can you mount with -o ro?
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
WorMzy, I've to boot a live to get the dmesg messages. And yes, I can mount as read-only.
Offline
The ext2-saved actually shouldn't take up any significant space; did you try rolling back the conversion? Also; it'd be nice if you get `btrfs fi df` output from the drive to determine if it's data or metadata that's full (but that only seems to work on mounted devices). Did the conversion complete succesfully btw?
Offline
WorMzy, I've to boot a live to get the dmesg messages. And yes, I can mount as read-only.
That's fine, but please boot one with a recent kernel (the latest Arch live ISO should be fine). Redirect the dmesg output to a file and use a pastebin client to upload it, then post the link here.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
The partition was damaged and probably unrecoverable, so lost all data, doing a full new installtion.
Offline
Sorry I'm too late, but the same thing happened to me. Somehow, I managed to mount it rw well enough (using advice from the btrfs irc channel) to delete the subvolume containing the backed up ext4 partition. Then, I could boot, normally. Next, I defragmented all data and directories. Since then, everything has worked well and the same system is currently my main Arch system; it has been running for months.
Tim
Offline
ratcheer, that's the problem, I don't figured out how to delete the subvolume w/o mount it as rw first.
Any way, Thanks!
Offline
btrfs-convert has a rollback option (-r)
Offline
Pages: 1