PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.win.server.setup > WinPE - what happens to filesystem in these scenarios
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
WinPE - what happens to filesystem in these scenarios

Réponse
 
LinkBack Outils de la discussion
Vieux 30/09/2008, 16h22   #1
James
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut WinPE - what happens to filesystem in these scenarios


1) If you boot into winPE and partition and format the drive, then run a cd
install of windows 2003 or 2008 and install on the existing, already
formatted partition, does the OS installation re-do or modify the
filesystem? change NTFS permissions?

2) same as question 1, but change cd install to applying a WIM image to the
already created and formatted partition... does the filesystem already
there, or the one in the WIM get used? or does the WIM not really have a
filesystem, but just a folder structure with ntfs permissions? and in that
case are those permissions 'merged' into the existing structure or do they
completely replace the existing structure?

need enlightenment on this... in the past I've done either cd installs and
used the OS setup program to partition and format or I have applied ghost
(sector based) images that already contain the formatting to a hard drive
for deploying servers... now that I've started using the WinPE environment
and wims these quesitons arise.


  Réponse avec citation
Vieux 01/10/2008, 21h44   #2
Darrell Gorter[MSFT]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut RE: WinPE - what happens to filesystem in these scenarios

Hello James.
| >1) If you boot into winPE and partition and format the drive, then run a
cd
| >install of windows 2003 or 2008 and install on the existing, already
| >formatted partition, does the OS installation re-do or modify the
| >filesystem? change NTFS permissions?
So you have a blank drive from the format, you install Windows Server 2003
or Windows Server 2008.
They will run NTFS.sys which is the NTFS driver, that enables features for
that versio of Windows.
It does not redo the entire file system.
The drive is blank so there are no NTFS permissions, the OS sets
permissions on the Windows folders and files.


| >
| >2) same as question 1, but change cd install to applying a WIM image to
the
| >already created and formatted partition... does the filesystem already
| >there, or the one in the WIM get used? or does the WIM not really have a
| >filesystem, but just a folder structure with ntfs permissions? and in
that
| >case are those permissions 'merged' into the existing structure or do
they
| >completely replace the existing structure?

The image is of the OS, not of the entire drive. So it it simply places
the files and folders on top of the existing file system.
There are no permissions on the drive since you just formatted it.
The permissions are on Windows Files and Folders and those come from the
image.
What would be there to be merged?


Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
| >From: "James" <noone@nowhere.com>
| >Subject: WinPE - what happens to filesystem in these scenarios
| >Date: Tue, 30 Sep 2008 10:22:31 -0400
| >Lines: 20
| >X-Priority: 3
| >X-MSMail-Priority: Normal
| >X-Newsreader: Microsoft Outlook Express 6.00.3790.3959
| >X-RFC2646: Format=Flowed; Original
| >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4133
| >Message-ID: <OqGw6fwIJHA.508@TK2MSFTNGP05.phx.gbl>
| >Newsgroups:
microsoft.public.windows.file_system,microsoft.pub lic.windows.server.setup
| >NNTP-Posting-Host: su-nat.int.smq.datapipe.net 64.106.131.250
| >Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP05.phx.gbl
| >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.setup:5139
microsoft.public.windows.file_system:3244
| >X-Tomcat-NG: microsoft.public.windows.server.setup
| >
| >
| >1) If you boot into winPE and partition and format the drive, then run a
cd
| >install of windows 2003 or 2008 and install on the existing, already
| >formatted partition, does the OS installation re-do or modify the
| >filesystem? change NTFS permissions?
| >
| >2) same as question 1, but change cd install to applying a WIM image to
the
| >already created and formatted partition... does the filesystem already
| >there, or the one in the WIM get used? or does the WIM not really have a
| >filesystem, but just a folder structure with ntfs permissions? and in
that
| >case are those permissions 'merged' into the existing structure or do
they
| >completely replace the existing structure?
| >
| >need enlightenment on this... in the past I've done either cd installs
and
| >used the OS setup program to partition and format or I have applied
ghost
| >(sector based) images that already contain the formatting to a hard
drive
| >for deploying servers... now that I've started using the WinPE
environment
| >and wims these quesitons arise.
| >
| >
| >

  Réponse avec citation
Vieux 01/10/2008, 23h42   #3
James
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: WinPE - what happens to filesystem in these scenarios

thank you so much for the reply Darrell.

1) In both cases as far as what permissions are there after a format I was
thinking of permissions on the root of the drive? I assumed after a format
using /fs:ntfs the root of the drive had some default permissions
assigned.?.. which may potentially get inherited by other folders/files that
get put on the drive? Please confirm this is incorrect...which I'm now
assuming.

2) from your comment I'm thinking there is a seperation between the
'structure' of the filesystem and the 'logic' that is used to work with it?
With formating laying down the structure and the ntfs.sys driver being the
logic... this may clear up another question of mine: If I prepare a drive
within winPE, paritioning and formating using diskpart and format.com, can I
install win2k, 2k3, or 2k8 with no issues? (structure same, logic (ntfs.sys)
different)


