Add secondary disk space

Mickael Picasa

New Member
Aug 22, 2012
5
0
1
Paris, France
Hello all, i have a bad english but i try to speak with you for explain my problem

I have install promox in dedicated server 80 go ssd with proxmox 2.1, after the installation i have create 5 virtual machine

And after 1 week i have used all the space of my primary partition ssd 80 gb

I have buy additional disk 500 gb sata and i have contacted the support for the installation but the support don't know how to add additional disk with proxmox

I really need help for add a additional disk because i don't know how to do :S

Please don't share me a link, i have showed lot of thread and i have find nothing good.

I am available 24/24 7/7 i can send you my teamviewer id or other

Thanks a lot for anything help, love

First Mail of the support :

oot@proxmox:~# fdisk -lu

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000

Disk /dev/sda doesn't contain a valid partition table

Second Mail of the support :

I have partitioned it.

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x488f49dc

Device Boot Start End Blocks Id System
/dev/sda1 63 976768064 488384001 83 Linux

Last Mail of the support :

I already partitioned it, but I don't know how to use it for you system either.

 
Hello all, i have a bad english but i try to speak with you for explain my problem

I have install promox in dedicated server 80 go ssd with proxmox 2.1, after the installation i have create 5 virtual machine

And after 1 week i have used all the space of my primary partition ssd 80 gb

I have buy additional disk 500 gb sata and i have contacted the support for the installation but the support don't know how to add additional disk with proxmox

I really need help for add a additional disk because i don't know how to do :S

Please don't share me a link, i have showed lot of thread and i have find nothing good.

I am available 24/24 7/7 i can send you my teamviewer id or other

Thanks a lot for anything help, love

First Mail of the support :

oot@proxmox:~# fdisk -lu

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000

Disk /dev/sda doesn't contain a valid partition table

Second Mail of the support :

I have partitioned it.

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x488f49dc

Device Boot Start End Blocks Id System
/dev/sda1 63 976768064 488384001 83 Linux

Last Mail of the support :

I already partitioned it, but I don't know how to use it for you system either.

Hi Mickael,
you can choose different solutions:
1. Expand the existing volumegroup and than pve-data - makes perhaps not realy sense, because you can't control which vm-disk are on the fast ssd and which are on the slow sata drive.
2. create an new lvm-storage on the second disk (in short partitioning, create vg, define storage).
3. create an filesystem on the second disk and use this for the vm-disks (in short partitioning, create filesystem, mount filesystem, define storage)

Each has pros and cons and depends on your usage. Use also the search function, there a a lot of similiar posts (pve 1.x).
See also here: http://forum.proxmox.com/threads/6023-New-additional-hard-drive

Udo