SOLVED Resize drive space of Apache VM

Status
Not open for further replies.

Willy666

Dabbler
Joined
Feb 10, 2017
Messages
28
hello
on my
FreeNAS-11.1-U6
I have set up a VM with LAMP for my nextcloud.
all is ok but I have initially set disk Zvol 100Gib
Now I have set 300Gib on freenas.
update on my Ubuntu server with gparted to 300gib but
Code:
df -h
give me
Code:
willy@ubuntu:/var/www/html$ df -h
Filesystem                   Size  Used Avail Use% Mounted on
udev                         969M     0  969M   0% /dev
tmpfs                        200M  5.8M  194M   3% /run
/dev/mapper/ubuntu--vg-root   94G   74G   16G  83% /
tmpfs                        997M     0  997M   0% /dev/shm
tmpfs                        5.0M     0  5.0M   0% /run/lock
tmpfs                        997M     0  997M   0% /sys/fs/cgroup
/dev/sda1                    511M  4.7M  507M   1% /boot/efi
tmpfs                        200M  4.0K  200M   1% /run/user/114
tmpfs                        200M     0  200M   0% /run/user/1000


so only 100Gib
how can I solve?
 
D

dlavigne

Guest
To clarify, did you increased the size of the zvol? If so, you'll need to investigate what needs to be done (if it can be done) for the filesystem being used by Ubuntu:

Enlarging a LUN with one of the methods below gives it more unallocated space, but does not automatically resize filesystems or other data on the LUN. This is the same as binary-copying a smaller disk onto a larger one. More space is available on the new disk, but the partitions and filesystems on it must be expanded to use this new space. Resizing virtual disk images is usually done from virtual machine management software. Application software to resize filesystems is dependent on the type of filesystem and client, but is often run from within the virtual machine.
 

Willy666

Dabbler
Joined
Feb 10, 2017
Messages
28
Yes
I have resized the zvol. 300 gn
Resized on Vm space 300 gb
Then with Gparted I have set the unallocated space of 200gb
After these 3 steps it seems only 100 gb
 

Willy666

Dabbler
Joined
Feb 10, 2017
Messages
28
lvm2 pv

Schermata 2018-12-17 alle 21.20.21.png
 
Last edited:
Status
Not open for further replies.
Top