W2K
Microsoft's NFI.exe utility (3.0.2093.1) offers CLI help which
includes:
= nfi NT-device-path physical-sector-number
Determines which volume a given physical sector on a drive is
within, and then which file on the volume it is in.
NT-device-path is the NT-style path to a physical device.
It must not include a partition specification.
Physical-sector-number is a decimal or 0x-prefixed hex
number, specifying a sector number relative to the physical
drive whose device path is given by NT-device-path.
=
The "NT-device-path is the NT-style path to a physical device."
is seeking what syntax/format? Expected strings such as
\device\harddisk0, physicaldrive0 and similar combinations fail as
do \ide\harddisk0 and \\.\ for more examples.
Can anyone supply the expected (by NFI) device path format?
Replies