| |
| META TOPICPARENT |
name="KnoppixLKB" |
Adding more disk space in UbuntuLKB |
| | Procedure
- Shut down UbuntuLKB, if it's running.
|
|
< < |
- In the main VirtualBox window, highlight the UbuntuLKB VM in the left column, then click the "Storage" heading on the right. Depending on the window size, you may need to scroll down to see the Storage heading.
|
> > |
- In the main VirtualBox window, highlight the UbuntuLKB VM in the left column, then click the "Storage" heading on the right. Depending on the window size, you may need to scroll down to see the Storage heading.
|
| |
- Highlight the "Controller: SATA" line, then click the add hard disk icon just to the right of it.
- Click "Create new disk."
- When asked for the file type, leave "VDI" selected and click "Continue."
- Usually you will want to accept the default of dynamically allocated storage, but change this if desired. Then click "Continue."
- Adjust the file name and size to taste, then click "Create."
- Now, boot UbuntuLKB and open a terminal.
|
|
< < |
- At the command prompt, type sudo expand-disk and hit return. You will be prompted for a password; if you haven't changed it, the password is ubuntu
|
> > |
- At the command prompt, type
sudo expand-disk and hit return. You will be prompted for a password; if you haven't changed it, the password is ubuntu
|
| |
- The script should find your new virtual disk (probably on /dev/sdb if you haven't done this before) and prompt you for permission to use it. Type
y to continue.
- The script will set up the new disk, then show you the new filesystem statistics.
|