Comment 15 for bug 906358

Revision history for this message
Christian Weiske (cweiske) wrote :

The machine I have problems with has this partition setup:

$ LC_ALL=C fdisk -l /dev/sda

Disk /dev/sda: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders, total 2930277168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000b8523

   Device Boot Start End Blocks Id System
/dev/sda1 * 63 1048638 524288 83 Linux
/dev/sda3 126881370 2930272064 1401695347+ 5 Extended
/dev/sda5 126881433 246870854 59994711 83 Linux
/dev/sda6 246870918 254871224 4000153+ 82 Linux swap / Solaris
/dev/sda7 254871288 2930272064 1337700388+ 83 Linux

sda7 is the partition on which i have my lvm setup:

$ lvmdiskscan |grep LVM
  /dev/sda7 [ 1,25 TiB] LVM physical volume
  0 LVM physical volume whole disks
  1 LVM physical volume

LVM setup:

$ lvm vgs
  VG #PV #LV #SN Attr VSize VFree
  Daten 1 2 0 wz--n- 1,25t 575,73g
$ lvm lvs
  LV VG Attr LSize Origin Snap% Move Log Copy% Convert
  games Daten -wi-ao 400,00g
  homes Daten -wi-ao 300,00g

Mounts:
/dev/mapper/Daten-homes on /home type ext4 (rw,commit=0)
/dev/mapper/Daten-games on /home/spiele type ext4 (rw,commit=0)