Cluster Size?

  • Thread starter Thread starter anomalous
  • Start date Start date
A

anomalous

How does one determine what cluster size an NTFS drive is using in XP Pro
SP2?

Thanks!
 
anomalous said:
How does one determine what cluster size an NTFS drive is using in XP Pro
SP2?

Thanks!

Open a command prompt (Start ... Run ... cmd) and type

fsutil fsinfo ntfsinfo c:

Where you require this information on C: (etc)

--

Regards,

Mike
--
Mike Brannigan [Microsoft]

This posting is provided "AS IS" with no warranties, and confers no
rights

Please note I cannot respond to e-mailed questions, please use these
newsgroups
 
Open a command prompt (Start ... Run ... cmd) and type

fsutil fsinfo ntfsinfo c:

Where you require this information on C: (etc)

Is this particular to WinXP SP2 only....?

TIA
GJP
 
Is this particular to WinXP SP2 only....?

I believe it works on XP (all releases) and on the Windows Server products
also.

--

Regards,

Mike
--
Mike Brannigan [Microsoft]

This posting is provided "AS IS" with no warranties, and confers no
rights

Please note I cannot respond to e-mailed questions, please use these
newsgroups
 
Mike

The Report in Disk Defragmenter gives cluster size.



~~~~~~


Hope this helps.

Gerry
~~~~~~~~~~~~~~~~~~~~~~~~
FCA

Stourport, Worcs, England
Enquire, plan and execute.
~~~~~~~~~~~~~~~~~~~~~~~~
Please tell the newsgroup how any
suggested solution worked for you.



~~~~~~~~~~~~~~~~~~~~~~~~
 
I believe it works on XP (all releases) and on the Windows Server
products also.
Why I asked is after reading your reply I tried the command (WinXP SP1)
all I got was a black screen then back to my desktop.

TIA

GJP
 
I believe it works on XP (all releases) and on the Windows Server
products also.
Oops just tried it again...this time , screen black then MS Dos screen in
Documents and Settings\"my name".

TIA

GJP
 
anomalous said:
How does one determine what cluster size an NTFS drive is using in XP Pro
SP2?

Run CHKDSK on the drive in a Command prompt. The final three lines are
allocation size and usage - the size is the cluster size. Unless you
did a conversion from FAT 32 without precautions it will be 4096 (4K) -
such a conversion may result in 512 bytes
 
Alex Nichol said:
Run CHKDSK on the drive in a Command prompt. The final three lines are
allocation size and usage - the size is the cluster size. Unless you
did a conversion from FAT 32 without precautions it will be 4096 (4K) -
such a conversion may result in 512 bytes

Thanks, Alex. Actually, it is your article on aumha.org regarding this issue
that prompted me to check. As it turns out, the partition I was concerned
about is indeed 4096 bytes. I appreciated the article and will probably grab
BING due to that recommendation.

Thanks again,
Mark

 
Mike Brannigan said:
Open a command prompt (Start ... Run ... cmd) and type

fsutil fsinfo ntfsinfo c:

Where you require this information on C: (etc)

Thanks, Mike. This command does indeed work, as does Alex's suggestion of
running the chkdsk command.

Thanks,
Mark
 
I believe it works on XP (all releases) and on the Windows Server
products also.
Ahhh stupid me...it runs in Dos mode but not from start and run , fo
some reason..also stupid me again, for some reason I missed the (:)
after the C when I copied from your message and pasted it into the run
command, damn thing is so small these old eye's didn't spot the error.
(G)
Sorry for any wasted efforts on your part.
Thanks for the original reply, much appreciated.

GJP
 
In
anomalous said:
How does one determine what cluster size an NTFS drive is using
in XP
Pro SP2?


There are several ways to do this, and I see you've already
gotten several answers. I'll add another answer--the one I think
is the easiest of all:

In My Computer or Windows Explorer, find (or create) a small file
of a few bytes, right-click on it and choose properties. Listed
there will be its size and also "Size on Disk." Assuming that the
file is smaller than one cluster (and it will be if you chose a
file no larger than 512 bytes), the Size on Disk is the Cluster
size (regardless of the file system).
 
Like my original post said

Step 1. >> Open a command prompt (Start ... Run ... cmd) >>
Step 2.>>and type fsutil fsinfo ntfsinfo c:
Glad you got it figured out in the end.

--

Regards,

Mike
--
Mike Brannigan [Microsoft]

This posting is provided "AS IS" with no warranties, and confers no
rights

Please note I cannot respond to e-mailed questions, please use these
newsgroups
 

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

Back
Top