bug-parted
[Top][All Lists]
Advanced

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

Re: Parted 1.5.1-pre1


From: Andrew Clausen
Subject: Re: Parted 1.5.1-pre1
Date: Thu, 01 Feb 2001 10:28:26 -0200

Ben Collins wrote:
> Is there much desire (other than mine :) for a mechanism to save the
> partition table to disk (in some simple plain text format)? Seems it
> would be nice to recreate a corrupt partition table using a backup
> (other than dd'ing the first few sectors).

Added to TODO...

It sounds like a lot of bureaucracy, so I doubt I'll be doing it
soon.  But I'm accepting patches ;-)

I'm sorry, I've just spent to much time this week doing:

        vi disk_*.c
        [apply something that could almost be a regular expression
         100 times]

I envisage something like:

        add to PedDiskOps:

        int (*write_to_stream) (const PedDisk* disk, FILE* stream);
        PedDisk* (*read_from_stream) (FILE* stream);

Andrew Clausen



reply via email to

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