Difference between revisions of "Partitioning"
From Novicorp WinToFlash [The Bootable USB Creator] WiKi
(Created page with "== USB-HDD == Partition scheme for BIOS or UEFI with Master Boot Record and single partition starts from sector 64 in the first partition record of the partition table == USB...") |
(→Partitioning Comparison) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 35: | Line 35: | ||
|3 | |3 | ||
|3 | |3 | ||
− | | | + | | |
|- | |- | ||
− | |First Partition Sector LBA | + | |First Partition Sector, LBA |
|64 | |64 | ||
+ | |256 | ||
|64 | |64 | ||
|256 | |256 | ||
− | | | + | | |
− | |||
|- | |- | ||
− | |First Partition Sector CHS | + | |First Partition Sector, CHS |
− | |0 1 1 | + | |0/1/1 |
− | |0 | + | |0/4/5 |
− | |0 | + | |0/1/1 |
− | |0 4 5 | + | |0/4/5 |
− | | | + | | |
|} | |} |
Latest revision as of 12:51, 23 May 2017
USB-HDD
Partition scheme for BIOS or UEFI with Master Boot Record and single partition starts from sector 64 in the first partition record of the partition table
USB-HDD/256
Partition scheme for BIOS or UEFI with Master Boot Record and single partition starts from sector 256 in the first partition record of the partition table
USB-HDD+
Partition scheme for BIOS or UEFI with Master Boot Record and single partition starts from sector 64 in the last partition record of the partition table
USB-HDD+/256
Partition scheme for BIOS or UEFI with Master Boot Record and single partition starts from sector 256 in the last partition record of the partition table
USB-ZIP
Partition scheme for BIOS or UEFI without Master Boot Record and single partition beginning from the 1st sector of the media
Partitioning Comparison
USB-HDD | USB-HDD/256 | USB-HDD+ | USB-HDD+/256 | USB-ZIP | |
---|---|---|---|---|---|
MBR presents | Yes | Yes | Yes | Yes | No |
Partition location, ID | 0 | 0 | 3 | 3 | |
First Partition Sector, LBA | 64 | 256 | 64 | 256 | |
First Partition Sector, CHS | 0/1/1 | 0/4/5 | 0/1/1 | 0/4/5 |