Page 1 of 1

Partition ID's

Posted: Sun Jul 17, 2016 4:35 pm
by AlanD
I would appreciate knowing the preferred method for extracting the
partition ID's, to use when imaging only one partition on a drive with
multiple partitions?
e.g. 0x1, 0x2, 0x52, etc.

AlanD

Re: Partition ID's

Posted: Wed Jul 20, 2016 2:41 pm
by AlanD
On 2016-07-17 12:35 PM, AlanD wrote:
> I would appreciate knowing the preferred method for extracting the
> partition ID's, to use when imaging only one partition on a drive with
> multiple partitions?
> e.g. 0x1, 0x2, 0x52, etc.
>
> AlanD
>
>
Surely many of you very smart folks know the answer to this simple query.

Replies appreciated.

AlanD

Re: Partition ID's

Posted: Wed Jul 20, 2016 3:11 pm
by TeraByte Support(PP)
You can run the program and look at the ID's shown for the partitions. Or go all the way to the last step and use the "Show Command" button.

You can run the program from the command line using the "List" option. For example: imagew /l /d:0 > output.txt

You can create a .tbs script to list or obtain the ID's.

Re: Partition ID's

Posted: Wed Jul 20, 2016 11:09 pm
by AlanD
On 2016-07-20 11:11 AM, TeraByte Support (PP) wrote:
> You can run the program and look at the ID's shown for the partitions. Or go all the way to the last step and use the "Show Command" button.
>
> You can run the program from the command line using the "List" option. For example: imagew /l /d:0 > output.txt
>
> You can create a .tbs script to list or obtain the ID's.
>
>
thank you