Lines Matching refs:partition

1281 a partition and can use the file system on the disk as usual.
1285 Your F<C:> partition. Doesn't work under Windows 95. This allows
1286 you to read or write raw sectors of that partition and to use
1288 to the partition. Writing raw sectors and certain other operations
1292 physical drive that the partition is on so other processes can
1295 partition and B<does> prevent access to the file system on it. It
1297 on that partition.
1563 that hasn't been defined or a drive letter assigned to a partition
1573 An ordinary hard disk partition.
1872 Takes a partition type and returns whether that partition type is
1874 the operating system byte of a hard disk's DOS-compatible partition
1875 table [that is, a partition table for x86-based Win32, not, for
1886 Takes a partition type and returns whether that partition is a
1887 "container" partition that is supported under Win32, that is, whether
1888 it is an "extended" partition that can contain "logical" partitions.
2564 should only be used on a single-partition device like C<"//./C:">. Also,
2619 Request information about the size and geometry of the partition.
2632 offset of the partition, measured in bytes.
2636 The number of "hidden" sectors for this partition. Actually this is
2637 the number of sectors found prior to this partition, that is, the
2643 The sequence number of this partition. Partitions are numbered
2644 starting as C<1> [with "partition 0" meaning the entire disk].
2646 partition sequence number from how many partitions precede it on
2651 The type of partition. See the C<":PARTITION_"> export class for a
2657 C<1> for the active [boot] partition, C<0> otherwise.
2661 Whether this type of partition is support under Win32.
2665 Whether to update this partition information. This field is not used
2674 Change the type of the partition. C<$opOutBuf> should be C<[]>.
2676 which is just a single byte containing the new partition type [see
2731 Change the partition layout of the disk. C<$pOutBuf> should be C<[]>.
2748 To delete a partition, zero out all fields except for C<$bToRewrite>
2749 which should be set to C<1>. To add a partition, increment
2750 C<$cPartitions> and add the information for the new partition
3009 Constants describing partition types.