[ create a new paste ] login | about

Link: http://codepad.org/ArqVRS7Q    [ raw code | fork ]

diogenese - Plain Text, pasted on Jun 18:
FIRST (easy) PROBLEM:
Grub detects drive BIOS IDs incorrectly during boot on Asus A8N5X
Award BIOS Motherboards. Running grub from the command line outputs
this as it starts:

  "Probing devices to guess BIOS drives. This may take a long time."

The keyword being 'guess'. The device map section of grub info pages
also makes note of this:

     "The reason why the grub shell gives you the device map file is that
  it cannot guess the map between BIOS drives and OS devices correctly in
  some environments. For example, if you exchange the boot sequence
  between IDE and SCSI in your BIOS, it gets the order wrong."

Which appears to be the case here. Two IDE drives were added to a
system with two existing SATA drives. SATA1 was left as the primary
bootloader and the IDE drives were added to the end of the boot order
list. 

  BIOS Settings:
    Pri IDE Master 200GB Maxtor 6Y200P0
    Pri IDE Slave  120GB WDC WD1200JB-00C
    1st SATA        80GB WDC WD800JD-22LS
    2nd SATA       500GB WDC WD5001AALS-0

  BIOS Boot order settings:
    1. SATA1 80GB
    2. SATA2 500GB
    3. IDE-M 200GB
    4. IDE-S 120GB

Grub setup during install and through mcc assumes BIOS drive ids are
set according to this BIOS boot order and creates this device.map to
match:

  /boot/grub/device.map:
    (hd0) /dev/sda
    (hd1) /dev/sdb
    (hd2) /dev/sdc
    (hd3) /dev/sdd

The install.sh and menu.list use the hd# values from the device.map to
find the correct partitions during bootstrap. If they're wrong, the
system won't boot up. After install or using mcc to edit grub, all
these files are reset to this configuration. This configuration
assumes grub will detect the drives as this during boot:

  hd0 80GB  SATA1
  hd1 500GB SATA2
  hd2 200GB IDE-M
  hd3 120GB IDE-S

The drive IDs reported by grub during boot:

  hd0 80GB  SATA1
  hd1 200GB IDE-M
  hd2 120GB IDE-S
  hd3 500GB SATA2

So grub will not boot any patitions correctly, other than those on
hd0. One way to fix this is to edit the grub config files by hand,
using this device.map: 

  /boot/grub/device.map:
    (hd0) /dev/sda
    (hd1) /dev/sdc
    (hd2) /dev/sdd
    (hd3) /dev/sdb

And edit menu.list and install.sh so partitions used match these
settings for every grub bootloader installed. The mageia control
center can never be used to alter the grub menu. It resets all the
grub config files to match boot order and breaks the bootloader. 

OBVIOUS SOLUTION:
Swap the IDE drives with the SATA in the BIOS boot order. The BIOS
drive IDs now match the boot order. BIOS drive order fixed.

NEXT (harder) PROBLEM:
This machine has 5 Mageia installed and each runs it's own
bootloader. After adjusting all the grub config files for each install
to match the current boot order, all of them were bootable.

However, both Mageia 2 installs (i586 & x86_64) have the IDE and SATA
drives swapped.

  BIOS Boot order settings and kernel devices:
    1. IDE-M 200GB /dev/sdc
    2. IDE-S 120GB /dev/sdd
    3. SATA1 80GB  /dev/sda
    4. SATA2 500GB /dev/sdb

Both Mageia 1 installs (i586 & x86_64) have them in the correct
order. The Mageia Control Center can be used to adjust grub for 
Mageia 1, but would break Mageia 2 still.

*** Adding "rdloaddriver=pata_amd" to the kernel parameters for either
Mageia 2 i586 or x86_64 grub menu entries has no effect. Either still
boots with the drives in the wrong order.

The dmesg for i586 & x86_64 is consistent for each distribution, so
only included portions of the x86_64 dmesg for both mageia 1 & 2:

