cc_staff
172
edits
No edit summary |
No edit summary |
||
Line 78: | Line 78: | ||
* Click the blue "Attach Volume" button. | * Click the blue "Attach Volume" button. | ||
The process should complete in a few seconds. Then the Volumes page will show the newly created volume attached to your selected VM on <code>/dev/vdb</code> or some similar location. | The process should complete in a few seconds. Then the Volumes page will show the newly created volume attached to your selected VM on <code>/dev/vdb</code> or some similar location. | ||
* To mount the | * To see the device name try the command <code>dmesg | tail</code> | ||
* To mount the volume, use a command similar to <code>mount /dev/vdb /mnt</code> depending on the device name and the desired mount point in your filesystem. | |||
==Formatting and Mounting an Empty Volume== <!--T:15--> | ==Formatting and Mounting an Empty Volume== <!--T:15--> |