Skip to content

Commit dc86d7a

Browse files
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent 686b32e commit dc86d7a

File tree

8 files changed

+19
-17
lines changed

8 files changed

+19
-17
lines changed

pages/file-storage/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Region from '@macros/concepts/region.mdx'
1616

1717
## Attach
1818

19-
Attaching storage to your Scaleway Instance enables you to use additional or shared storage beyond its [Local Storage](/local-storage/).
19+
Attaching storage to your Scaleway Instance allows you to use additional or shared storage beyond its [Local Storage](/local-storage/).
2020

2121
## Availability Zone
2222

pages/file-storage/how-to/attach-file-system.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Requirements from '@macros/iam/requirements.mdx'
2121
- [Created a file system](/file-system/how-to/create-file-system/)
2222
- [Created at least one POP2 Instance](/instances/how-to/create-an-instance/)
2323

24-
## How to attach a file system to one or more Instance(s)
24+
## How to attach a file system to an Instance
2525

2626
1. Click **File Storage** in the **Storage** section of the side menu. A list of your file systems displays.
2727

pages/file-storage/how-to/create-file-system.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ import Requirements from '@macros/iam/requirements.mdx'
1818

1919
This page explains how to create a file system using the Scaleway console.
2020

21+
## How to create a file system
22+
2123
1. Click **File Storage** in the **Storage** section of the side menu. The [File Storage dashboard](https://console.scaleway.com/file-storage/) displays.
2224

2325
2. Click **+ Create File system**. The [file system creation page](https://console.scaleway.com//file-storage/file-storage/create) displays.

pages/file-storage/how-to/detach-file-system.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ dates:
2525
Your Instance is now detached, and no longer appears in the list.
2626

2727
<Message type="note">
28-
To detach multiple Instances at once, tick the boxes next to the name of Instances you want to detach, then click <Icon name="more" /> at the bottom of the page, and click **Detach from the drop-down menu.
28+
To detach multiple Instances at once, tick the boxes next to the name of Instances you want to detach, then click <Icon name="more" /> at the bottom of the page, and click **Detach** from the drop-down menu.
2929
</Message>

pages/file-storage/how-to/manage-delete-file-system.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to manage and delete a file system
3-
description: This page explains how to manage delete a File Storage file system using the Scaleway console.
3+
description: This page explains how to manage and delete a File Storage file system using the Scaleway console.
44
tags: manage settings parameters delete suppress cancel remove fs filesystem file storage resource
55
categories:
66
- storage
@@ -29,7 +29,7 @@ This page explains how to manage and delete a file system.
2929
3. From this page, you can:
3030
- Resize your file system
3131
- Attach your file system to one or several Instance(s)
32-
- Retrieve the command to mount your file system on your Instance(s)
32+
- Retrieve the command to mount your file system to your Instance(s)
3333
- Delete your file system
3434

3535
## How to delete a file system

pages/file-storage/how-to/mount-file-system.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: How to mount a file system to a Scaleway Instance
33
description: This page explains how to mount a File Storage file system to one or several Scaleway Instances using the Scaleway console
44
categories:
5-
tags: mount instance server fs filesystem file storage resource
65
- storage
76
- file-storage
7+
tags: mount instance server fs filesystem file storage resource
88
dates:
99
validation: 2025-07-23
1010
posted: 2025-07-23
@@ -31,9 +31,9 @@ This page explains how to mount a file system to one or several Scaleway Instanc
3131
mount -t virtiofs <file_system_id> /mnt
3232
```
3333

34-
4. [Connect to the Instances](/instances/how-to/connect-to-instance/) you previously [attached to your file system](/file-storage/how-to/attach-file-system/).
34+
4. Open a terminal and [connect via SSH to the Instances](/instances/how-to/connect-to-instance/) you have [attached to your file system](/file-storage/how-to/attach-file-system/).
3535

36-
5. From the terminal logged in to your Instance via SSH, run the previously copied mount command to mount your file system at the specified mount point (`/mnt` by default):
36+
5. Run the previously copied mount command to mount your file system at the specified mount point (`/mnt` by default):
3737

3838
```sh
3939
mount -t virtiofs <file_system_id> /mnt

pages/file-storage/how-to/unmount-file-system.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ This page explains how to unmount a file system from one or several Scaleway Ins
2727

2828
3. Copy the ID of your file system.
2929

30-
4. [Connect to the Instances](/instances/how-to/connect-to-instance/) you previously [attached to your file system](/file-storage/how-to/attach-file-system/).
30+
4. Open a terminal and [connect via SSH to the Instances](/instances/how-to/connect-to-instance/) you previously [attached to your file system](/file-storage/how-to/attach-file-system/).
3131

32-
5. From the terminal logged in to your Instance via SSH, run the following command. Make sure to replace the placeholder and mount point with the appropriate values:
32+
5. Run the following command. Make sure to replace the placeholder and mount point with the appropriate values:
3333

3434
```sh
3535
unmount <file_system_id> /mnt

pages/file-storage/quickstart.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To attach a file system to an Instance, you must have [created at least one POP2
6464

6565
2. Click the name of the file system you want to attach. The **Overview** page displays.
6666

67-
3. Open the **Attached Instance(s)**. A list of currently attached Instances displays.
67+
3. Open the **Attached Instance(s)** tab. A list of currently attached Instances displays.
6868

6969
4. Click **Attach an Instance**. A pop-up displays.
7070

@@ -92,9 +92,9 @@ To mount a file system to an Instance, you must have [attached your file system
9292
mount -t virtiofs <file_system_id> /mnt
9393
```
9494

95-
4. [Connect to the Instances](/instances/how-to/connect-to-instance/) you previously [attached to your file system](/file-storage/how-to/attach-file-system/).
95+
4. Open a terminal and [connect via SSH to the Instances](/instances/how-to/connect-to-instance/) you previously [attached to your file system](/file-storage/how-to/attach-file-system/).
9696

97-
5. From the terminal logged in to your Instance via SSH, run the previously copied mount command to mount your file system at the specified mount point (`/mnt` by default):
97+
5. Run the previously copied mount command to mount your file system at the specified mount point (`/mnt` by default):
9898

9999
```sh
100100
mount -t virtiofs <file_system_id> /mnt
@@ -104,7 +104,7 @@ To mount a file system to an Instance, you must have [attached your file system
104104
You can specify a different mount point by replacing `/mnt` by the desired directory.
105105
</Message>
106106

107-
6. run the command following command to display the file systems of your Instance:
107+
6. Run the following command to display the file systems of your Instance:
108108

109109
```sh
110110
df -h
@@ -129,9 +129,9 @@ Your file system is now mounted and accessible from the specified mount point in
129129

130130
3. Copy the ID of your file system.
131131

132-
4. [Connect to the Instances](/instances/how-to/connect-to-instance/) you previously [attached to your file system](/file-storage/how-to/attach-file-system/).
132+
4. Open a terminal and [connect via SSH to the Instances](/instances/how-to/connect-to-instance/) you previously [attached to your file system](/file-storage/how-to/attach-file-system/).
133133

134-
5. From the terminal logged in to your Instance via SSH, run the following command. Make sure to replace the placeholder and mount point with the appropriate values:
134+
5. Run the following command. Make sure to replace the placeholder and mount point with the appropriate values:
135135

136136
```sh
137137
unmount <file_system_id> /mnt
@@ -141,7 +141,7 @@ Your file system is now unmounted from the specified Instance.
141141

142142
## How to detach a file system from an instance
143143

144-
<Message type="note">
144+
<Message type="important">
145145
You must [unmount](#how-to-unmount-a-file-system-from-a-scaleway-instance) your file system before detaching Instances from it.
146146
</Message>
147147

0 commit comments

Comments
 (0)