***** Mageia 1 x86_64 *****
...
SCSI subsystem initialized
libata version 3.00 loaded.
pata_amd 0000:00:06.0: version 0.4.1
pata_amd 0000:00:06.0: setting latency timer to 64
scsi0 : pata_amd
scsi1 : pata_amd
ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
ata1.00: ATA-7: Maxtor 6Y200P0, YAR41BW0, max UDMA/133
ata1.00: 398297088 sectors, multi 1: LBA48 
ata1.01: ATA-5: WDC WD1200JB-00CRA1, 17.07W17, max UDMA/100
ata1.01: 234441648 sectors, multi 1: LBA 
ata1: nv_mode_filter: 0x7f39f&0x7f39f->0x7f39f, BIOS=0x7f000 (0xc7c60000) ACPI=0x7f01f (15:20:0x1f)
ata1: nv_mode_filter: 0x3f39f&0x3f39f->0x3f39f, BIOS=0x3f000 (0xc7c60000) ACPI=0x3f01f (15:20:0x1f)
ata1.00: configured for UDMA/133
ata1.01: configured for UDMA/100
scsi 0:0:0:0: Direct-Access     ATA      Maxtor 6Y200P0   YAR4 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 398297088 512-byte logical blocks: (203 GB/189 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
scsi 0:0:1:0: Direct-Access     ATA      WDC WD1200JB-00C 17.0 PQ: 0 ANSI: 5
sd 0:0:1:0: [sdb] 234441648 512-byte logical blocks: (120 GB/111 GiB)
sd 0:0:1:0: [sdb] Write Protect is off
sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdb: sdb1 sdb2 < sdb5 >
 sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
sd 0:0:1:0: [sdb] Attached SCSI disk
sd 0:0:0:0: [sda] Attached SCSI disk
Uniform Multi-Platform E-IDE driver
ide-gd driver 1.18
ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
pata_acpi 0000:00:07.0: PCI INT A -> Link[APSI] -> GSI 23 (level, low) -> IRQ 23
pata_acpi 0000:00:07.0: setting latency timer to 64
pata_acpi 0000:00:07.0: PCI INT A disabled
ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 22
pata_acpi 0000:00:08.0: PCI INT A -> Link[APSJ] -> GSI 22 (level, low) -> IRQ 22
pata_acpi 0000:00:08.0: setting latency timer to 64
pata_acpi 0000:00:08.0: PCI INT A disabled
sata_nv 0000:00:07.0: version 3.5
sata_nv 0000:00:07.0: PCI INT A -> Link[APSI] -> GSI 23 (level, low) -> IRQ 23
sata_nv 0000:00:07.0: setting latency timer to 64
scsi2 : sata_nv
scsi3 : sata_nv
ata3: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd800 irq 23
ata4: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xd808 irq 23
sata_nv 0000:00:08.0: PCI INT A -> Link[APSJ] -> GSI 22 (level, low) -> IRQ 22
sata_nv 0000:00:08.0: setting latency timer to 64
scsi4 : sata_nv
scsi5 : sata_nv
ata5: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc400 irq 22
ata6: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc408 irq 22
ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata3.00: ATAPI: TSSTcorp CDDVDW SH-222AL, SB01, max UDMA/100
ata5.00: ATA-7: WDC WD800JD-22LSA0, 06.01D06, max UDMA/133
ata5.00: 156301488 sectors, multi 1: LBA48 
ata5.00: configured for UDMA/133
ata3.00: configured for UDMA/100
scsi 2:0:0:0: CD-ROM            TSSTcorp CDDVDW SH-222AL  SB01 PQ: 0 ANSI: 5
ata4: SATA link down (SStatus 0 SControl 300)
scsi 4:0:0:0: Direct-Access     ATA      WDC WD800JD-22LS 06.0 PQ: 0 ANSI: 5
sd 4:0:0:0: [sdc] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
sd 4:0:0:0: [sdc] Write Protect is off
sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdc: sdc1
sd 4:0:0:0: [sdc] Attached SCSI disk
ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata6.00: ATA-8: WDC WD5001AALS-00L3B2, 01.03B01, max UDMA/133
ata6.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 0/32)
ata6.00: configured for UDMA/133
scsi 5:0:0:0: Direct-Access     ATA      WDC WD5001AALS-0 01.0 PQ: 0 ANSI: 5
sd 5:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 5:0:0:0: [sdd] Write Protect is off
sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00
sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdd: sdd1 sdd2 sdd3
sd 5:0:0:0: [sdd] Attached SCSI disk
...

