bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Ubuntu / GPT / PowerPC / troubles..


From: Space Ship Traveller
Subject: Ubuntu / GPT / PowerPC / troubles..
Date: Fri, 3 Jul 2009 09:08:01 +1200

I'm not sure if this is an issue or not, but I thought I would post here just in case :)

Here are my disks:

address@hidden:~# disktype /dev/sda

--- /dev/sda
Block device, size 931.5 GiB (1000204886016 bytes)
DOS/MBR partition map
Partition 1: 931.5 GiB (1000204885504 bytes, 1953525167 sectors from 1)
  Type 0xEE (EFI GPT protective)
GPT partition map, 128 entries
  Disk size 931.5 GiB (1000204886016 bytes, 1953525168 sectors)
  Disk GUID 9DA8DDE8-C30F-A846-BCD9-7010422D7618
Partition 1: 931.5 GiB (1000204851712 bytes, 1953525101 sectors from 34)
  Type Basic Data (GUID A2A0D0EB-E5B9-3344-87C0-68B6B72699C7)
  Partition Name "primary"
  Partition GUID 842FCC16-38E6-B949-B99D-DA2717B14A0B
Partition 2: unused

address@hidden:~# disktype /dev/sdc

--- /dev/sdc
Block device, size 298.1 GiB (320072933376 bytes)
Apple partition map, 4 entries
Partition 1: 31.50 KiB (32256 bytes, 63 sectors from 1)
  Type "Apple_partition_map"
Partition 2: 128 MiB (134217728 bytes, 262144 sectors from 64)
  Type "Apple_Boot"
Partition 3: 298.0 GiB (319938674688 bytes, 624880224 sectors from 262208)
  Type "Apple_HFSX"
Partition 4: 8 KiB (8192 bytes, 16 sectors from 625142432)
  Type "Apple_Free"
  Blank disk/medium
DOS/MBR partition map
Partition 1: 298.1 GiB (320070288384 bytes, 625137282 sectors from 63)
  Type 0x83 (Linux)
  XFS file system, version 4
    Volume name ""
    UUID 0C7AC78B-A29B-4ED7-9277-8996A11AE88C (DCE, v4)
Volume size 298.1 GiB (320070221824 bytes, 78142144 blocks of 4 KiB)

The bug:

This works fine:

address@hidden:~# parted /dev/sdc
GNU Parted 1.8.8
Using /dev/sdc
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: ST332062 0AS (scsi)
Disk /dev/sdc: 320GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End    Size   Type     File system  Flags
 1      32.3kB  320GB  320GB  primary  xfs

(parted) quit


This appears to fail:

address@hidden:~# parted /dev/sda
GNU Parted 1.8.8
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Backtrace has 9 calls on stack:
  9: /lib/libparted-1.8.so.10(ped_assert+0xb0) [0xff7ed40]
  8: /lib/libparted-1.8.so.10 [0xffc3c24]
  7: /lib/libparted-1.8.so.10(ped_disk_new+0xc4) [0xff88f84]
  6: parted [0x10007418]
  5: parted(command_run+0x1c) [0x1000542c]
  4: parted(interactive_mode+0x14c) [0x1000ef7c]
  3: parted(main+0xc4) [0x1000b654]
  2: /lib/libc.so.6 [0xfd4cbe4]
  1: /lib/libc.so.6 [0xfd4cda0]


You found a bug in GNU Parted! Here's what you have to do:

Don't panic! The bug has most likely not affected any of your data.
Help us to fix this bug by doing the following:

Check whether the bug has already been fixed by checking
the last version of GNU Parted that you can find at:

        http://ftp.gnu.org/gnu/parted/

Please check this version prior to bug reporting.

If this has not been fixed yet or if you don't know how to check,
please visit the GNU Parted website:

        http://www.gnu.org/software/parted

for further information.

Your report should contain the version of this release (1.8.8)
along with the error message below, the output of

        parted DEVICE unit co print unit s print

and the following history of commands you entered.
Also include any additional information about your setup you
consider important.

Assertion (last_usable_if_grown > first_usable) at ../../../libparted/ labels/gpt.c:900 in function _parse_header() failed.

Ignore/Cancel? Cancel
(parted) quit



I have no idea what is actually failing.

The odd thing is, I could create the partion map: mklabel gpt and mkpart provided the result I was after, but there were more errors at every step similar to the above error.

This is on Ubuntu 9.04 PowerPC.

Let me know if there is any other information I can provide.

Kind regards,
Samuel






reply via email to

[Prev in Thread] Current Thread [Next in Thread]