Is root disk the same thing as boot disk?

134 views
Skip to first unread message

Zhuyi Xue

unread,
Feb 24, 2016, 11:55:18 PM2/24/16
to gce-discussion
They have different names, but look the same conceptually. Are they?

Each instance has an associated root persistent disk on which the instance's root file system is stored. from https://cloud.google.com/compute/docs/disks/persistent-disks

--boot-disk-size BOOT_DISK_SIZE from `gcloud compute instances create --help`

George

unread,
Feb 25, 2016, 10:55:05 AM2/25/16
to gce-discussion
Hello Zhuyi,

As you mentioned, the root persistent disk has the root file system and the boot sectors which makes the instance boot successfully. As both root file system and boot sectors are present it makes the disk a root persistent disk and a boot disk. Another way to see the --boot-disk-size is to be able to differentiate between the main attached disk (root persistent disk) and a secondary disk attached to the instance.

I hope this helps.

Sincerely,
George

Zhuyi Xue

unread,
Feb 25, 2016, 4:50:14 PM2/25/16
to gce-discussion
Very clear. Thank you!
Reply all
Reply to author
Forward
0 new messages