***** Mageia 2 x86_64 *****
...
[    0.661698] SCSI subsystem initialized
[    0.675759] libata version 3.00 loaded.
[    0.678022] sata_nv 0000:00:07.0: version 3.5
[    0.678237] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 21
[    0.678308] sata_nv 0000:00:07.0: setting latency timer to 64
[    0.678574] scsi0 : sata_nv
[    0.678670] scsi1 : sata_nv
[    0.678783] ata1: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd800 irq 21
[    0.678786] ata2: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xd808 irq 21
[    0.679056] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 20
[    0.679105] sata_nv 0000:00:08.0: setting latency timer to 64
[    0.679316] scsi2 : sata_nv
[    0.679385] scsi3 : sata_nv
[    0.679487] ata3: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc400 irq 20
[    0.679490] ata4: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc408 irq 20
[    1.132031] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.133021] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.135124] ata1.00: ATAPI: TSSTcorp CDDVDW SH-222AL, SB01, max UDMA/100
[    1.136199] ata3.00: ATA-7: WDC WD800JD-22LSA0, 06.01D06, max UDMA/133
[    1.136203] ata3.00: 156301488 sectors, multi 1: LBA48 
[    1.139191] ata3.00: configured for UDMA/133
[    1.141117] ata1.00: configured for UDMA/100
[    1.142156] scsi 0:0:0:0: CD-ROM            TSSTcorp CDDVDW SH-222AL  SB01 PQ: 0 ANSI: 5
[    1.445022] ata2: SATA link down (SStatus 0 SControl 300)
[    1.445192] scsi 2:0:0:0: Direct-Access     ATA      WDC WD800JD-22LS 06.0 PQ: 0 ANSI: 5
[    1.899028] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.902261] ata4.00: ATA-8: WDC WD5001AALS-00L3B2, 01.03B01, max UDMA/133
[    1.902264] ata4.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 0/32)
[    1.908247] ata4.00: configured for UDMA/133
[    1.908362] scsi 3:0:0:0: Direct-Access     ATA      WDC WD5001AALS-0 01.0 PQ: 0 ANSI: 5
[    1.912480] pata_amd 0000:00:06.0: version 0.4.1
[    1.912533] pata_amd 0000:00:06.0: setting latency timer to 64
[    1.912832] scsi4 : pata_amd
[    1.912917] scsi5 : pata_amd
[    1.913468] ata5: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[    1.913471] ata6: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[    2.070445] ata5.00: ATA-7: Maxtor 6Y200P0, YAR41BW0, max UDMA/133
[    2.070450] ata5.00: 398297088 sectors, multi 1: LBA48 
[    2.071588] ata5.01: ATA-5: WDC WD1200JB-00CRA1, 17.07W17, max UDMA/100
[    2.071591] ata5.01: 234441648 sectors, multi 1: LBA 
[    2.071600] ata5: nv_mode_filter: 0x7f39f&0x7f39f->0x7f39f, BIOS=0x7f000 (0xc7c60000) ACPI=0x7f01f (15:20:0x1f)
[    2.071605] ata5: nv_mode_filter: 0x3f39f&0x3f39f->0x3f39f, BIOS=0x3f000 (0xc7c60000) ACPI=0x3f01f (15:20:0x1f)
[    2.077365] ata5.00: configured for UDMA/133
[    2.084310] ata5.01: configured for UDMA/100
[    2.084497] scsi 4:0:0:0: Direct-Access     ATA      Maxtor 6Y200P0   YAR4 PQ: 0 ANSI: 5
[    2.084728] scsi 4:0:1:0: Direct-Access     ATA      WDC WD1200JB-00C 17.0 PQ: 0 ANSI: 5
[    2.257028] Uniform Multi-Platform E-IDE driver

...

