Skip to content

Commit 4e22b1f

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

File tree

4 files changed

+50
-30
lines changed

4 files changed

+50
-30
lines changed

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

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
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
5+
content:
6+
h1: *title
7+
paragraph: *description
8+
tags: attach instance server 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+
<Requirements />
20+
21+
- A Scaleway account logged into the [console](https://console.scaleway.com)
22+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
23+
24+
This page explains how to create a file system using the Scaleway console.
25+
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/create-file-system.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,28 @@ dates:
1313
validation: 2025-06-24
1414
posted: 2025-06-24
1515
---
16+
import Requirements from '@macros/iam/requirements.mdx'
1617

18+
<Requirements />
19+
20+
- A Scaleway account logged into the [console](https://console.scaleway.com)
21+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
22+
23+
This page explains how to create a file system using the Scaleway console.
24+
25+
1. Click **File Storage** in the **Storage** section of the side menu. The [File Storage dashboard](https://console.scaleway.com/file-storage/) displays.
26+
27+
2. Click **+ Create File system**. The [file system creation page](https://console.scaleway.com//file-storage/file-storage/create) displays.
28+
29+
3. Complete the following steps:
30+
- Select the region in which your file system will be created. It will be accessible by [Instances](/instances/) within the same [region](/file-storage/concepts/#region).
31+
- Enter a name for your file system, or use the automatically generated one. The name of your file system can only contain alphanumeric characters, spaces, and dashes.
32+
- Enter a size for your file system. Billing is based on the size provisioned here, and not actual usage.
33+
34+
4. Review the estimated cost, then click **Create file system**.
35+
36+
The **Overview** page of your newly created file system displays.
37+
38+
<Message type="note">
39+
You must [attach, then mount](/file-storage/how-to/attach-mount-file-system/) your file system to an Instance before using it.
40+
</Message>

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

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)