Re: Printing RDB partition table
David Brownlee <[email protected]> Fri, 8 Oct 2021 19:16:04 +0100
| Newsgroups | gmane.os.netbsd.ports.amiga |
|---|---|
| Message-ID | <CAGN_6pZKjYngZizhSX2MUx_f57XmMAdJp-ScBn8muq54HesxQA@mail.gmail.com> |
On Sun, 3 Oct 2021 at 18:05, Carlos Milán Figueredo <[email protected]> wrote: > > Hi, > > From: [email protected] <[email protected]> On > Behalf Of Dirk Heinrichs > Sent: sábado, 2 de octubre de 2021 15:30 > > But there's a native Linux tool (amiga-fdisk). Any chance this could be > > used? > > Wouldn't be easier to extract the code from sysinst? As I told, the Amiga installer already lists Amiga RDB partitions with they mapping to the /dev/ file. As Micheal mentioned - sysinst does not have any RDB code - it just relies on the disklabel returned from the kernel, and the kernel has code to convert an RDB map to a disklabel. So you can see the result of that directly with 'disklabel sd0' (or similar) On Fri, 1 Oct 2021 at 06:48, Michael van Elst <[email protected]> wrote: > N.B. I created a simple RDB editor for NetBSD, but it is not that userfriendly. Any chance it could be imported - there is still a significant win going from "no tool" to "unfriendly tool". It can't be much less friendly than gpt :-p :-p David