Re: Subject: [PATCH RFC] block: fix Amiga RDB partition support for disks >= 2 TB
From: Michael Schmitz <schmitzmic@gmail.com>
Date: 2018-06-29 09:07:44
Hi Geert, Am 29.06.18 um 20:51 schrieb Geert Uytterhoeven:
Hi Michael,quoted
Would MSDOS recognize the GPT partition as 'probably FAT', and attempt to use it?No idea... Probably some old Windows or MacOS versions will just suggest to format your "new" disk ;-)
Yep, that's what I'd expect. Windows even used to trash the LILO boot code in the MBR if you just happened to boot to it by accident. Did we complain?
But it's up to the person (which is not Linux) formatting the disk to not try to use it on systems that cannot handle it, and may destroy it.quoted
quoted
Let me clarify: what exactly would the kernel option allow? When to use it?Whether to use it if safe (on Linux). But whatever Linux does (after this patch), access will go to the right area of the disk (as specified by the RDB) so Linux won't any longer stomp on anything that would have mattered to 32 bit disk drivers. So it really should be safe.Personally, I see no reason to depend on a kernel option, if it is safe to use. Just use it.
So to recap - someone partitions a disk on AmigaOS 4.x, taking advantage of the large block device support there. Using that disk on AmigaOS 3.1, data loss ensues. Whether or not Linux (patched) ever touched the disk has no impact on that outcome. Right? Cheers, Michael
Gr{oetje,eeting}s,
Geert