179180181182183184185186
public void removePartition(long offset) throws Exception { checkSelectedDevice(); selectedDevice.removePartition(offset); cmdProcessor.addCommand(new RemovePartitionCommand((IDEDevice) selectedDevice.getDevice(), 0)); // TODO set parameters }