Tuesday, December 15, 2009

How Much Should I Pay For A Sprinkler System

installation disks prepared with the powerful tool diskpart

The installer of Windows 7 may be simple, provides professionals in preparing the disks but little configuration options. With this trick to work around the limited partitioning tool.

console during the installation: The key combination [SHIFT] + [F10] no problem.
Those who know the key combination [SHIFT] + [F10], must not give in to the Windows installation on comfort. The shortcut will open at any time during installation, a console with administrator privileges. It is even possible to open multiple consoles and use [ALT] + [TAB] to cycle through the windows. Especially in the preparation of disks for the Windows installation is located, the console, because it allows access to the powerful tool diskpart to create the disks you extend, delete, and even smaller can.

Open during installation with [SHIFT] + [F10], a console and type diskpart command followed by [ENTER]. Typing help gives an overview of the available commands of the tool. As an example, we show how to reduce an existing drive in order to bring it about on a computer occupied space for a Windows 7 installation.


Einzige Partition verkleinern
Der Befehl list disk zeigt eine Liste der vorhandenen Datenträger. In unserem Fall steht nur ein Datenträger mit 50 GByte Speicherplatz zur Verfügung. Mit sel disk #nummer teilen Sie DiskPart mit, dass Sie den Datenträger #nummer bearbeiten wollen; in unserem Beispiel Datenträger 0. Bei vielen Datenträgern hilft der Befehl detail disk mit ausführlichen Datenträger-Informationen bei der Identifikation.

list vol listet die auf dem selektierten Datenträger vorhandenen Partitionen auf. Neben dem vom System reservierten Bereich zeigt uns DiskPart hier nur eine Partition mit 49 GByte Speicher an, die von einem anderen Windows-System belegt sein könnte. Daher wollen wir die Partition zoom out to make way for Windows 7. With sel vol 2, we select the partition to edit. The command shrink desired = 20000 attempt to partition the given number to shrink in MB; with us about 19 GB. After successful reduction leads the partition lis vol 2 now only 30 GB.


Format: An example with diskpart.

may be harvested in the free hard disk space you now create using the partitioning tool in the installer or by diskpart and format a new volume. When formatting diskpart is again at an advantage because it supports the award of a label that allows the Partition is easier to see. The command format fs = ntfs label = "Windows 7" quick format the selected volume would about the file system is NTFS and the identifier of Windows 7 (quick format).

0 comments:

Post a Comment