...
Steps on the Charon-SSP Host System
Mounting a Newly Attached Volume Using the Storage Manager (
...
AL Images only)
After the volume has been attached to the instance, it must be included in the Charon-SSP host system configuration. This is achieved via the Charon-SSP Manager.
...
- Stop all Charon instances that might use the volume that is about to be unmounted.
- On host systems based on Marketplace AL images:
- In Charon Manager go to Tools > Azure Cloud > Storage Manager.
- Select the volume.
- Click on the cogwheel symbol and select Unmount the Filesystem.
- On other systems:
- Use the command
# umount <device-path>
or# umount <mount-point>
- To make this permanent, remove the corresponding entry in /etc/fstab.
- Use the command
...