...
- Attach to an Instance.
- Assign a device name.
- Then select Attach Volume at the bottom.
NOTE:
- If you attach more than one volume, the device name must be unique.
- The device name is not always respected. You can use the command "lsblk" to see the device name that was actually used.
5. To get the above to work, open up a terminal and type in the commands below. You may need to replace "vdb" with your device name.
Code Block |
---|
sudo /sbin/parted -a optimal --script /dev/vdb "mklabel gpt" |
...