On Mon, Nov 12, 2007 at 03:48:27PM -0700, Joseph L. Casale wrote: > /dev/sdb1 iSCSI_dvr lvm2 a- 744.99G 744.99G 745.00G yQyVCe-tiS4-Ma1E-hilJ-niuG-KXL9-jkKVIk > /dev/sdc1 iSCSI_dvr lvm2 a- 1.36T 1.36T 1.36T PURHhY-Lo1T-5bif-HjGP-dP3o-NVTs-71ZKUm > Disk /dev/sdc: 1499.9 GB, 1499998453760 bytes This is what I see for a similar volume: # pvs -v --units H 1.50T # pvs -v --units h 1.36T # pvs -v --units G 1500.00G man page: --units hsbkmgtHKMGT All sizes are output in these units: (h)uman-readable, (s)ectors, (b)ytes, (k)ilobytes, (m)egabytes, (g)igabytes, (t)erabytes. Capitalise to use multiples of 1000 (S.I.) instead of 1024. Can also specify custom (u)nits e.g. --units 3M Alasdair -- agk@redhat.com _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/