Skip to content

Commit 2691ae5

Browse files
committed
docs(blk): update
1 parent 10d3983 commit 2691ae5

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

pages/block-storage/api-cli/increasing-partition-size.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Increasing the size of a partition
3-
description: Learn how to increase the size of a partition within a Block Storage Volume
3+
description: Learn how to increase the size of a partition within a Block Storage volume
44
tags: volume block-storage block resize growpart increase size
55
dates:
66
validation: 2025-10-13

pages/block-storage/api-cli/transfer-local-data-to-volume.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ You can transfer files from your local machine to your Instance's remote Block v
3535
rsync -a path/to/file.txt root@<your_instance_ip>:/mnt/block-volume
3636
```
3737

38-
The file is now transferred. You can connect to your Instance again, and run the command below to check that your file is present in your Block Storage volume:
39-
```bash
40-
ls /mnt/block-volume
41-
```
38+
3. The file is now transferred. Connect to your Instance again, then run the command below to check that your file is present in your Block Storage volume:
39+
40+
```bash
41+
ls /mnt/block-volume
42+
```
43+
4244
Refer to the [official Rsync documentation](https://download.samba.org/pub/rsync/rsync.1#OPTION_SUMMARY) for more information on the different options available.

pages/block-storage/how-to/create-a-snapshot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dates:
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
1010

11-
Scaleway Block Storage allows you to create [snapshots] of your volumes to easily back up and restore data across your Instances.
11+
Scaleway Block Storage allows you to create [snapshots](/block-storage/concepts/#snapshot) of your volumes to easily back up and restore data across your Instances.
1212

1313
<Requirements />
1414

pages/block-storage/how-to/mount-a-volume.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Formatting your volume prepares it for storing files.
5858
# Make sure that you replace `/dev/sdX` with the name of your volume
5959
mkfs.ext4 /dev/sdX
6060
```
61-
2. Run the following command to check if your file system was correctly created.
61+
2. Run the following command to check that your file system was correctly created.
6262
```
6363
lsblk -f
6464
```
@@ -116,7 +116,7 @@ Once you have created your file system, you need to define where you want to mou
116116

117117
The `sdb` volume is mounted at `/mnt/block-volume`.
118118

119-
### Using fstab for Persistent Mounting
119+
### Using fstab for persistent mounting
120120

121121
With the current configuration, your volume will not be mounted automatically upon reboot. Use the `/etc/fstab` file to ensure the reboot does not impact your file system.
122122

pages/block-storage/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const blockStorageMenu = {
6969
slug: 'https://www.scaleway.com/en/developers/api/block-storage/',
7070
},
7171
{
72-
label: 'Incrising the size of a partition',
72+
label: 'Increasing the size of a partition',
7373
slug: 'increasing-partition-size',
7474
},
7575
{

pages/block-storage/reference-content/differences-between-5kiops-volumes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dates:
99

1010
import BlockStorageVolumeTypes from '@macros/block-storage/block-storage-volume-types.mdx'
1111

12-
This page provides information about the differences between Block Storage legacy, and Block Storage 5K IOPS, and Block Storage 15K IOPS volumes.
12+
This page provides information about the differences between Block Storage legacy, Block Storage 5K IOPS, and Block Storage 15K IOPS volumes.
1313

1414
Refer to the [dedicated documentation](/instances/concepts/#volumes) to learn about the differences between Block Storage and Local Storage volumes.
1515

@@ -30,4 +30,4 @@ Refer to the [dedicated documentation](/instances/concepts/#volumes) to learn ab
3030
- **Block Storage legacy volumes** rely on older, slower SSD technology, leading to higher latency and lower overall performance.
3131
- **Block Storage 5K IOPS volumes** use advanced NVMe disks, offering improved performance, lower latency, and faster data access.
3232

33-
For tasks where performance and are crucial, Block Storage volumes provide a more effective solution due to the modern hardware and technological improvements.
33+
For tasks where performance and low latency are crucial, Block Storage 5K and 15K IOPS volumes provide a more effective solution due to the modern hardware and technological improvements.

0 commit comments

Comments
 (0)