Skip to content

Commit 6192fa1

Browse files
committed
feat(FIL): update
1 parent 4e22b1f commit 6192fa1

File tree

3 files changed

+76
-19
lines changed

3 files changed

+76
-19
lines changed

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

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
meta:
3-
title: &title How to attach a file system to a Scaleway Instance
4-
description: &description This page explains how to attach a File Storage file system to Scaleway Instances
3+
title: &title How to attach and mount a file system to a Scaleway Instance
4+
description: &description This page explains how to attach then mount a File Storage file system to Scaleway Instances
55
content:
66
h1: *title
77
paragraph: *description
@@ -14,13 +14,32 @@ dates:
1414
posted: 2025-06-24
1515
---
1616

17+
This page explains how to attach a file system to one or several Instances, and how to mount it from the attached Instance(s). File systems can only be attached to Instances within the same [region](/file-storage/concepts/#region).
18+
1719
import Requirements from '@macros/iam/requirements.mdx'
1820

1921
<Requirements />
2022

2123
- A Scaleway account logged into the [console](https://console.scaleway.com)
2224
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
25+
- [Created a file system](/file-system/how-to/create-file-system/)
26+
- Created at least one Instance
27+
28+
## How to attach a file system to one or more Instance(s)
29+
30+
1. Click **File Storage** in the **Storage** section of the side menu. A list of your file systems displays.
31+
32+
2. Click the name of the file system you want to attach. The **Overview** page displays.
33+
34+
3. Click **Attach Instance(s) to file system**. A pop-up displays.
35+
36+
4. Select one Instance or more from the list, then click **Attach Instances to file system** to confirm.
37+
38+
<Message type="note">a
39+
File systems can only be attached to Instances within the same [region](/file-storage/concepts/#region).
40+
</Message>
41+
42+
Your file system is now attached to the selected Instance(s) and can now be [mounted](#how-to-mount-a-file-system-on-a-scaleway-instance)
2343

24-
This page explains how to create a file system using the Scaleway console.
44+
## How to mount a file system on a Scaleway Instance
2545

26-
1. Click **File Storage** in the **Storage** section of the side menu. The [File Storage dashboard](https://console.scaleway.com/file-storage/) displays.

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

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
meta:
3+
title: &title How to manage and delete a file system
4+
description: &description This page explains how to manage delete a File Storage file system using the Scaleway console.
5+
content:
6+
h1: *title
7+
paragraph: *description
8+
tags: manage settings parameters delete suppress cancel remove fs filesystem file storage resource
9+
categories:
10+
- storage
11+
- file-storage
12+
dates:
13+
validation: 2025-06-24
14+
posted: 2025-06-24
15+
---
16+
17+
import Requirements from '@macros/iam/requirements.mdx'
18+
19+
This page explains how to manage and delete a file system.
20+
21+
<Requirements />
22+
23+
- A Scaleway account logged into the [console](https://console.scaleway.com)
24+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
25+
- [Created a file system](/file-system/how-to/create-file-system/)
26+
27+
## How to manage a file system
28+
29+
1. Click **File Storage** in the **Storage** section of the side menu. A list of your file systems displays.
30+
31+
2. Click the name of the file system you want to manage. The **Overview** page displays.
32+
33+
3. From this page, you can:
34+
- Resize your file system
35+
- Attach your file system to one or several Instance(s)
36+
- Retrieve the command to mount your file system on your Instance(s)
37+
- Delete your file system
38+
39+
## How to delete a file system
40+
41+
1. Click **File Storage** in the **Storage** section of the side menu. A list of your file systems displays.
42+
43+
2. Click the name of the file system you want to delete. The **Overview** page displays.
44+
45+
3. Click **Delete file system** at the bottom of the page. A confirmation pop-up displays.
46+
47+
4. Type **DELETE** to confirm your action.
48+
49+
5. Click **Delete file system** to confirm.
50+
51+
<Message type="note">
52+
You can also delete a file system by clicking <Icon name="more" /> next to its name, then **Delete**.
53+
</Message>

0 commit comments

Comments
 (0)