How can I find out the cluster size on an NTFS disk

B

Bo Berglund

When I format a new disk to NTFS I am being asked for the cluster
size. Usually I set this to 4096 but some disks seem to have different
sizes.
Now I wonder how I can investigate the cluster size property on a
disk? The disk properties say nothing about this....


Bo Berglund
bo.berglund(at)nospam.telia.com
 
D

DatabaseBen

Bo Berglund said:
When I format a new disk to NTFS I am being asked for the cluster
size. Usually I set this to 4096 but some disks seem to have different
sizes.
Now I wonder how I can investigate the cluster size property on a
disk? The disk properties say nothing about this....


Bo Berglund
bo.berglund(at)nospam.telia.com
 
D

DatabaseBen

if i'm not mistaken you can
simply run chkdsk from a
command window and it
will provide the stats.
 
N

Nepatsfan

Bo Berglund said:
When I format a new disk to NTFS I am being asked for the
cluster size. Usually I set this to 4096 but some disks seem
to have different sizes.
Now I wonder how I can investigate the cluster size property
on a disk? The disk properties say nothing about this....


Bo Berglund
bo.berglund(at)nospam.telia.com

From a command prompt (Start -> Run -> cmd.exe), enter the
following,

fsutil fsinfo ntfsinfo C:

Look under "Bytes per cluster". Change the drive letter as
needed.

Good luck

Nepatsfan
 
C

Chris May

| if i'm not mistaken you can
| simply run chkdsk from a
| command window and it
| will provide the stats.

You're correct. That will report the number of bytes per allocation unit. 4096
(4KB) is the max and is the best size to keep fragmenting to a minimum.

ChrisM
 
B

Bo Berglund

From a command prompt (Start -> Run -> cmd.exe), enter the
following,

fsutil fsinfo ntfsinfo C:

Look under "Bytes per cluster". Change the drive letter as
needed.

Thanks,
this was what I was looking for. I just wanted to check that I did not
use too small clusters...


Bo Berglund
bo.berglund(at)nospam.telia.com
 
N

Nepatsfan

Bo Berglund said:
Thanks,
this was what I was looking for. I just wanted to check that
I did not use too small clusters...


Bo Berglund
bo.berglund(at)nospam.telia.com

You're welcome.

Nepatsfan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top