5

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.

Takkat
  • 144,580
Extender
  • 2,356

3 Answers3

7

You might need to install the package btrfs-tools Install btrfs-tools. This should enable integration with gparted and etc.

NightwishFan
  • 3,736
3

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.

More https://github.com/kilobyte/compsize

Max_Payne
  • 144
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,506