How to format spare disk space to btrfs filesystem? I can't see btrfs in format dialog neither in gparted, nor in Disk Utility. Only Fat,ext2,ext3,ext4 etc.
Asked
Active
Viewed 1.5k times
3 Answers
7
You might need to install the package btrfs-tools . This should enable integration with gparted and etc.

NightwishFan
- 3,696
-
It was already installed. Still no option for btrfs... – Extender Oct 31 '10 at 07:04
-
1Odd. I will do some digging. Perhaps you might just need to use the command line tools. Just make a blank partition with something like cfdisk and then use mkfs.btrfs to create the filesystem. – NightwishFan Oct 31 '10 at 07:20
-
3Ubuntu's GParted seems to be missing btrfs support. This might be a bug and will definitely be fixed with GParted 0.7.0: https://bugzilla.gnome.org/show_bug.cgi?id=571170 – htorque Oct 31 '10 at 14:27
-
That probably should have been the answer htorque. :) – NightwishFan Oct 31 '10 at 18:33
-
1Yea, I confirm BTrFS support for everything but shrink and grow in Gparted 0.7.1. – bumbling fool Feb 09 '11 at 20:28
2
On newer versions of Ubuntu:
sudo apt install btrfs-progs btrfs-compsize
Note: compsize is optional. It's needed to measure the compression (if enabled) of the btrfs filesystem.

Max_Payne
- 124
1
It may be because btrfs is not really stable yet. So I guess the GUI tools do not support it yet, and you will have to use command line tools if you want to use it.

Hamish Downer
- 19,181