Skip to main content

Basic file system

This guide explains how to create and manage Basic file systems in File Storage.

Create file system

To create a Basic file system:

  1. Go to KakaoCloud console > Beyond Storage Service > File Storage.

  2. In the Basic file system menu, click the [Create file system] button.

  3. Enter the required information and click the [Create] button.

    CategoryDescription
    File system informationEnter the name and description of the file system to create
    ProtocolSelect a protocol for the server OS to mount
    - Currently, only NFS is supported
    - NFS can be used on Linux-based OSs such as Ubuntu and CentOS
    - File Storage uses NFS v4 and TCP port 2049
    TypeSelect Basic
    - For details, see File system types
    SizeSet the file system size
    - Basic: 1.0 TB to 16 TB, in 0.5 TB increments
    - Example: 1.5 TB
    Network settingsVPC: Select the VPC for the file system
    Subnet: Select one subnet created in the selected VPC
    Access control settingsSet resources that can access the file system
    - Allow all private IP addresses: Resources in a reachable VPC can access without additional allow settings
    - Restrict to allowed private IP addresses: Allow only specified private IP addresses, up to 30

    Note
    - If the VPC is shared with another project, resources in the other project can also mount the file system
    - If cross-subnet access is not supported, access is unavailable even if the IP address is allowed
    Mount information settingsSet the file share name to use as the mount point
    - Example: fileshare-01
    - For names that cannot be used, see Unavailable shared directory names

Unavailable shared directory names

The following directory names cannot be used.

  • bin, lib, media, run, usr
  • boot, lib32, mnt, sbin, var
  • dev, lib64, opt, srv, etc
  • libx32, proc, sys, home, lost+found
  • root, tmp

Manage file systems

To manage file systems:

View file system list

You can view the list of created file systems and their basic information.

  1. Go to KakaoCloud console > Beyond Storage Service > File Storage.

  2. In the Basic file system menu, view the current file systems and their basic information.

    CategoryDescription
    NameFile system name entered during creation
    StatusFile system status
    - For details, see File system lifecycle and state
    Private IPPrivate IP address assigned when the file system was created
    SizeFile system size
    Mount informationMount path
    Availability zoneAvailability zone where the file system was created
    Created atFile system creation date and time
    [⋮] buttonCopy mount information: Copy the mount point
    Access control settings: Configure VPC, subnet, and allowed IP addresses
    File system settings: Modify the file system description
    Delete: Delete the file system

Change file system size

To change the file system size:

  1. Go to KakaoCloud console > Beyond Storage Service > File Storage.
  2. In the Basic file system menu, click the [⋮] button for the file system whose size you want to change, then click Edit file system settings.
  3. Enter the new size in the size field and click the [Save] button. You can enter only a value larger than the current size. Downsizing is not supported.
caution

Changing the size restarts the file system and causes temporary service interruption.

View file system details

You can view detailed information, network information, and backup information.

  1. Go to KakaoCloud console > Beyond Storage Service > File Storage.

  2. In the Basic file system menu, click the file system whose details you want to view.

  3. Click the Details tab and review the information.

    CategoryDescription
    NameFile system name
    StatusCurrent file system status
    - Creating: Allocating resources and configuring the volume size
    - Active: Running normally and available
    - Restoring: Restore operation in progress
    - Setting-up: Restarting after restore
    - Backing-up: Backup operation in progress
    - Updating: Configuration change, image change, or migration in progress
    - Deleting: Terminating and releasing the file system
    - Error: Unavailable due to a file system error
    SizeAllocated file system size
    CreatorAccount ID (email address) of the user who created the file system
    Last modified atDate and time when the file system details were last modified
    IDFile system ID
    TypeConfigured file system type
    - Currently, only Basic is supported
    Mount informationMount point
    - Path composed of the private IP address and file share name
    - Used when mounting the file system to a Virtual Machine
    Created atFile system creation date
    File share nameShared directory name

View network information

You can view network information for the file system.

  1. Go to KakaoCloud console > Beyond Storage Service > File Storage.

  2. In the Basic file system menu, click the file system whose network information you want to view.

  3. Click the Network tab and review the information.

    CategoryDescription
    VPCVPC configured for the file system
    Private IPPrivate IP address assigned when the file system was created
    Allowed IP listIP addresses that can access the file system and access control settings
    SubnetSubnet created in the VPC
    Availability zoneAvailability zone where the file system was created

Configure access control

You can configure resources that can access the file system.

  1. Go to KakaoCloud console > Beyond Storage Service > File Storage.

  2. In the Basic file system menu, click the file system whose details you want to view.

  3. Click the Network tab, then click the [Access control settings] button in the upper-right corner.

    CategoryDescription
    Network settingsVPC: Select the VPC for the file system
    Subnet: Select one subnet created in the selected VPC
    Access control settingsSet resources that can access the file system
    - Allow all private IP addresses: Resources in a reachable VPC can access without additional settings
    - Restrict to allowed private IP addresses: Allow only specified private IP addresses, up to 30

    Note
    - If the VPC is shared with another project, resources in the other project can also mount the file system
    - If cross-subnet access is not supported, access is unavailable even if the IP address is allowed

View backup information

  1. Go to KakaoCloud console > Beyond Storage Service > File Storage.

  2. In the Basic file system menu, click the file system whose details you want to view.

  3. Click the Backup menu and review the information.

    CategoryDescription
    Backup type- Full: Full backup
    - Incremental: Backs up only data changed since the full backup
    Backup nameName entered when the backup was created
    Backup IDUnique backup ID
    Incremental backup countNumber of incremental backups created based on a Full backup
    StatusBackup status
    - Create: Creating backup
    - Available: Backup file is available
    - Restoring: Restoring
    - Deleting: Deleting
    - Error: Backup file is unavailable
    SizeBackup size
    Target file systemOriginal file system backed up
    Created atBackup creation date and time

Delete file system

Deleting a file system terminates the file system and releases its resources. After resource release is complete, the file system is removed from the list and resource charges are no longer incurred. You can delete a file system only when its status is Active.

caution

Deleted file system resources are fully released after termination and cannot be recovered.

  1. Go to KakaoCloud console > Beyond Storage Service > File Storage.
  2. In the Basic file system menu, click the [⋮] button for the file system to delete, then click Delete.
  3. In the Delete file system pop-up, enter the file system name and click the [Delete] button.