I created a ubuntu server vm with 64GB provisioned storage. I remember that I specified 30GB to be used for the vm. When I do df -h, I get
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/analysis--db-root<br/>
28G 25G 904M 97% /
udev 2.0G 4.0K 2.0G 1% /dev
tmpfs 793M 228K 793M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 2.0G 0 2.0G 0% /run/shm
/dev/sda1 228M 45M 171M 21% /boot
The disk is almost full, how can I use my other 30GB from the provisioned storage?
Also, when i type in 'sudo parted -l' :
Model: VMware Virtual disk (scsi)
Disk /dev/sda: 64.4GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 256MB 255MB primary ext2 boot
2 257MB 64.4GB 64.2GB extended
5 257MB 64.4GB 64.2GB logical lvm
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/analysis--db-swap_1: 533MB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0.00B 533MB 533MB linux-swap(v1)
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/analysis--db-root: 29.5GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0.00B 29.5GB 29.5GB ext4