Exemple #1
0
 internal EBRPartition(IBMPartitionInformation info, EBR ebr)
 {
     Ebr    = ebr;
     Start  = info.StartLBA;
     Length = info.LengthLBA;
     //Identifier = info.PartitionType;
     blockDev = ebr.blockdevice;
 }
Exemple #2
0
 internal MBRPartition(IBMPartitionInformation info, MBR mbr)
 {
     Mbr    = mbr;
     Start  = info.StartLBA;
     Length = info.LengthLBA;
     //Identifier = info.PartitionType;
     blockDev = mbr.blockdevice;
 }