Hey does anyone know how to triple partition a non-bootable USB with (Mac OS Extended, Journaled), (NTFS), and (Ext4) file systems for Windows 7/8/8.1?
I’ve tried this myself, but I can’t get it working.
It’s really weird. I can get it working fine for internal drives, but for external such as USB, it’s a completely different story.
Literally… Gparted (install all the filesystem tools/extensions you need for apple, windows and linux).
Create MBR partition table
Select first partition beginning sector and end or enter size… Create… format was you want… rinse and repeat for the next two.
This is very very trivial
Non-bootable means nothing. What makes a partition bootable is literally whether or not it has a bootloader on it with a boot flag
no he has not. and nor will he. its generic code that is system agnostic. if you dont want to use it dont. but he has provided a turn key solution for tripple formatting.
Based on the replies you’ve gotten so far, it’s clear the answer is: No. Nobody here knows how to do this.
The NTFS partition must be #1. Microsoft are bastards and Windows won’t read past the first partition on a removable device like USB.
Linux can not only read any partition you want, but it does a good job reading/writng NTFS, ExFat, etc. these days, so you may not need an Ext4 partition.
And there’s no reason it can’t be bootable. Recent versions of SysLinux & GRUB work fine on NTFS, and can boot Linux from it… Your Linux installer might not read from the NTFS partition as a source for installing the software after booting, but that depends on distro.
As an alternative way, consider using one UDF for all three OSes, using this script to make it fully compatible: