diff --git a/pages/block-storage/quickstart.mdx b/pages/block-storage/quickstart.mdx
index 534647fff7..c12a0656f3 100644
--- a/pages/block-storage/quickstart.mdx
+++ b/pages/block-storage/quickstart.mdx
@@ -7,19 +7,23 @@ 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: 2025-01-07
+ validation: 2025-06-20
posted: 2023-11-23
categories:
- block-storage
- storage
---
-Scaleway [Block Storage](/block-storage/concepts/#block-device) provides network-attached storage that can be plugged in and out of [Instances](/instances/concepts/#instance) like a virtual hard-drive. Block Storage devices are independent of the Local Storage of Instances, and the fact that they are accessed over a network connection makes it easy to move them between Instances in the same [Availability Zone](/instances/concepts/#availability-zone).
+Scaleway [Block Storage](/block-storage/concepts/#block-device) provides network-attached storage that can be plugged in and out of [Instances](/instances/concepts/#instance) like a virtual hard drive. Block Storage devices are independent of the Local Storage of Instances, and the fact that they are accessed over a network connection makes it easy to move them between Instances in the same [Availability Zone](/instances/concepts/#availability-zone).
From the user's point of view, once [mounted](/block-storage/api-cli/managing-a-volume/#mounting-and-using-a-block-storage-volume), the block device behaves like a regular disk.
+## Console overview
+Discover the Block Storage interface on the Scaleway console.
+
+
- A Scaleway account logged into the [console](https://console.scaleway.com)
@@ -89,7 +93,7 @@ Then, check that the volume is available, format it, and mount it, following the
```
- The Scaleway ecosystem uses [GB](https://en.wikipedia.org/wiki/Gigabyte) to define storage sizes and not [GiB](https://en.wikipedia.org/wiki/Gibibyte) as the default on linux.
+ The Scaleway ecosystem uses [GB](https://en.wikipedia.org/wiki/Gigabyte) to define storage sizes and not [GiB](https://en.wikipedia.org/wiki/Gibibyte) as the default on Linux.
diff --git a/pages/local-storage/quickstart.mdx b/pages/local-storage/quickstart.mdx
index dda8973fab..b683c68997 100644
--- a/pages/local-storage/quickstart.mdx
+++ b/pages/local-storage/quickstart.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Get started with Scaleway Local Storage. This guide covers creating, attaching, and mounting Block Storage volumes to your Instances for efficient data management.
tags: local storage overview get started
dates:
- validation: 2025-03-24
+ validation: 2025-06-20
posted: 2025-03-24
categories:
- local-storage
@@ -18,6 +18,10 @@ Scaleway Local Storage is a storage solution integrated directly into some of Sc
Local Storage is tied to the lifespan of the Instance; data stored locally will be lost if the Instance is terminated.
For persistent storage needs, Scaleway offers [Block Storage](/block-storage/), which provides scalable, network-attached storage that remains intact independently of the Instance's state.
+## Console overview
+Discover the Local Storage interface on the Scaleway console.
+
+
- A Scaleway account logged into the [console](https://console.scaleway.com)
@@ -63,4 +67,4 @@ For persistent storage needs, Scaleway offers [Block Storage](/block-storage/),
5. Click **Delete this snapshot**.
This action permanently deletes your snapshot and all the data it contains. If you do not want to lose this data, make a backup before deleting the snapshot.
-
+
\ No newline at end of file