mount -t btrfs -o subvol=/@,compress=zstd /dev/sdxn/mnt # / ディレクトリをマウント
mkdir /mnt/home # /home ディレクトリを作成
mount -t btrfs -o subvol=/@home,compress=zstd /dev/sdxn/mnt/home # /home ディレクトリをマウント
mkdir -p /mnt/boot # /boot ディレクトリを作成
mount /dev/sdxn/mnt/boot # /boot ディレクトリをマウント
swapon /dev/sdxn # スワップパーティションをマウント