Doesn’t SharedUserData->NtSystemRoot point to windows dir anymore? In what circumstances?
In my configuration I observe SharedUserData->NtSystemRoot = c:\windows
(\device\HarddiskVolume2), but Vista was installed in g:\windows
(\device\HarddiskVolume6)…
Doesn’t SharedUserData->NtSystemRoot point to windows dir anymore? In what circumstances?
In my configuration I observe SharedUserData->NtSystemRoot = c:\windows
(\device\HarddiskVolume2), but Vista was installed in g:\windows
(\device\HarddiskVolume6)…
Merging two threads here, I did a search for NtSystemRoot and came up
with a source file in ReactOS that sets this value. Interestingly, they
hard code the drive letter to “c:”.
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.
In my configuration I observe SharedUserData->NtSystemRoot = c:\windows
(\device\HarddiskVolume2), but Vista was installed in g:\windows
(\device\HarddiskVolume6)…
Could this be a side effect of Vista File System Virtualization?
If Vista or 2008 OS is installed on the machine for the first time (i.e.
this installs bootmgr) - then it always marks its SystemRoot as C:, and the
first partition on the first disk (where bootmgr lives) - as D:.
This is very much unlikely pre-Vista Windows, where first partition remains
C: and the new drive letter is invented for SystemRoot of the new OS.
“Hagen Patzke” wrote in message news:xxxxx@ntdev… > Eugene Lomovsky wrote: > > In my configuration I observe SharedUserData->NtSystemRoot = c:\windows > > (\device\HarddiskVolume2), but Vista was installed in g:\windows > > (\device\HarddiskVolume6)… > > Could this be a side effect of Vista File System Virtualization? > > See: http://technet.microsoft.com/en-us/magazine/cc138019.aspx >
If Vista or 2008 OS is installed on the machine for the first time (i.e.
this installs bootmgr) - then it always marks its SystemRoot as C:, and the
first partition on the first disk (where bootmgr lives) - as D:.
Thanks, Maxim - I forgot to consider Vistas drive “re-shuffling”.
‘And the Win6 installer spoke “Let there be C:\WINDOWS”.’