diff --git a/storage/block/api-cli/managing-a-volume.mdx b/storage/block/api-cli/managing-a-volume.mdx index 534805ebd2..069a73e58f 100644 --- a/storage/block/api-cli/managing-a-volume.mdx +++ b/storage/block/api-cli/managing-a-volume.mdx @@ -7,7 +7,7 @@ content: paragraph: Master Block Storage with our comprehensive guide. Learn to format, mount, transfer data, and expand partitions efficiently. Perfect for all skill levels. tags: volume block-storage block mount format use dates: - validation: 2024-05-28 + validation: 2024-12-06 posted: 2019-11-29 categories: - block-storage diff --git a/storage/block/api-cli/unmounting-a-volume.mdx b/storage/block/api-cli/unmounting-a-volume.mdx index 8488c72128..c0e17f0b74 100644 --- a/storage/block/api-cli/unmounting-a-volume.mdx +++ b/storage/block/api-cli/unmounting-a-volume.mdx @@ -7,7 +7,7 @@ content: paragraph: Learn how to safely unmount a Block Storage volume from your Instance, and ensure data integrity. tags: volume block-storage block unmount dates: - validation: 2024-05-28 + validation: 2024-12-06 posted: 2023-11-23 categories: - block-storage @@ -18,8 +18,7 @@ categories: ## Unmounting a Block Storage volume -It is important to unmount a volume from the operating system using the `umount` command to avoid data loss before [removing the volume](/storage/block/how-to/detach-a-volume/) from the machine. - +Unmounting a volume means detaching it from the operating system so it is no longer accessible. You can do this if you want to stop using it, prevent data corruption, or plan to [detach it](/storage/block/how-to/detach-a-volume/) from your Instance and attach it to another. This page shows you how to unmount a volume from the operating system using the `umount` command. - A Scaleway account logged into the [console](https://console.scaleway.com) diff --git a/storage/block/how-to/attach-a-volume.mdx b/storage/block/how-to/attach-a-volume.mdx index 8007054c0e..6681b570b9 100644 --- a/storage/block/how-to/attach-a-volume.mdx +++ b/storage/block/how-to/attach-a-volume.mdx @@ -7,14 +7,14 @@ content: paragraph: This guide explains how to attach a Block Storage volume to a Scaleway Instance. Follow simple steps to manage your storage efficiently. tags: attach block storage volume dates: - validation: 2024-05-28 + validation: 2024-12-06 posted: 2023-11-23 categories: - block-storage - storage --- -You can attach a Block Storage volume to your Instance at any time. +You can attach a Block Storage volume to your Instance at any time, as long as they are both in the same [Availability Zone](/compute/instances/concepts/#availability-zone). diff --git a/storage/block/how-to/create-a-snapshot.mdx b/storage/block/how-to/create-a-snapshot.mdx index 91a31ed687..fe9aa7d5fb 100644 --- a/storage/block/how-to/create-a-snapshot.mdx +++ b/storage/block/how-to/create-a-snapshot.mdx @@ -7,7 +7,7 @@ content: paragraph: Discover how to easily create a snapshot of a Block Storage volume. Follow our step-by-step guide to efficiently manage your storage resources. tags: create snapshot block storage volume dates: - validation: 2024-05-28 + validation: 2024-12-06 posted: 2023-11-23 categories: - block-storage diff --git a/storage/block/how-to/create-a-volume.mdx b/storage/block/how-to/create-a-volume.mdx index 4b9655b66b..b7456c4f49 100644 --- a/storage/block/how-to/create-a-volume.mdx +++ b/storage/block/how-to/create-a-volume.mdx @@ -7,7 +7,7 @@ content: paragraph: Learn how to efficiently create a low-latency Block Storage volume with our detailed step-by-step guide. Enhance your storage performance seamlessly. tags: create block storage volume add dates: - validation: 2024-05-28 + validation: 2024-12-06 posted: 2023-11-23 categories: - block-storage @@ -34,7 +34,7 @@ categories: You cannot edit the IOPS after you create your volume. - To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 GiB/s of block bandwidth**. + To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 GiB/s of block bandwidth**. You can verify if an Instance type meets this requirement by consulting the [Scaleway Instances internet and Block Storage bandwidth overview](/compute/instances/reference-content/instances-bandwidth-overview/) documentation. Alternatively, use the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) to check the `block_bandwidth` field at `/instance/v1/zones/{zone}/products/servers`. diff --git a/storage/block/how-to/create-volume-from-snapshot.mdx b/storage/block/how-to/create-volume-from-snapshot.mdx index 1d358c7abe..3817a7574d 100644 --- a/storage/block/how-to/create-volume-from-snapshot.mdx +++ b/storage/block/how-to/create-volume-from-snapshot.mdx @@ -7,7 +7,7 @@ content: paragraph: Discover how to efficiently create a Block Storage volume from a snapshot with our comprehensive step-by-step guide. Optimize your storage workflow effortlessly. tags: create snapshot block storage volume dates: - validation: 2024-05-28 + validation: 2024-12-06 posted: 2023-11-23 categories: - block-storage diff --git a/storage/block/how-to/delete-a-snapshot.mdx b/storage/block/how-to/delete-a-snapshot.mdx index 41b701d6ce..e54ce109fa 100644 --- a/storage/block/how-to/delete-a-snapshot.mdx +++ b/storage/block/how-to/delete-a-snapshot.mdx @@ -7,7 +7,7 @@ content: paragraph: This guide explains the steps to safely delete a volume snapshot from your Scaleway account. tags: delete snapshot block volume storage dates: - validation: 2024-05-28 + validation: 2024-12-06 posted: 2023-11-23 categories: - block-storage diff --git a/storage/block/how-to/unmount-a-volume.mdx b/storage/block/how-to/unmount-a-volume.mdx index c8f0210b51..23f8b7727f 100644 --- a/storage/block/how-to/unmount-a-volume.mdx +++ b/storage/block/how-to/unmount-a-volume.mdx @@ -7,14 +7,14 @@ content: paragraph: This guide explains how to safely unmount a Block Storage volume from your Scaleway Instance to avoid data loss. tags: unmount umount disconnect unlink block volume dates: - validation: 2024-05-28 + validation: 2024-12-06 posted: 2019-11-29 categories: - block-storage - storage --- -It is important to unmount a volume from the operating system using the `umount` command to avoid data loss before [removing the volume](/storage/block/how-to/detach-a-volume/) from the machine. +Unmounting a volume means detaching it from the operating system so it is no longer accessible. You can do this if you want to stop using it, prevent data corruption, or plan to [detach it](/storage/block/how-to/detach-a-volume/) from your Instance and attach it to another. This page shows you how to unmount a volume from the operating system using the `umount` command. diff --git a/storage/block/quickstart.mdx b/storage/block/quickstart.mdx index 0cda6529f4..aa990dfae5 100644 --- a/storage/block/quickstart.mdx +++ b/storage/block/quickstart.mdx @@ -7,7 +7,7 @@ content: paragraph: Get started with Scaleway Block Storage. This guide covers creating, attaching, and mounting Block Storage volumes to your Instances for efficient data management. tags: block storage overview get started dates: - validation: 2024-05-28 + validation: 2024-12-06 posted: 2023-11-23 categories: - block-storage @@ -43,11 +43,13 @@ From the user's point of view, once [mounted](/storage/block/api-cli/managing-a- - Select an Instance from the drop-down to attach your volume. This step is optional. - Check the estimated cost. -4. Click **Create volume**. The volumes overview page displays. +4. Click **Create volume**. The volume's **Overview** page displays. + The volume must be in the same Availability Zone as the Instance you want to connect it to. + ## How to attach a Block Storage volume to an Instance 1. Click **Block Storage** in the **Storage** section of the [Scaleway console](https://console.scaleway.com) side menu. Your volumes display. @@ -57,7 +59,7 @@ From the user's point of view, once [mounted](/storage/block/api-cli/managing-a- ## How to mount and use a Block Storage volume -In order to mount and use your Block Storage volume, you need to connect to the Instance it is attached to via SSH. +In order to mount and use your Block Storage volume, you need to [connect to the Instance it is attached to via SSH](/compute/instances/how-to/connect-to-instance/#troubleshooting-connection-problems). Then, check that the volume is available, format it, and mount it, following the instructions below. ### How to verify device availability