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.8k times
3 Answers
7
You might need to install the package 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.
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