pyparted - change PedPartition's native_type attribute?

2008-01-29 Thread George Goh
Hi, I'm using pyparted 1.8.5 and I'm trying to change the native_type attribute of a PedPartition object as follows: >>> import parted >>> sda = parted.PedDevice.get('/dev/sda') >>> d = parted.PedDisk.new(sda) >>> sda1 = d.get_partition(1) >>> sda1.native_type 131 >>> sda1.native_type = 0x8e Tr

Re: [parted-devel] [parted 1.8.8] msdos label and file system corruption issues with > 2TB disk

2008-01-29 Thread Jim Meyering
Michael Reed <[EMAIL PROTECTED]> wrote: > How is your work proceeding? Is there anything I can help with? > I'd like to forward these fixes on to several distros of interest Hi Michael, It was suspended. I expect to complete it this week. ___ bug

Re: [parted-devel] [parted 1.8.8] msdos label and file system corruption issues with > 2TB disk

2008-01-29 Thread Michael Reed
How is your work proceeding? Is there anything I can help with? I'd like to forward these fixes on to several distros of interest Thanks, Mike Jim Meyering wrote: > Michael Reed <[EMAIL PROTECTED]> wrote: > ... >> I also noticed that this problem also exists on the SGI label type, dvh. >>