Skip to content

Commit c23e02c

Browse files
author
Greg Meyer
authored
Update README.md
Adding instructions for resizing disk image.
1 parent 6b9f624 commit c23e02c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,15 @@ After the system completes booting, you can use the following credentials to log
8080
user: ubuntu
8181
password: asdfqwer
8282
```
83+
84+
## Emulator Disk Resize
85+
86+
After some use, you most likely start filling up the limited amount of disk allocated in the linux image file and will want to add some more space. To allocate more space, use the command template 'qemu-img resize <yourlinuxdiskimage> +xG'. For example, to add 10 GB of space to the linux image in these instructions, use the following command:
87+
88+
```
89+
qemu-img resize ubuntu-16.04-server-cloudimg-arm64-uefi1.img +10G
90+
```
91+
92+
## Getting Files Of The Emulator
93+
94+
Using these instructions, the emulator is not accessable from outside the terminal. However, from inside the emulator, you should have full network access to the outside. You can use command line tools like sftp to transfer files from inside the emulator to another machine.

0 commit comments

Comments
 (0)