""Darrell Gorter[MSFT]"" <Darrellg@online.microsoft.com> wrote in message
news:ya8tS4$IJHA.5824@TK2MSFTNGHUB02.phx.gbl...
> Hello James.
> | >1) If you boot into winPE and partition and format the drive, then run
> a
> cd
> | >install of windows 2003 or 2008 and install on the existing, already
> | >formatted partition, does the OS installation re-do or modify the
> | >filesystem? change NTFS permissions?
> So you have a blank drive from the format, you install Windows Server 2003
> or Windows Server 2008.
> They will run NTFS.sys which is the NTFS driver, that enables features for
> that versio of Windows.
> It does not redo the entire file system.
> The drive is blank so there are no NTFS permissions, the OS sets
> permissions on the Windows folders and files.
>
>
> | >
> | >2) same as question 1, but change cd install to applying a WIM image to
> the
> | >already created and formatted partition... does the filesystem already
> | >there, or the one in the WIM get used? or does the WIM not really have
> a
> | >filesystem, but just a folder structure with ntfs permissions? and in
> that
> | >case are those permissions 'merged' into the existing structure or do
> they
> | >completely replace the existing structure?
>
> The image is of the OS, not of the entire drive. So it it simply places
> the files and folders on top of the existing file system.
> There are no permissions on the drive since you just formatted it.
> The permissions are on Windows Files and Folders and those come from the
> image.
> What would be there to be merged?
>
>
> Thanks,
> Darrell Gorter[MSFT]
>
> This posting is provided "AS IS" with no warranties, and confers no rights
> --------------------
> | >From: "James" <noone@nowhere.com>
> | >Subject: WinPE - what happens to filesystem in these scenarios
> | >Date: Tue, 30 Sep 2008 10:22:31 -0400
> | >Lines: 20
> | >X-Priority: 3
> | >X-MSMail-Priority: Normal
> | >X-Newsreader: Microsoft Outlook Express 6.00.3790.3959
> | >X-RFC2646: Format=Flowed; Original
> | >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4133
> | >Message-ID: <OqGw6fwIJHA.508@TK2MSFTNGP05.phx.gbl>
> | >Newsgroups:
> microsoft.public.windows.file_system,microsoft.pub lic.windows.server.setup
> | >NNTP-Posting-Host: su-nat.int.smq.datapipe.net 64.106.131.250
> | >Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP05.phx.gbl
> | >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.setup:5139
> microsoft.public.windows.file_system:3244
> | >X-Tomcat-NG: microsoft.public.windows.server.setup
> | >
> | >
> | >1) If you boot into winPE and partition and format the drive, then run
> a
> cd
> | >install of windows 2003 or 2008 and install on the existing, already
> | >formatted partition, does the OS installation re-do or modify the
> | >filesystem? change NTFS permissions?
> | >
> | >2) same as question 1, but change cd install to applying a WIM image to
> the
> | >already created and formatted partition... does the filesystem already
> | >there, or the one in the WIM get used? or does the WIM not really have
> a
> | >filesystem, but just a folder structure with ntfs permissions? and in
> that
> | >case are those permissions 'merged' into the existing structure or do
> they
> | >completely replace the existing structure?
> | >
> | >need enlightenment on this... in the past I've done either cd installs
> and
> | >used the OS setup program to partition and format or I have applied
> ghost
> | >(sector based) images that already contain the formatting to a hard
> drive
> | >for deploying servers... now that I've started using the WinPE
> environment
> | >and wims these quesitons arise.
> | >
> | >
> | >
>



  Réponse avec citation
Vieux 02/10/2008, 02h07   #4
Darrell Gorter[MSFT]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: WinPE - what happens to filesystem in these scenarios

Hello James,
Yes the root of the drive will have permissions on it after the
installation, as part of the OS installation permissions will be set on the
root of the drive.
Sorry wasn't thinking about the root folder.

