proxmox 2.1 not use all hdd space ?

  • Thread starter Thread starter teloris
  • Start date Start date
T

teloris

Guest
hi,
i learn to use proxmox as my test cloud server for 1 month and i realize that proxmox not use all of my harddisk spaces (it use half of it).

i install proxmox with no special setting (just run through the tuts)

this is what i've got from fdisk -l
Code:
root@proxmox:~# fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0008fd2f

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          66      523264   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2              66        9730    77626368   8e  Linux LVM

Disk /dev/dm-0: 19.9 GB, 19864223744 bytes
255 heads, 63 sectors/track, 2415 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/dm-0 doesn't contain a valid partition table

Disk /dev/dm-1: 4294 MB, 4294967296 bytes
255 heads, 63 sectors/track, 522 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/dm-1 doesn't contain a valid partition table

Disk /dev/dm-2: 45.4 GB, 45399146496 bytes
255 heads, 63 sectors/track, 5519 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/dm-2 doesn't contain a valid partition table


and this is from proxmox web manager

proxmox.png


any idea ?
 

Attachments

  • proxmox.PNG
    proxmox.PNG
    63.3 KB · Views: 6
Proxmox VE uses LVM, check the output of 'lvs' and 'pvs'

how did you install?