You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/file-storage/how-to/create-file-system.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ import Requirements from '@macros/iam/requirements.mdx'
18
18
19
19
This page explains how to create a file system using the Scaleway console.
20
20
21
+
## How to create a file system
22
+
21
23
1. Click **File Storage** in the **Storage** section of the side menu. The [File Storage dashboard](https://console.scaleway.com/file-storage/) displays.
22
24
23
25
2. Click **+ Create File system**. The [file system creation page](https://console.scaleway.com//file-storage/file-storage/create) displays.
Copy file name to clipboardExpand all lines: pages/file-storage/how-to/detach-file-system.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,5 +25,5 @@ dates:
25
25
Your Instance is now detached, and no longer appears in the list.
26
26
27
27
<Messagetype="note">
28
-
To detach multiple Instances at once, tick the boxes next to the name of Instances you want to detach, then click <Iconname="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 <Iconname="more" /> at the bottom of the page, and click **Detach** from the drop-down menu.
Copy file name to clipboardExpand all lines: pages/file-storage/how-to/mount-file-system.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
title: How to mount a file system to a Scaleway Instance
3
3
description: This page explains how to mount a File Storage file system to one or several Scaleway Instances using the Scaleway console
4
4
categories:
5
-
tags: mount instance server fs filesystem file storage resource
6
5
- storage
7
6
- file-storage
7
+
tags: mount instance server fs filesystem file storage resource
8
8
dates:
9
9
validation: 2025-07-23
10
10
posted: 2025-07-23
@@ -31,9 +31,9 @@ This page explains how to mount a file system to one or several Scaleway Instanc
31
31
mount -t virtiofs <file_system_id> /mnt
32
32
```
33
33
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/).
35
35
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):
Copy file name to clipboardExpand all lines: pages/file-storage/how-to/unmount-file-system.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ This page explains how to unmount a file system from one or several Scaleway Ins
27
27
28
28
3. Copy the ID of your file system.
29
29
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/).
31
31
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:
Copy file name to clipboardExpand all lines: pages/file-storage/quickstart.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ To attach a file system to an Instance, you must have [created at least one POP2
64
64
65
65
2. Click the name of the file system you want to attach. The **Overview** page displays.
66
66
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.
68
68
69
69
4. Click **Attach an Instance**. A pop-up displays.
70
70
@@ -92,9 +92,9 @@ To mount a file system to an Instance, you must have [attached your file system
92
92
mount -t virtiofs <file_system_id> /mnt
93
93
```
94
94
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/).
96
96
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):
98
98
99
99
```sh
100
100
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
104
104
You can specify a different mount point by replacing `/mnt` by the desired directory.
105
105
</Message>
106
106
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:
108
108
109
109
```sh
110
110
df -h
@@ -129,9 +129,9 @@ Your file system is now mounted and accessible from the specified mount point in
129
129
130
130
3. Copy the ID of your file system.
131
131
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/).
133
133
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:
135
135
136
136
```sh
137
137
unmount <file_system_id> /mnt
@@ -141,7 +141,7 @@ Your file system is now unmounted from the specified Instance.
141
141
142
142
## How to detach a file system from an instance
143
143
144
-
<Message type="note">
144
+
<Message type="important">
145
145
You must [unmount](#how-to-unmount-a-file-system-from-a-scaleway-instance) your file system before detaching Instances from it.
0 commit comments