From 090ee01e80400d0931b1c5cb76476e9a21096362 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 18 Aug 2025 07:39:51 +0300 Subject: [PATCH] bcachefs*: minor tweaks (#17716) --- pages/linux/bcachefs-device.md | 2 +- pages/linux/bcachefs.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/bcachefs-device.md b/pages/linux/bcachefs-device.md index 58b033e98f..236a3550bf 100644 --- a/pages/linux/bcachefs-device.md +++ b/pages/linux/bcachefs-device.md @@ -5,7 +5,7 @@ - Format and add a new device to an existing filesystem.: -`sudo bcachefs device add --label={{group}}.{{name}} {{path/to/mountpoint}} {{path/to/device}}` +`sudo bcachefs device add --label {{group}}.{{name}} {{path/to/mountpoint}} {{path/to/device}}` - Migrate data off a device to prepare for removal: diff --git a/pages/linux/bcachefs.md b/pages/linux/bcachefs.md index 51b803d4e9..0f2c86e05e 100644 --- a/pages/linux/bcachefs.md +++ b/pages/linux/bcachefs.md @@ -14,7 +14,7 @@ - Create a RAID 0 filesystem where an SSD acts as a cache and an HDD acts as a long-term storage: -`sudo bcachefs format {{[-l|--label]}} {{ssd.ssd1}} {{path/to/ssd/partition}} {{[-l|--label]}} {{hdd.hdd1}} {{path/to/hdd/partition}} --replicas 1 --foreground_target {{ssd}} --promote_target {{ssd}} --background_target {{hdd}}` +`sudo bcachefs format {{[-l|--label]}} {{ssd.ssd1}} {{path/to/ssd_partition}} {{[-l|--label]}} {{hdd.hdd1}} {{path/to/hdd_partition}} --replicas 1 --foreground_target {{ssd}} --promote_target {{ssd}} --background_target {{hdd}}` - Mount a multidevice filesystem: