Howto:Extend V10 Linux Application Platform HDD Size (VM): Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
Line 32: Line 32:


* Shutdown LinuxAP
* Shutdown LinuxAP
* Extend VM HHD Size to your needs
* Extend VM HHD Size to your needs in VM settings
:[[Image:Linuxap extend hdd hyper v.png]]
:[[Image:Linuxap extend hdd hyper v.png]]


Line 39: Line 39:
:[[Image:Linuxap extend hdd hyper v size.png]]
:[[Image:Linuxap extend hdd hyper v size.png]]
<br />
<br />
* Mount GParted iso in your VM
* Mount GParted iso in VM settings
:[[Image:Linuxap extend hdd hyper v gparted.png]]
:[[Image:Linuxap extend hdd hyper v gparted.png]]
<br />
<br />
Line 48: Line 48:
:[[Image:Linuxap extend gparted 2.png]]
:[[Image:Linuxap extend gparted 2.png]]
<br />
<br />
*Shutdown and unmount GParted iso
*Shutdown and unmount GParted iso in VM settings
*Start VM and check available diskspace
*Start VM and check available diskspace


Line 59: Line 59:
  tmpfs          5.0M    0  5.0M  0% /run/lock
  tmpfs          5.0M    0  5.0M  0% /run/lock
  tmpfs          305M    0  305M  0% /run/shm
  tmpfs          305M    0  305M  0% /run/shm


== Related Articles ==
== Related Articles ==

Revision as of 11:53, 6 March 2018

Applies To

This information applies to

  • LinuxAP, V10


More Information

Problem Details

V10 LinuxAP will have default HDD Size of 8GB. In most scenarios, this is sufficient. Sometimes you need more space and have to extend HDD storage.

root@vmware-debian:~# df -h
Filesystem      Size  Used Avail Use% Mounted on
rootfs          6.8G  6.8G    0M 100% /
udev             10M     0   10M   0% /dev
tmpfs           101M  156K  101M   1% /run
/dev/sda3       6.8G  6.8G    0M 100% /
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           305M     0  305M   0% /run/shm

If you use a virtual machine (HyperV / VMWare) you can increase the storage space. (If you use a LinuxAP on a CF-Card or FlashDisk you have to perform a fresh installation on a larger storage medium)

In this howto we show the HyperV steps. VMWware is similar.

Preparation

  • Download GParted Live CD
  • Remove all existing Snapshots
  • Create a fresh Fullbackup of your Machine. Important: Please remember that you will change partitions and file system. An error can mean a total loss of data!

Configuration

  • Shutdown LinuxAP
  • Extend VM HHD Size to your needs in VM settings
Linuxap extend hdd hyper v.png
Linuxap extend hdd hyper v setting.png
Linuxap extend hdd hyper v size.png


  • Mount GParted iso in VM settings
Linuxap extend hdd hyper v gparted.png


  • Open Console, Start VM and load GParted
  • Extend Partition and Filesystem
Linuxap extend gparted 1.png
Linuxap extend gparted 2.png


  • Shutdown and unmount GParted iso in VM settings
  • Start VM and check available diskspace
root@vmware-debian:~# df -h
Filesystem      Size  Used Avail Use% Mounted on
rootfs           19G  6.8G  2.2G  33% /
udev             10M     0   10M   0% /dev
tmpfs           101M  156K  101M   1% /run
/dev/sda3        19G  6.8G  2.2G  33% /
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           305M     0  305M   0% /run/shm

Related Articles