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
+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
@@ -23,9 +23,9 @@ This page explains how to create a file system using the Scaleway console.
23
23
2. Click **+ Create File system**. The [file system creation page](https://console.scaleway.com//file-storage/file-storage/create) displays.
24
24
25
25
3. Complete the following steps:
26
-
- 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).
27
-
- 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.
28
-
- Enter a size for your file system. Billing is based on the size provisioned here, and not actual usage.
26
+
- 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).
27
+
- 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.
28
+
- Enter a size for your file system. Billing is based on the size provisioned here, and not actual usage.
29
29
30
30
4. Review the estimated cost, then click **Create file system**.
- A Scaleway account logged into the [console](https://console.scaleway.com)
20
+
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
21
+
-[Created a file system](/file-system/how-to/create-file-system/)
22
+
23
+
1. Click **File Storage** in the **Storage** section of the side menu. A list of your file systems displays.
24
+
25
+
2. Click the name of the file system you want to resize. The **Overview** page displays.
26
+
27
+
3. Click the **Resize** button. A pop-up displays.
28
+
29
+
4. Enter a new size for your file system.
30
+
<Messagetype="important">
31
+
- New file system size cannot be inferior to the currently used space.
32
+
- File system size must be at least 100 GB.
33
+
- File system size can only be resized by increments of 100 GB.
34
+
</Message>
35
+
36
+
5. Review the updated estimated cost. File Storage billing is based on the provisioned file storage size, and not on actual usage.
37
+
38
+
6. Click **Resize file system** to confirm.
39
+
40
+
Your file system is resized, and its new capacity displays in the **Overview** page.
41
+
42
+
<Messagetype="note">
43
+
You can also resize a file system from the [File Storage section](https://console.scaleway.com/file-storage/) of the console, by clicking <Iconname="more" /> next to its name, and by selecting **Resize** from the drop-down menu.
Copy file name to clipboardExpand all lines: pages/file-storage/quickstart.mdx
+36-19Lines changed: 36 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,22 @@
1
1
---
2
-
meta:
3
-
title: File Storage - Quickstart
4
-
description: Get started with Scaleway File Storage. This guide covers creating, attaching, and mounting File systems to your Instances for efficient data management.
5
-
content:
6
-
h1: File Storage - Quickstart
7
-
paragraph: Get started with Scaleway File Storage. This guide covers creating, attaching, and mounting File Storagefile systems to your Instances for efficient data management.
2
+
title: File Storage - Quickstart
3
+
description: Get started with Scaleway File Storage. This guide covers creating, attaching, and mounting File systems to your Instances for efficient data management.
Scaleway File Storage allows you to create file systems to easily share files across multiple Instances within the same region. File systems are network-attached storage structures that can be accessed by Scaleway Instances to easily share files within your cloud infrastructure.
15
+
16
+
Each file system can be attached to several Instances, and each Instance can have several file systems attached to it.
17
+
18
+
This guide teaches you how to quickly create, attach, mount, unmount, detach, and delete a file system using the Scaleway console.
19
+
18
20
<Requirements />
19
21
20
22
- A Scaleway account logged into the [console](https://console.scaleway.com)
@@ -27,12 +29,12 @@ import Requirements from '@macros/iam/requirements.mdx'
27
29
2. Click **+ Create File system**. The [file system creation page](https://console.scaleway.com//file-storage/file-storage/create) displays.
28
30
29
31
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
-
- Configure the provisioned size of your file system.
33
-
<Messagetype="note">
34
-
File systems are billed based on the provisioned space, and not on actual usage.
35
-
</Message>
32
+
- 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).
33
+
- 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.
34
+
- Configure the provisioned size of your file system.
35
+
<Messagetype="note">
36
+
File systems are billed based on the provisioned space, and not on actual usage.
37
+
</Message>
36
38
37
39
4. Review the estimated cost.
38
40
@@ -47,10 +49,10 @@ A list of your file systems displays, showing your newly created resource.
47
49
2. Click the name of the file system you want to manage. The **Overview** page displays.
48
50
49
51
3. From this page, you can:
50
-
- Resize your file system
51
-
- Attach your file system to one or several Instance(s)
52
-
- Retrieve the command to mount your file system on your Instance(s)
53
-
- Delete your file system
52
+
- Resize your file system
53
+
- Attach your file system to one or several Instance(s)
54
+
- Retrieve the command to mount your file system on your Instance(s)
55
+
- Delete your file system
54
56
55
57
## How to attach a file system to one or more Instance(s)
56
58
@@ -72,7 +74,7 @@ To attach a file system to an Instance, you must have [created at least one POP2
72
74
File systems can only be attached to POP2 Instances within the same [region](/file-storage/concepts/#region).
73
75
</Message>
74
76
75
-
Your file system is now attached to the selected Instance(s) and can now be [mounted](/file-storage/how-to/mount-file-system/) to a Scaleway Instance.``
77
+
Your file system is now attached to the selected Instance(s) and can now be [mounted](/file-storage/how-to/mount-file-system/) to a Scaleway Instance.
76
78
77
79
## How to mount a file system to a Scaleway Instance
78
80
@@ -102,6 +104,21 @@ To mount a file system to an Instance, you must have [attached your file system
102
104
You can specify a different mount point by replacing `/mnt` by the desired directory.
103
105
</Message>
104
106
107
+
6. run the command following command to display the file systems of your Instance:
108
+
109
+
```sh
110
+
df -h
111
+
```
112
+
113
+
A list of your file systems displays, containing the one you just mounted:
0 commit comments