Installing on proxmox OpenVZ guest.

ozgurerdogan

Verified User
Joined
Apr 20, 2008
Messages
343
I will install DA on proxmox virtuallization openvz guest that has centos installed and updated.
When I look at partitions I see,

df -h
Filesystem Size Used Avail Usex Mounted 011
/dev/simfs 158G 536M 158G 1%. /
none 3.8G 4.8K 3.8G 1%. /dev

also this
fdisk -1
cannot open /proc/partitions

Can I contionue to install DA on this system or I need to edit partitions? OpenVZ templates are preinstalled so it does not have a install.
What is the simple way to change partition layout?

Thanks in advance
 
I will install DA on proxmox virtuallization openvz guest that has centos installed and updated.
When I look at partitions I see,

df -h
Filesystem Size Used Avail Usex Mounted 011
/dev/simfs 158G 536M 158G 1%. /
none 3.8G 4.8K 3.8G 1%. /dev

also this
fdisk -1
cannot open /proc/partitions

Can I contionue to install DA on this system or I need to edit partitions? OpenVZ templates are preinstalled so it does not have a install.
What is the simple way to change partition layout?

Thanks in advance

Just try it, it's a VM for crying out loud, so you'll have it up in 20 mins when the install goes wrong..
 
It's not so simple to change partition layouts within VPS powered by OpenVZ.

You can only mount some of them (ex. /tmp) with secured options (ex. nosuid, nodev) in two ways: using virtual tmpfs, or using loop-device from HN.
 
Back
Top