bug-parted
[Top][All Lists]
Advanced

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

Please test GNU Parted's Mac support


From: Andrew Clausen
Subject: Please test GNU Parted's Mac support
Date: Fri, 22 Sep 2000 02:01:34 +1100

Hi all,

I would be very happy if a few of you went over Parted's Mac
partition map support :-)

ftp://ftp.gnu.org/gnu/parted/devel/parted-1.4.0-pre1.tar.gz

There are some things it can't do, that it should be able to do,
like "blessing" boot partitions... so, I need to figure out how
to document this stuff.  Since I don't have a ppc box, I'd
appreciate comments to help me write the docs...

Also: is there a special system name that is used to identify
RAID and LVM partitions?

Thanks!
Andrew Clausen
>From address@hidden Mon Sep 25 14:47:21 2000
Received: from postfix1.free.fr ([212.27.32.21])
        by fencepost.gnu.org with smtp (Exim 3.16 #1 (Debian))
        id 13ddHc-0001O9-00; Mon, 25 Sep 2000 14:47:21 -0400
Received: from damien (poitiers-55-227.dial.proxad.net [213.228.55.227])
        by postfix1.free.fr (Postfix) with SMTP
        id 9E8BD28166; Mon, 25 Sep 2000 20:47:16 +0200 (MEST)
Message-ID: <address@hidden>
From: "Damien Genet" <address@hidden>
To: "Andrew Clausen" <address@hidden>
Cc: "bug-parted" <address@hidden>
References: <address@hidden> <address@hidden> <address@hidden> <address@hidden> 
<address@hidden>
Subject: Re: [Bug-parted] Re: parted 1.3.x errata
Date: Mon, 25 Sep 2000 19:50:22 +0200
MIME-Version: 1.0
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Sender: address@hidden
Errors-To: address@hidden
X-BeenThere: address@hidden
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:address@hidden>
List-Post: <mailto:address@hidden>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/bug-parted>, 
<mailto:address@hidden>
List-Id: Bug reports for the GNU Parted disk partition editor 
<bug-parted.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/bug-parted>, 
<mailto:address@hidden>
List-Archive: http://mail.gnu.org/pipermail/bug-parted/

Salut,

Damien Genet wrote:
> Andrew Clausen wrote:
> > I've got another idea: when you're asking the user about adding a
> > partition, you actually ADD the partition (ped_disk_add_partition)
> > from the beginning.
> >
> > When the user changes what fs type they want, you call
> > ped_partition_set_system() immediately.
> >
> > Then, you can get flags, etc.
> >
> > This is much cleaner, and was subconsciously what I was thinking
> > about for PedDisk, anyway.
>
> Ok, I'll do this, and I will call ped_disk_add_partition(), only if the
user
> click on OK button, otherwise I will destroy PedPartition, this seems to
> be a good Idea.

I also would like to use this approach for changing properties (and so
partition file-system type) of existing partitions (same problem : need
to know what flags are available), but I must then duplicate a partition
with all its properties.
Is it possible without using something like memcpy() ?
- because I'm not sure this is a good Idea -
Or maybe I should save original file-system type elsewhere.
- and so only file-system type changes wil be applied directly, and no
ohter changes, this is a bit incosistent -.

I'm porting Gtk-Parted to parted-1.3.x (now 1.4.x), and it's takes me
a lot of work - hollydays are also ended :'( -,
but I think now most is done :)

Thanks,
Dam




reply via email to

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