How to format and mount a volume at a given path
- Drop the LinuxFileSystem on the Compute.
- Connect the partition point (on the right) of the LinuxFileSystem to the feature point (on the left) of the BlockStorage.
- To configure the mount location and format type, click on the LinuxFileSystem:
- fs_type: Choose a format type for the disk (e.g.,
ext4
). - location: Specify the mount point on the compute node (e.g.,
/mnt
).
- fs_type: Choose a format type for the disk (e.g.,
info
The LinuxFileSystem is a service catalog executing on the given compute node. It mounts the BlockStorage to the compute node at a specified location and format it.