How to find cluster size of NTFS

M

Michael Cecil

I'm not that smart, "chkdsk" is ?

- Open a command prompt. (Start>run>type in "cmd" and click OK)

- In the window that opens type "chkdsk c:" and press return (where c is
the drive you want to check).

- Windows will check the drive and report if there are errors. It will
also report "XXXX bytes in each allocation unit". 4096 bytes would mean
you have 4K clusters. 512 bytes would mean you have 512 byte clusters.

(If you want to repair any disk errors it finds use the same command but
with the /f switch. "chkdsk c: /f" It will need to reboot to fix errors
on the system drive.
 
A

Andrew Rossmann

I've got a spare drive formatted with NTFS.
How do I find out the cluster size ?

Right-click My Computer and choose System Information. Click on the
Drive tab. Choose the drive/partition from the drop-down, then click on
Details. Expand the Logical drive part of the tree. Multiply 'Sectors
per cluster' by 'Bytes per sector' (which is usually 512.)
 

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