@@ -121,7 +121,7 @@ <h1 id="create-our-virtual-machine"><a class="doc-anchor" href="#create-our-virt
121121</ li >
122122< li >
123123< p > Fill in the < strong > Instance Name</ strong > < em > “nuttx-dashboard-vm”</ em > . Our VM shall be < strong > General Purpose / Debian Bookworm</ strong > </ p >
124- < p > Set the < strong > Disk Size to 20 GB</ strong > < a href ="https://lupyuen.org/articles/dashboard#appendix-expand-the-vm-disk "> (or expand it later)</ a > </ p >
124+ < p > Set the < strong > Disk Size to 40 GB</ strong > < a href ="https://lupyuen.org/articles/dashboard#appendix-expand-the-vm-disk "> (or expand it later)</ a > </ p >
125125< p > Click < strong > “Create”</ strong > </ p >
126126< p > < img src ="https://lupyuen.org/images/dashboard-vm5.png " alt ="Create VM " /> </ p >
127127</ li >
@@ -1020,7 +1020,7 @@ <h1 id="appendix-expand-the-vm-disk"><a class="doc-anchor" href="#appendix-expan
10201020
10211021## Most of the disk space used by /tmp
10221022$ rm -rf /tmp/sync-build-ingest/</ code > </ pre > </ div >
1023- < p > This is how we < a href ="https://dev.to/lovestaco/expanding-disk-size-in-google-cloud-5gkh "> < strong > Expand the VM Disk</ strong > </ a > , from 10 GB to 20 GB…</ p >
1023+ < p > This is how we < a href ="https://dev.to/lovestaco/expanding-disk-size-in-google-cloud-5gkh "> < strong > Expand the VM Disk</ strong > </ a > , from 10 GB to 40 GB…</ p >
10241024< ol >
10251025< li >
10261026< p > Click < strong > “VM > Details > Storage > Boot Disk”</ strong > </ p >
@@ -1031,8 +1031,8 @@ <h1 id="appendix-expand-the-vm-disk"><a class="doc-anchor" href="#appendix-expan
10311031< p > < img src ="https://lupyuen.org/images/dashboard-disk2.png " alt ="Menu > Edit " /> </ p >
10321032</ li >
10331033< li >
1034- < p > Increase the size from 10 GB to 20 GB. Click < strong > Save</ strong > </ p >
1035- < p > < img src ="https://lupyuen.org/images/dashboard-disk3.png " alt ="Increase the size from 10 GB to 20 GB " /> </ p >
1034+ < p > Increase the size from 10 GB to 40 GB. Click < strong > Save</ strong > </ p >
1035+ < p > < img src ="https://lupyuen.org/images/dashboard-disk3.png " alt ="Increase the size from 10 GB to 40 GB " /> </ p >
10361036</ li >
10371037< li >
10381038< p > Inside our VM: Do this…</ p >
@@ -1045,7 +1045,7 @@ <h1 id="appendix-expand-the-vm-disk"><a class="doc-anchor" href="#appendix-expan
10451045## /dev/sda14 2048 8191 6144 3M BIOS boot
10461046## /dev/sda15 8192 262143 253952 124M EFI System
10471047
1048- ## Let's expand /dev/sda to 20 GB
1048+ ## Let's expand /dev/sda to 40 GB
10491049sudo fdisk /dev/sda
10501050
10511051## Ignore the warning
@@ -1069,16 +1069,16 @@ <h1 id="appendix-expand-the-vm-disk"><a class="doc-anchor" href="#appendix-expan
10691069## sda1 is bigger now
10701070$ sudo fdisk -l
10711071Device Start End Sectors Size Type
1072- /dev/sda1 262144 41943006 41680863 19 .9G Linux root (x86-64)
1072+ /dev/sda1 262144 83886046 83623903 39 .9G Linux root (x86-64)
10731073/dev/sda14 2048 8191 6144 3M BIOS boot
10741074/dev/sda15 8192 262143 253952 124M EFI System
10751075
10761076## More space in /tmp yay!
10771077$ df -H
10781078Filesystem Size Used Avail Use% Mounted on
10791079udev 2.1G 0 2.1G 0% /dev
1080- tmpfs 412M 574k 411M 1% /run
1081- /dev/sda1 21G 8.5G 12G 43 % /
1080+ tmpfs 412M 603k 411M 1% /run
1081+ /dev/sda1 43G 27G 14G 67 % /
10821082tmpfs 2.1G 0 2.1G 0% /dev/shm
10831083tmpfs 5.3M 0 5.3M 0% /run/lock
10841084/dev/sda15 130M 13M 118M 10% /boot/efi
0 commit comments