Add a new disk to an existing Linode. You can create an empty disk to manually configure it later. You can also target a stored image to build the disk using a pre-configured file system--either through an image you've created or via a StackScript. For added security with all disks, you should supply SSH keys for the disk's root_pass user, using the authorized_keys field.
📘
A Linode can have up to 50 disks.
Empty disks
When creating an empty disk, a label is required.
The default file system for an empty disk is ext4.
Disks created from an image
A root_pass is required for a disk created from a stored image.
A created disk inherits both the label and the filesystem from the target image, unless you specify otherwise.
Create a disk
Add a new disk to an existing Linode. You can create an empty disk to manually configure it later. You can also target a stored
imageto build the disk using a pre-configured file system--either through an image you've created or via a StackScript. For added security with all disks, you should supply SSH keys for the disk'sroot_passuser, using theauthorized_keysfield.Empty disks
When creating an empty disk, a
labelis required.The default file system for an empty disk is
ext4.Disks created from an
imageA
root_passis required for a disk created from a stored image.A created disk inherits both the
labeland thefilesystemfrom the targetimage, unless you specify otherwise.We offer an example workflow to create a disk using a stored image.
Disks created from a StackScript
You can run List StackScripts to review available StackScripts.
You need to include a StackScript-compatible
imagewhen creating the disk. Run Get a StackScript to review available images.<
>
Learn more...
Learn more...