1) you are mixing up two points: there is a filter mechanism to suppress GPT disks (instead of erroneously accessing them) and then, there is 48/64 bit LBA support
2) 48/64 bit LBA support: what that can also mean is that the newer 48/64 LBA commands of the command set are supported, simply because newer drives don't support older 32-bit LBA commands anymore. Still, in reality, only the lower 32-bit will be set, the upper bits would be zero. At least I had to do some such with USBMSD.ADD (that supported only some very old SCSI commands with 21-bit LBA support, I updated to newer commands with 32-bit LBA support, supported by the current generation of USB MSD devices). But David will know for sure.