I try to get all logical drives of a remote machine (WinNT or W2K) and
get a result, that gives me the expected total but not all expected drives.
Example:
[color=blue][color=green][color=darkred]
>>> win32net.NetSer verDiskEnum('no r1w020', 0) gives me:[/color][/color][/color]
([u'A:', u'', u'C:', u'', u'D:', u'', u'E:', u''], 8, 0)
while the machine has the local drives
A: C: D: E: F: G: H: Z:
A: - Floppy
Z: - CDROM
All others are harddisk partitions on two physical drives
Does anyone have an idea?
Thanks
Uwe
get a result, that gives me the expected total but not all expected drives.
Example:
[color=blue][color=green][color=darkred]
>>> win32net.NetSer verDiskEnum('no r1w020', 0) gives me:[/color][/color][/color]
([u'A:', u'', u'C:', u'', u'D:', u'', u'E:', u''], 8, 0)
while the machine has the local drives
A: C: D: E: F: G: H: Z:
A: - Floppy
Z: - CDROM
All others are harddisk partitions on two physical drives
Does anyone have an idea?
Thanks
Uwe
Comment