Yes you should be able to install Windows 2000 Server, Windows Server 2003
or Windows Server 2008.
Each should work with NTFS file system, there should be no issues.

Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
| >From: "James" <noone@nowhere.com>
| >References: <OqGw6fwIJHA.508@TK2MSFTNGP05.phx.gbl>
<ya8tS4$IJHA.5824@TK2MSFTNGHUB02.phx.gbl>
| >Subject: Re: WinPE - what happens to filesystem in these scenarios
| >Date: Wed, 1 Oct 2008 17:42:37 -0400
| >Lines: 113
| >X-Priority: 3
| >X-MSMail-Priority: Normal
| >X-Newsreader: Microsoft Outlook Express 6.00.3790.3959
| >X-RFC2646: Format=Flowed; Original
| >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4133
| >Message-ID: <#BjGi6AJJHA.3644@TK2MSFTNGP05.phx.gbl>
| >Newsgroups: microsoft.public.windows.server.setup
| >NNTP-Posting-Host: su-nat.int.smq.datapipe.net 64.106.131.250
| >Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP05.phx.gbl
| >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.setup:5147
| >X-Tomcat-NG: microsoft.public.windows.server.setup
| >
| > thank you so much for the reply Darrell.
| >
| >1) In both cases as far as what permissions are there after a format I
was
| >thinking of permissions on the root of the drive? I assumed after a
format
| >using /fs:ntfs the root of the drive had some default permissions
| >assigned.?.. which may potentially get inherited by other folders/files
that
| >get put on the drive? Please confirm this is incorrect...which I'm now
| >assuming.
| >
| >2) from your comment I'm thinking there is a seperation between the
| >'structure' of the filesystem and the 'logic' that is used to work with
it?
| >With formating laying down the structure and the ntfs.sys driver being
the
| >logic... this may clear up another question of mine: If I prepare a
drive
| >within winPE, paritioning and formating using diskpart and format.com,
can I
| >install win2k, 2k3, or 2k8 with no issues? (structure same, logic
(ntfs.sys)
| >different)
| >
| >
| >""Darrell Gorter[MSFT]"" <Darrellg@online.microsoft.com> wrote in
message
| >news:ya8tS4$IJHA.5824@TK2MSFTNGHUB02.phx.gbl...
| >> Hello James.
| >> | >1) If you boot into winPE and partition and format the drive, then
run
| >> a
| >> cd
| >> | >install of windows 2003 or 2008 and install on the existing, already
| >> | >formatted partition, does the OS installation re-do or modify the
| >> | >filesystem? change NTFS permissions?
| >> So you have a blank drive from the format, you install Windows Server
2003
| >> or Windows Server 2008.
| >> They will run NTFS.sys which is the NTFS driver, that enables features
for
| >> that versio of Windows.
| >> It does not redo the entire file system.
| >> The drive is blank so there are no NTFS permissions, the OS sets
| >> permissions on the Windows folders and files.
| >>
| >>
| >> | >
| >> | >2) same as question 1, but change cd install to applying a WIM
image to
| >> the
| >> | >already created and formatted partition... does the filesystem
already
| >> | >there, or the one in the WIM get used? or does the WIM not really
have
| >> a
| >> | >filesystem, but just a folder structure with ntfs permissions? and
in
| >> that
| >> | >case are those permissions 'merged' into the existing structure or
do
| >> they
| >> | >completely replace the existing structure?
| >>
| >> The image is of the OS, not of the entire drive. So it it simply
places
| >> the files and folders on top of the existing file system.
| >> There are no permissions on the drive since you just formatted it.
| >> The permissions are on Windows Files and Folders and those come from
the
| >> image.
| >> What would be there to be merged?
| >>
| >>
| >> Thanks,
| >> Darrell Gorter[MSFT]
| >>
| >> This posting is provided "AS IS" with no warranties, and confers no
rights
| >> --------------------
| >> | >From: "James" <noone@nowhere.com>
| >> | >Subject: WinPE - what happens to filesystem in these scenarios
| >> | >Date: Tue, 30 Sep 2008 10:22:31 -0400
| >> | >Lines: 20
| >> | >X-Priority: 3
| >> | >X-MSMail-Priority: Normal
| >> | >X-Newsreader: Microsoft Outlook Express 6.00.3790.3959
| >> | >X-RFC2646: Format=Flowed; Original
| >> | >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4133
| >> | >Message-ID: <OqGw6fwIJHA.508@TK2MSFTNGP05.phx.gbl>
| >> | >Newsgroups:
| >>
microsoft.public.windows.file_system,microsoft.pub lic.windows.server.setup
| >> | >NNTP-Posting-Host: su-nat.int.smq.datapipe.net 64.106.131.250
| >> | >Path:
TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP05.phx.gbl
| >> | >Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.windows.server.setup:5139
| >> microsoft.public.windows.file_system:3244
| >> | >X-Tomcat-NG: microsoft.public.windows.server.setup
| >> | >
| >> | >
| >> | >1) If you boot into winPE and partition and format the drive, then
run
| >> a
| >> cd
| >> | >install of windows 2003 or 2008 and install on the existing, already
| >> | >formatted partition, does the OS installation re-do or modify the
| >> | >filesystem? change NTFS permissions?
| >> | >
| >> | >2) same as question 1, but change cd install to applying a WIM
image to
| >> the
| >> | >already created and formatted partition... does the filesystem
already
| >> | >there, or the one in the WIM get used? or does the WIM not really
have
| >> a
| >> | >filesystem, but just a folder structure with ntfs permissions? and
in
| >> that
| >> | >case are those permissions 'merged' into the existing structure or
do
| >> they
| >> | >completely replace the existing structure?
| >> | >
| >> | >need enlightenment on this... in the past I've done either cd
installs
| >> and
| >> | >used the OS setup program to partition and format or I have applied
| >> ghost
| >> | >(sector based) images that already contain the formatting to a hard
| >> drive
| >> | >for deploying servers... now that I've started using the WinPE
| >> environment
| >> | >and wims these quesitons arise.
| >> | >
| >> | >
| >> | >
| >>
| >
| >
| >

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 05h11.


Édité par : vBulletin® version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,16441 seconds with 12 queries