Re: [email protected]

Johannes Koehler <[email protected]> Sun, 13 Mar 2022 09:01:23 -0000 (UTC)
Newsgroups alt.comp.os.linux
Organization MB-NET.NET for Open-News-Network e.V.
Message-ID <[email protected]>
On 2022-03-11, David W. Hodgins <[email protected]> wrote:
>> But... I went -fast- into flowing ground. I.e., I like to create more then
>> one gpt partition table at one device (hybrid mbr?).
>
> Would you try to create more than one master boot record on an mbr disk? Don't
> try to create more than one gpt partition table per device.

Would uefi handle more then one gpt table while booting? E.g. booting
diffrent efi grub bootloader partitions at one device? Thought about using 
hybrid mbr records with this more gpt tables...

>> The idea came into being... It was not possible to create more then three
>> [...]
>
> That doesn't make sense. How old is the software you're using?

Sry... Made a mistake on using sgdisk parameters.

> Hope the above helps. Feel free to ask if anything isn't clear.

When working with parted,sgdisk,gdisk,partx and wipefs there came
some questions into been:

Wipefs... Showing more then one label for an whole device with one
gpt tabled partition. (E.g. GPT and PBMR labels with an sector offset)
The sense would be, wipefs is showing gpt data instead of filesystem data 
like mentioned in the manpages?

Sector alignment... When i am using SI instead of EIC alignment 
then it would mind to align it to e.g. 2000 instead of 2048bytes?
Neither of the tools, provided by gnu and apple, let me change the
value with an result in the mode settings?

Sector size... I distinguiѕh between sector alignment value
and physical/logical sector size. Is there a possibility to set the
logical sector size? Because, btrfs takes raw devices, also. When
i create a software raid with btrfs, it should have the possiblity
to align the sectors on the fly. Then logical=physical sector size
should fasten the device I/O?

Thx and much values!
- kefko