From ac05c7c1523a0201b3b16bc719e7798140383659 Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Thu, 19 Dec 2024 17:33:51 +0100 Subject: [PATCH] docs(bls): warning --- storage/block/api-cli/managing-a-volume.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/storage/block/api-cli/managing-a-volume.mdx b/storage/block/api-cli/managing-a-volume.mdx index 069a73e58f..43f66cb3db 100644 --- a/storage/block/api-cli/managing-a-volume.mdx +++ b/storage/block/api-cli/managing-a-volume.mdx @@ -64,6 +64,10 @@ Then, check that the volume is available, format it, and mount it following the Formatting your volume prepares it for storing files. + + The procedure below describes how to format your volume using the `mkfs` command, which will **erase all data on the volume**. + + 1. Create a file system with the following command. This command uses the `ext4` file system, though you can choose another if you prefer. ``` # Make sure that you replace `/dev/sdX` with the name of your volume