I have done a bunch of reading. The best reference I can find is here:
https://www.ibm.com/developerworks/library/l-gpt/index.htmlThe author of this is behind gdisk. I have found gdisk for tinycore. However, I am still only seeing part of the drive in gdisk:
root@box:/opt# gdisk /dev/sdb
GPT fdisk (gdisk) version 0.8.7
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Command (? for help): p
Disk /dev/sdb: 3131110576 sectors, 1.5 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): B0D2A86A-4A97-4ABE-AD8F-6A33BF429E04
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 3131110542
Partitions will be aligned on 2048-sector boundaries
Total free space is 2014 sectors (1007.0 KiB)
Number Start (sector) End (sector) Size Code Name
1 2048 3131110542 1.5 TiB 8300 Linux filesystem
Command (? for help):
And this is a 6 TiB disk. I can not been able to find CHS info on it yet. This is amazingly frustrating only because I thought the longest phase of this was going to be copying everything, not getting the disk set up!
Does anybody know if EFI GUID Partition Support in the Partition Types area of the Enable the Block Layer configuration area if the kernel options is turned on in tinycore (32 bit)?