3 Eylül 2013 Salı

How to use DISKPART command

Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\Documents and Settings\tmerdan>diskpart
Microsoft DiskPart version 5.2.3790.3959
Copyright (C) 1999-2001 Microsoft Corporation.
On computer: TEST

DISKPART> list volume
  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     C                NTFS   Partition     50 GB  Healthy    System
  Volume 1     D                NTFS   Partition     70 GB  Healthy    Pagefile
  Volume 2     E                       DVD-ROM         0 B  Healthy
  Volume 3     F   New Volume   NTFS   Partition    150 GB  Healthy

DISKPART> select volume 3
Volume 3 is the selected volume.

DISKPART> list volume
  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     C                NTFS   Partition     50 GB  Healthy    System
  Volume 1     D                NTFS   Partition     70 GB  Healthy    Pagefile
  Volume 2     E                       DVD-ROM         0 B  Healthy
* Volume 3     F   New Volume   NTFS   Partition    150 GB  Healthy

DISKPART> extend
DiskPart successfully extended the volume.

DISKPART> list volume
  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     C                NTFS   Partition     50 GB  Healthy    System
  Volume 1     D                NTFS   Partition     70 GB  Healthy    Pagefile
  Volume 2     E                       DVD-ROM         0 B  Healthy
* Volume 3     F   New Volume   NTFS   Partition    170 GB  Healthy
DISKPART>

Hiç yorum yok:

Yorum Gönder

Windows Server IIS üzerinden hizmet veren bir FTP servisine erişmek istediğimizde;  Internet Explorer, FileZilla vb. uygulamalar ile erişim ...