Hacker News new | ask | show | jobs
by proaralyst 2340 days ago
The trick was to insert a USB drive, tell BTRFS it's block storage and delete away. Once you're done you tell it not to use the disk and you're good.

This is why I'm back on ext4 now, too.

3 comments

I do a similar thing with my laptop's swap partition. swapoff, add it to btrfs, then remove it and mkswap again. Always seemed safer than a potentially dodgy USB drive.
Or, if you don't care about your data, add a RAM disk :P
Good trick, I'll save that one. Thanks!