Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: OS Block Size - MS Windows NT

Re: OS Block Size - MS Windows NT

From: Gorm Larsen <gorm_larsen_at_vestjyde.dk>
Date: Mon, 21 Feb 2000 22:20:14 +0100
Message-ID: <MPG.131bca7acdd698c898969d@valhal>


In article <88s260$570_at_nnrp3.farm.idt.net>, tnoble_at_lawaudit.com says... > Maybe this is funny -- can anyone out there tell me what the default OS > Block size is in NT? Can it be changed? Where is this information?

Try to use CHKDSK on the drive.
Format /? gives:

Formats a disk for use with Windows NT.

FORMAT drive: [/FS:file-system] [/V:label] [/Q] [/A:size] [/C]
FORMAT drive: [/V:label] [/Q] [/F:size]
FORMAT drive: [/V:label] [/Q] [/T:tracks /N:sectors]
FORMAT drive: [/V:label] [/Q] [/1] [/4]
FORMAT drive: [/Q] [/1] [/4] [/8]


/FS:file-system Specifies the type of the file system (FAT or NTFS).
/V:label Specifies the volume label.
/Q Performs a quick format.
/C Files created on the new volume will be compressed by
default.
/A:size Overrides the default allocation unit size. Default
settings are strongly recommended for general use. NTFS supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K. FAT supports 8192, 16K, 32K, 64K, 128K, 256K. NTFS compression is not supported for allocation unit sizes above 4096.
/F:size Specifies the size of the floppy disk to format (160,
180, 320, 360, 720, 1.2, 1.44, 2.88, or 20.8).
/T:tracks Specifies the number of tracks per disk side.
/N:sectors Specifies the number of sectors per track.
/1 Formats a single side of a floppy disk.
/4 Formats a 5.25-inch 360K floppy disk in a
high-density drive.
/8 Formats eight sectors per track.

so you could probably use format /A:4096

--
Gorm Larsen Received on Mon Feb 21 2000 - 15:20:14 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US