How to mount a volume disk to a Linux Instance
In the Vling.io cloud control panel, create a volume disk, and attach the volume disk to a Instance.
Use fdisk -l to check the volume name
Download the script with wget from http://download.vling.io/script/lvminstall.sh
Set the right permission to the sh file: chmod a+x lvminstall.sh and run the sh by ./lvminstall.sh
That’s it.
- the volume disk can be extended without changing Linux system configurations.
- the volume disk need to be detached before extend.