How do I install from the centos 6.5 dvd without LVM? Nothing I have tried will permit me to make my own layout unless I accept LVM.
Bob
On 06/02/14 02:44 PM, Bob Goodwin - Zuni, Virginia, USA wrote:
How do I install from the centos 6.5 dvd without LVM? Nothing I have tried will permit me to make my own layout unless I accept LVM.
Bob
On EL7, you get a choice in anaconda. I'm not sure about EL7, I always select to create my own layout and simply don't configure LVM. In my case, I use clustered LVM on shared storage, so LVM on the host makes things confusing.
Of course, kickstart scripts are good. Automate the whole install and fine-grained control over partitioning.
On Thu, Feb 06, 2014 at 02:44:24PM -0500, Bob Goodwin - Zuni, Virginia, USA wrote:
How do I install from the centos 6.5 dvd without LVM? Nothing I have tried will permit me to make my own layout unless I accept LVM.
Are you doing a text mode install? That has some severe limitations now, unless you create a kickstart file.
----- Original Message ----- | | How do I install from the centos 6.5 dvd without LVM? Nothing I have | tried will permit me to make my own layout unless I accept LVM. | | Bob | | -- | http://www.qrz.com/db/w2bod | Box10 Fedora-20/64bit Linux/XFCE | | _______________________________________________ | CentOS mailing list | CentOS@centos.org | http://lists.centos.org/mailman/listinfo/centos |
If not doing a graphical install you will be limited in many respects as to what you can do from a disk layout perspective. I would also ask why it is that you are choosing not to use LVM which offers many bits of useful functionality over traditional partitions
On 06/02/14 15:16, James A. Peltier wrote:
If not doing a graphical install you will be limited in many respects as to what you can do from a disk layout perspective.
Yes, I found that out! I think I've finally convinced the installer to do it my way.
Thanks,
Bob