Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    • 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 "dmesg" to see the device name that was actually used. If you run "dmesg" on the machine after attaching a volume, the last line of output will usually have the device name.


      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"

...