

How can I assign the new diskspace to my "working" partition? data]# df -hĭateisystem Größe Benutzt Verf. Instead there are some tmpfs entries that I don't understand. I/O size (minimum/optimal): 512 bytes / 512 bytes VFree is always 0 but there should be additional 10G available.

Sector size (logical/physical): 512 bytes / 512 bytes But unfortunately it seems not to work with Fedora 29 on VMWare Workstation. But working with the system I still get errors kind of 'no disk space available'įdisk -l shows that disk /dev/sda has 14 GB. Some free software (GPL) disk and partition.

Olaf Lillo Posts: 3 Joined: 10.My disk on virtual box was to small, so I made it bigger with VBoxManage and assigned the new, free space to the main partition afterwards using gparted. CAUTION: Creating a whole disk or partition image backup is recommended before you resize or move a partition. Indeed, booting my VM into Parted Magic and using its Partition Editor I do not have any unallocated space available for creating new partitions.įrom extensively searching the internet I got the impression that fdisk -l as well as gparted -l should show me the new available disk space immediately after resizing my vdi file. Note that /dev/sda's, my only disk's, size is still reported as 53.7 GB. Partition 1 does not end on cylinder boundary.

Sector size (logical/physical): 512 bytes / 512 bytes However, when I log in to CentOS and run fdisk -l as root, I still getĬode: Select all Expand view Collapse view Disk /dev/sda: 53.7 GB, 53687091200 bytesĢ55 heads, 63 sectors/track, 6527 cylinders In fact, Virtual Box' GUI confirms that disk size has indeed doubled from 50 GB to 100 GB. Since I recently ran out of disk space in my guest, I decided to grow its disk, usingĬode: Select all Expand view Collapse view vboxmanage modifyhd centos6.1.vdi -resize 102400 I'm running CentOS 6.1 as guest on a Mac Snow Leopard host, using Virtual Box 4.1.18.
