Displaying 2 results from an estimated 2 matches for "partitionnumber".
2010 Sep 18
1
find bug:syslinux.exe
...Name[128];
sprintf(driveName, "\\\\.\\PHYSICALDRIVE%d", driveNum);
==========================
It need a drive num!!! It get it from function :
==========================
STORAGE_DEVICE_NUMBER sdn;
if (GetStorageDeviceNumberByHandle(d_handle, &sdn)) {
if (!FixMBR(sdn.DeviceNumber, sdn.PartitionNumber, opt.install_mbr,
opt.activate_partition)) {
==========================
function:
==========================
BOOL GetStorageDeviceNumberByHandle(HANDLE handle,
const STORAGE_DEVICE_NUMBER * sdn)
{
BOOL result = FALSE;
DWORD count;
if (DeviceIoControl(handle, IOCTL_STORAGE_GET_DEVICE_NUMBER, NULL,...
2009 Aug 27
2
missing .dovecot.lda-dupes file in LDAP/virtual user environment
Hi,
I'm running a postfix/dovecot/ldap setup and it works quite fine. I am now
trying to setup a global sieve script to forward all incoming mails to a
local user for vacation management (gnarwl). I can't user the vacation
extension of the sieve script itself because it is not configurable enough
(each user has his vacation message and status stored in LDAP).
The problem is that when