Dedibox Scaleway Online.net ## Installation btrfs /data * Create big `/data/` disk as `ext4` (via webgui) * `umount /data` * Install btrfs tools: `apt install btrfs-progs` * List disks: `fdisk -l` * Format whole partition to btrfs: `/sbin/mkfs.btrfs -f /dev/sda4` * Install neovim: `apt install neovim` * Get disk UUID: `blkid` *