Translations:Managing your cloud resources with OpenStack/18/en

From Alliance Doc
Jump to navigation Jump to search
  • Format the newly created partition with
    Question.png
    [name@server ~]$ sudo mkfs -t ext4 /dev/vdb1
    
  • Create a place to mount the device with
    Question.png
    [name@server ~]$ sudo mkdir /media/data
    
  • Finally, mount the volume with
    Question.png
    [name@server ~]$ sudo mount /dev/vdb1 /media/data