[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [parted-devel] [parted 1.8.8] msdos label and file system corruption
From: |
Michael Reed |
Subject: |
Re: [parted-devel] [parted 1.8.8] msdos label and file system corruption issues with > 2TB disk |
Date: |
Tue, 29 Jan 2008 08:18:51 -0600 |
User-agent: |
Thunderbird 2.0.0.4 (X11/20070613) |
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 <address@hidden> wrote:
> ...
>> I also noticed that this problem also exists on the SGI label type, dvh.
>>
>> Perhaps an examination of the various supported partition types is in order
>> to impose this limitation on more than just msdos labels? A quick glance
>> (from linux/fs/partitions/*c) I see the following partition types which may
>> have a problem. I didn't check them all....
>>
>> sgi (confirmed to have a problem)
>> sun
>> mac
>>
>>
>> I tested this if clause against dvh labels and it appears to not break
>> anything.
>>
>> if (!(part->type & PED_PARTITION_METADATA)
>> && (strcmp (disk->type->name, "msdos") == 0
>> || strcmp (disk->type->name, "dvh") == 0)) {
>
> Thanks.
> I'm looking at adding at least dvh for now.
> However, I want to test it, too, of course.
>
> And that's not as simple, due to differences in how the
> existing dos-based test responds when I substitute dvh.
> I'll post an updated patch later in the week.
>
> I'd like to reuse the same exact testing code as used
> for dos partition tables, but that may not be feasible.
>
> _______________________________________________
> parted-devel mailing list
> address@hidden
> http://lists.alioth.debian.org/mailman/listinfo/parted-devel
>
>