* Andrew Pollock <[EMAIL PROTECTED]> [2003-12-22 11:53]: > I do have a question, using the beta 1 d-i CD image, I successfully created > a bunch of LV's and installed sarge, but the installer neglected to install > the lvm10 package
I'm 'glad' I'm not the only one who sees this. lvmcfg installs the package this way: # install lvm-tools in /target if needed set -- `vgdisplay -v | grep 'NOT active' | wc -l` [ $1 -gt 0 ] && apt-install lvm10 However, vgdisplay -v does not show "NOT active" here. The output of LVM is attached below. -- Martin Michlmayr [EMAIL PROTECTED]
pvscan -- reading all physical volumes (this may take a while...) pvscan -- ACTIVE PV "/dev/ide/host0/bus0/target0/lun0/part1" of VG "tbm" [4.84 GB / 864 MB free] pvscan -- total: 1 [4.88 GB] / in use: 1 [4.88 GB] / in no VG: 0 [0]
vgscan -- reading all physical volumes (this may take a while...) vgscan -- found active volume group "tbm" vgscan -- "/etc/lvmtab" and "/etc/lvmtab.d" successfully created vgscan -- WARNING: This program does not do a VGDA backup of your volume group
--- Volume group --- VG Name tbm VG Access read/write VG Status available/resizable VG # 0 MAX LV 256 Cur LV 2 Open LV 0 MAX LV Size 2 TB Max PV 256 Cur PV 1 Act PV 1 VG Size 4.84 GB PE Size 32 MB Total PE 155 Alloc PE / Size 128 / 4 GB Free PE / Size 27 / 864 MB VG UUID FrPGqJ-GcW2-pIIk-If67-wHAS-rXYw-CDFz9u
--- Volume group --- VG Name tbm VG Access read/write VG Status available/resizable VG # 0 MAX LV 256 Cur LV 2 Open LV 0 MAX LV Size 2 TB Max PV 256 Cur PV 1 Act PV 1 VG Size 4.84 GB PE Size 32 MB Total PE 155 Alloc PE / Size 128 / 4 GB Free PE / Size 27 / 864 MB VG UUID FrPGqJ-GcW2-pIIk-If67-wHAS-rXYw-CDFz9u --- Logical volume --- LV Name /dev/tbm/home VG Name tbm LV Write Access read/write LV Status available LV # 1 # open 0 LV Size 3 GB Current LE 96 Allocated LE 96 Allocation next free Read ahead sectors 1024 Block device 58:0 --- Logical volume --- LV Name /dev/tbm/media VG Name tbm LV Write Access read/write LV Status available LV # 2 # open 0 LV Size 1 GB Current LE 32 Allocated LE 32 Allocation next free Read ahead sectors 1024 Block device 58:1 --- Physical volumes --- PV Name (#) /dev/ide/host0/bus0/target0/lun0/part1 (1) PV Status available / allocatable Total PE / Free PE 155 / 27