HomePostsGithub

Format BTRFS on Ubuntu 24.04

sudo mkfs.btrfs -L data /dev/sdb1
  • -L flag to set label of the partitition
<-- Back to Posts