[    2.539546] dracut: Starting plymouth daemon
[    4.582412] sd 2:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    4.582438] sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    4.582476] sd 2:0:0:0: [sda] Write Protect is off
[    4.582480] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.582501] sd 3:0:0:0: [sdb] Write Protect is off
[    4.582505] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    4.582509] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.582540] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.583139] sd 4:0:0:0: [sdc] 398297088 512-byte logical blocks: (203 GB/189 GiB)
[    4.583186] sd 4:0:0:0: [sdc] Write Protect is off
[    4.583189] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    4.583210] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.593321] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    4.593327] cdrom: Uniform CD-ROM driver Revision: 3.20
[    4.593478] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    4.598184]  sda: sda1
[    4.598588] sd 2:0:0:0: [sda] Attached SCSI disk
[    4.611942] sd 4:0:1:0: [sdd] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[    4.618951] usbcore: registered new interface driver usbfs
[    4.618990] usbcore: registered new interface driver hub
[    4.619135] usbcore: registered new device driver usb
[    4.620615]  sdb: sdb1 sdb2 sdb3
[    4.621163] sd 3:0:0:0: [sdb] Attached SCSI disk
[    4.624078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.624493]  sdc: sdc1 sdc2 sdc3 sdc4 < sdc5 sdc6 >
[    4.624637] sd 4:0:1:0: [sdd] Write Protect is off
[    4.624641] sd 4:0:1:0: [sdd] Mode Sense: 00 3a 00 00
[    4.624665] sd 4:0:1:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.625129] ohci_hcd 0000:00:02.0: setting latency timer to 64
[    4.625136] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    4.625179] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
[    4.625217] ohci_hcd 0000:00:02.0: irq 23, io mem 0xcc104000
[    4.655683]  sdd: sdd1 sdd2 < sdd5 >
[    4.655830] sd 4:0:0:0: [sdc] Attached SCSI disk
[    4.656149] sd 4:0:1:0: [sdd] Attached SCSI disk


lspcidrake output is fairly consistent between operating systems:

  $ lspcidrake -v
  unknown         : ATI Technologies Inc|RV370 [Radeon X300SE] [DISPLAY_OTHER] (vendor:1002 device:5b70 subv:1043 subd:0083)
  Card:ATI Radeon X1950 and earlier: ATI Technologies Inc|RV370 5B60 [Radeon X300 (PCIE)] [DISPLAY_VGA] (vendor:1002 device:5b60 subv:1043 subd:0082)
  bt878           : Brooktree Corporation|Bt878 Audio Capture [MULTIMEDIA_OTHER] (vendor:109e device:0878 subv:0070 subd:13eb) (rev: 11)
  bttv            : Brooktree Corporation|Bt878 Video Capture [MULTIMEDIA_VIDEO] (vendor:109e device:036e subv:0070 subd:13eb) (rev: 11)
  tulip           : ADMtek|NC100 Network Everywhere Fast Ethernet 10/100 [NETWORK_ETHERNET] (vendor:1317 device:0985 subv:1317 subd:0574) (rev: 11)
  k8temp          : Advanced Micro Devices [AMD]|K8 [Athlon64/Opteron] Miscellaneous Control [BRIDGE_HOST] (vendor:1022 device:1103)
  amd64_edac_mod  : Advanced Micro Devices [AMD]|K8 [Athlon64/Opteron] DRAM Controller [BRIDGE_HOST] (vendor:1022 device:1102)
  unknown         : Advanced Micro Devices [AMD]|K8 [Athlon64/Opteron] Address Map [BRIDGE_HOST] (vendor:1022 device:1101)
  unknown         : Advanced Micro Devices [AMD]|K8 [Athlon64/Opteron] HyperTransport Technology Configuration [BRIDGE_HOST] (vendor:1022 device:1100)
  shpchp          : nVidia Corporation|CK804 PCIE Bridge [BRIDGE_PCI] (vendor:10de device:005d) (rev: a3)
  shpchp          : nVidia Corporation|CK804 PCIE Bridge [BRIDGE_PCI] (vendor:10de device:005d) (rev: a3)
  shpchp          : nVidia Corporation|CK804 PCIE Bridge [BRIDGE_PCI] (vendor:10de device:005d) (rev: a3)
  shpchp          : nVidia Corporation|CK804 PCIE Bridge [BRIDGE_PCI] (vendor:10de device:005d) (rev: a3)
  forcedeth       : nVidia Corporation|CK804 Ethernet Controller [BRIDGE_OTHER] (vendor:10de device:0057 subv:1043 subd:8141) (rev: a3)
  unknown         : nVidia Corporation|CK804 PCI Bridge [BRIDGE_PCI] (vendor:10de device:005c) (rev: a2)
  sata_nv         : nVidia Corporation|CK804 Serial ATA Controller [STORAGE_IDE] (vendor:10de device:0055 subv:1043 subd:815a) (rev: f3)
  sata_nv         : nVidia Corporation|CK804 Serial ATA Controller [STORAGE_IDE] (vendor:10de device:0054 subv:1043 subd:815a) (rev: f3)
  pata_amd        : nVidia Corporation|CK804 IDE [STORAGE_IDE] (vendor:10de device:0053 subv:1043 subd:815a) (rev: f2)
  snd_intel8x0    : nVidia Corporation|CK804 AC'97 Audio Controller [MULTIMEDIA_AUDIO] (vendor:10de device:0059 subv:1043 subd:812a) (rev: a2)
  ehci_hcd        : nVidia Corporation|CK804 USB Controller [SERIAL_USB] (vendor:10de device:005b subv:1043 subd:815a) (rev: a3)
  ohci_hcd        : nVidia Corporation|CK804 USB Controller [SERIAL_USB] (vendor:10de device:005a subv:1043 subd:815a) (rev: a2)
  i2c_nforce2     : nVidia Corporation|CK804 SMBus [SERIAL_SMBUS] (vendor:10de device:0052 subv:1043 subd:815a) (rev: a2)
  unknown         : nVidia Corporation|CK804 ISA Bridge [BRIDGE_ISA] (vendor:10de device:0050 subv:1043 subd:815a) (rev: a3)
  unknown         : nVidia Corporation|CK804 Memory Controller [MEMORY_OTHER] (vendor:10de device:005e subv:1043 subd:815a) (rev: a3)
  hub             : Linux 2.6.38.8-desktop-10.mga ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
  hub             : Linux 2.6.38.8-desktop-10.mga ohci_hcd|OHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
  usbhid          : PixArt|USB Optical Mouse [Human Interface Device|Boot Interface Subclass|Mouse] (vendor:093a device:2510)


Partitions breakdown:

***** Mageia 1 x86_64 *****    ***** Mageia 1 i586 *****        ***** Mageia 2 x86_64 *****    	***** Mageia 2 i586 *****  
			       			     					       				     
  $ cat /proc/partitions	 $ cat /proc/partitions	     	$ cat /proc/partitions	       	$ cat /proc/partitions	     
  major minor  #blocks  name     major minor  #blocks  name   	major minor  #blocks  name     	major minor  #blocks  name   
			       			     					       				     
   8       16  117220824 sdb      8        0  199148544 sda 	   8       16  488386584 sdb   	   8        0   78150744 sda 
   8       17   58909331 sdb1     8        1   48122676 sda1	   8       17  200812468 sdb1  	   8        1   78140128 sda1
   8       18          1 sdb2     8        2   48122707 sda2	   8       18  281137500 sdb2  	   8       32  199148544 sdc 
   8       21   58306528 sdb5     8        3   48122707 sda3	   8       19    6434032 sdb3  	   8       33   48122676 sdc1
   8        0  199148544 sda      8        4          1 sda4	   8        0   78150744 sda   	   8       34   48122707 sdc2
   8        1   48122676 sda1     8        5   48122676 sda5	   8        1   78140128 sda1  	   8       35   48122707 sdc3
   8        2   48122707 sda2     8        6    6650878 sda6	   8       32  199148544 sdc   	   8       36          1 sdc4
   8        3   48122707 sda3     8       16  117220824 sdb 	   8       33   48122676 sdc1  	   8       37   48122676 sdc5
   8        4          1 sda4     8       17   58909331 sdb1	   8       34   48122707 sdc2  	   8       38    6650878 sdc6
   8        5   48122676 sda5     8       18          1 sdb2	   8       35   48122707 sdc3  	   8       48  117220824 sdd 
   8        6    6650878 sda6     8       21   58306528 sdb5	   8       36          1 sdc4  	   8       49   58909331 sdd1
   8       32   78150744 sdc      8       32   78150744 sdc 	   8       37   48122676 sdc5  	   8       50          1 sdd2
   8       33   78140128 sdc1     8       33   78140128 sdc1	   8       38    6650878 sdc6  	   8       53   58306528 sdd5
   8       48  488386584 sdd      8       48  488386584 sdd 	   8       48  117220824 sdd   	   8       16  488386584 sdb 
   8       49  200812468 sdd1     8       49  200812468 sdd1	   8       49   58909331 sdd1  	   8       17  200812468 sdb1
   8       50  281137500 sdd2     8       50  281137500 sdd2	   8       50          1 sdd2  	   8       18  281137500 sdb2
   8       51    6434032 sdd3     8       51    6434032 sdd3	   8       53   58306528 sdd5  	   8       19    6434032 sdb3




Create a new paste based on this one


Comments: