Does USB Legacy have a 137GB limit?
Let's be clear above a few points
(1) XP without Service Pack 2 cannot see a hard disk beyond 137Gb. That has nothing to do with USB but just using a newer method addressing the hard disk. That makes me think a driver of some sort is involved.
(2) We could connect a USB hard disk as large as 500Gb. I have one on USB too myself (for storing iso images) so there should be no 137Gb limitation on USB hard disk "as far as the operating system is concern". It is possible too the operating system does it because it has drivers. We know older Linux kernels could not support USB devices because they had no drivers.
In my case when Grub is loaded and before a Linux is booted Grub reports that it cannot load certain partitions in a USB Pata disk. The partitions are all at the rear end beyond the 137Gb barrier. The partitions before the 137Gb barrier have been read by Grub and booting process initiated.
The Pata disk is fact is a clone of an existing Sata sdb, both identically 200Gb large, which has 15 partitions 14 of which are bootable (the remaining one is the extended partition which cannot be booted) when working as an internal disk. After cloning I removed the Sata and plugged the Pata in as a USB disk inherited the sdb status.
Out of the 14 partitions the 4 at the end are beyond the 137 Gb barrier cannot be mounted, according to Grub. Only one out of 10 actually boots succesfully. Two were MS systems which do not boot from a USB deviceany way. The remainder has kernel panic and the common error is "not syncing". This is a brutal attempt of trying to boot Linux from a USB device when the distros were original installed in an insternal Sata. I was interested to see what would happen if I boot them from a USB hard disk, knowing the settings are transferrable.
It is noteworthy to point out Grub can mount up to 63 partitions and beyond 137GB in any Pata when it is an internal disk. If the same Pata disk is hooked as a USB hard disk it automatically become a type simlar to SCSI/Sata using device name like sda, sdb etc. which cannot have more than 15 partitions. Therefore Grub knows how to read the same disk with different protocols according to the disk mounted internally or externally.
At run time Grub can boot an external hard disk only if the USB lagacy support in the mothboard has been enabled first, otherwise Grub can't even see the USB disk.
My question is it seems when Grub reads an external USB disk and has no access to an kernel and hence no driver available, it suffers the 137Gb limitation.
Is this true or has anyone had information to either prove it or disprove it?
I will try this USB disk on various motherboards to see if it is hardware specific.