Comment 15 for bug 1220165

Revision history for this message
Erick Brunzell (lbsolost) wrote : Re: Error reading xfs partitions

In order to prove that this is not just an XFS problem I filed a new bug #1231710 and here's what I started with:

lance@lance-desktop:~$ sudo parted -l
[sudo] password for lance:
Model: ATA WDC WD800BB-63JK (scsi)
Disk /dev/sda: 80.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
 1 1049kB 57.6GB 57.6GB primary ext4 boot
 2 57.6GB 80.0GB 22.4GB extended
 6 57.6GB 77.9GB 20.3GB logical ext4
 5 77.9GB 80.0GB 2136MB logical linux-swap(v1)

lance@lance-desktop:~$ sudo blkid
/dev/sda1: UUID="9f906d04-f024-4834-be4d-c833a8149667" TYPE="ext4"
/dev/sda5: UUID="da2d5705-2cb2-4f58-ad81-32b7bd6def81" TYPE="swap"
/dev/sda6: UUID="d9a3994a-233b-43bf-b251-cc21a894260b" TYPE="ext4"

Now, to be perfectly clear, that was a dual-boot of two Lubuntu i386 20130925 images. I tested both before proceeding and they both booted and performed as expected, but I know from personal experience that this also effects Ubuntu GNOME 20130926 images - both i386 and amd64.

Please let me know what other info I can provide.