|
From: Bjorn <w23...@ya...> - 2006-08-11 16:32:41
|
--- Heiko Zuerker <he...@zu...> skrev: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > On Thu, August 10, 2006 16:11, Bjorn wrote: > > Hi, > > > > > > I've just installed Devil-Linux on an old pentium machine to be > used as > > (among other things) a backup server with FTP, Samba and maybe > later > > Apache and mail. > > > > > > I have a 200GB disk in the computer. The hard drive is partitioned > as > > follows: /dev/hda1 - 250MB to hold the devil-linux cd-iso. > > /dev/hda2 - 20MB for the configuration media. > > /dev/hda3 - The rest of the disk to be used to store data. > > > > > > The installation completed fine, I can boot the system and > everything > > works. However, when I try to create logical volumes i run into > problems. I > > want to 'partition' /dev/hda3 and here is how I do it (from chapter > 5 in > > documentation): > > > > > > pvcreate /dev/hda3 - Physical volume successfully created > > > > > > vgcreate -s 8M devil-linux /dev/ide/host0/bus0/target0/lun0/part3 - > No > > valid physical volumes in command line > > > > I can never get 'vgcreate' to complete successfully. How am I > suppose > > to do this? I get the same result if I write /dev/hda3. > > Try to use : > pvcreate /dev/ide/host0/bus0/target0/lun0/part3 > > Did you set the partition type to the one for LVM ? OK, this was the problem. /dev/hda3 was 'Linux' system type I changed it to 'Linux LVM' and now it works. Thanks a lot! > > - -- > > Regards > Heiko Zuerker > http://www.devil-linux.org > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.4 (GNU/Linux) > > iEYEARECAAYFAkTbpBgACgkQUcytMSbs+YV0WgCffiXzMw+8zd2PVM7DxjAwVTqa > KmkAn276Gpg/17T09EZGRZdCB39Wwr/p > =zKSo > -----END PGP SIGNATURE----- > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > |