468x60 Ads

Format USB/Hardisk dari Windows Command Prompt

<p>Your browser does not support iframes.</p>
format partition windows
Melakukan partisi di Windows tidak mesti menggunakan GUI (Graphical User Interface) kita juga bisa melakukan partisi dengan menggunakan format.exe file bawaan windows. Caranya cukup mudah buka command prompt, lalu ketik perintah :

1format c:
dimana c: adalah drive yang mau di format, ganti c: dengan drive lain.
beberapa perintah tambahan yang bisa digunakan :
<p>Your browser does not support iframes.</p>
01volume          Specifies the drive letter (followed by a colon),
02                  mount point, or volume name.
03  /FS:filesystem  Specifies the type of the file system (FAT, FAT32, exFAT, NTFS, or UDF).
04  /V:label        Specifies the volume label.
05  /Q              Performs a quick format. Note that this switch overrides /P.
06  /C              NTFS only: Files created on the new volume will be compressed
07                  by default.
08  /X              Forces the volume to dismount first if necessary.  All opened
09                  handles to the volume would no longer be valid.
10  /R:revision     UDF only: Forces the format to a specific UDF version
11                  (1.02, 1.50, 2.00, 2.01, 2.50).  The default
12                  revision is 2.01.
13  /D              UDF 2.50 only: Metadata will be duplicated.
14  /A:size         Overrides the default allocation unit size. Default settings
15                  are strongly recommended for general use.
16                  NTFS supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K.
17                  FAT supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K,
18                  (128K, 256K for sector size > 512 bytes).
19                  FAT32 supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K,
20                  (128K, 256K for sector size > 512 bytes).
21                  exFAT supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K,
22                  128K, 256K, 512K, 1M, 2M, 4M, 8M, 16M, 32M.
23 
24                  Note that the FAT and FAT32 files systems impose the
25                  following restrictions on the number of clusters on a volume:
26 
27                  FAT: Number of clusters <= 65526
28                  FAT32: 65526 < Number of clusters < 4177918
29 
30                  Format will immediately stop processing if it decides that
31                  the above requirements cannot be met using the specified
32                  cluster size.
33 
34                  NTFS compression is not supported for allocation unit sizes
35                  above 4096.
36 
37  /F:size         Specifies the size of the floppy disk to format (1.44)
38  /T:tracks       Specifies the number of tracks per disk side.
39  /N:sectors      Specifies the number of sectors per track.
40  /P:passes       Zero every sector on the volume passes times. This switch is
41                  not valid with /Q
42  /S:state        Where "state" is either "enable" or "disable"
43                  Short names are enabled by default
untuk melakukan quick format (format cepat) tambahkan /q menjadi seperti :

1format c: /q


 sumber : http://blog.karo.or.id/tutorial/format-usbhardisk-dari-windows-command-prompt/

0 komentar:

Posting Komentar