Results 1 to 11 of 11

Thread: NTFS cluster size

  1. #1
    listen to escape fails :) luap.h's Avatar
    Join Date
    Jan 2004
    Posts
    569
    Thanks
    4
    Thanked
    2 times in 2 posts

    NTFS cluster size

    I used to run my OS (WinXP SP1) from an ATA100 40gb Seagate (7.2k 8mb) formatted with FAT32.

    It started to go wonky, so got a nice new Maxtor SATA150 (7.2 8mb) formatted with NTFS and a 4k cluster size (the default)

    Thing is, although I can get huge file sizes now (yay!) it also seems a little slower and seems to thrash a whole load more than the seagate used to. I read up in google, and signs seem to point to cluster size difference. Apparently Partition Magic can create NTFS with bigger clusters that MS can?

    Just wondering if its all in my head, or whether this is true. Anyone here have a cluster size of 4kb or greater on their NTFS 100gb+ drives - is anyone using FAT32 on their big drives?!

  2. #2
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    if i recall correctly you can pick your cluster size when formatting ntfs drives, as long as you're not trying to format your currently booted disk.

    and one difference with NTFS is it's journalled - rather than with FAT32 where it'll write data A,B,and C, NTFS will write "beginning data writing" in the journal, "beginning data a", write data a, "ending data a", etc etc, so that in the event of power failure it can roll back to before it beganm to ensure no half-written files are left about. this can lead to more thrashing, since it needs to keep writing to the journal, wherever on the disk it lives.

    and big clusters are a BAD thing - the bigger the cluster size, the smaller the maximum number of files you can fit on disk. NT 5 won't even format FAT32 drives larger than 32Gb or so unless forced...

  3. #3
    Senior Member
    Join Date
    Jul 2003
    Location
    Out There......
    Posts
    223
    Thanks
    1
    Thanked
    0 times in 0 posts
    Turn off Indexing that slows things down. There are a few tweaks to speed NTFS up by disabling old legacy stuff.

  4. #4
    OMG!! PWND!!
    Join Date
    Dec 2003
    Location
    In front of computer
    Posts
    964
    Thanks
    0
    Thanked
    0 times in 0 posts
    whats indexing? and how does it get turned off??

  5. #5
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    oh yeah, forgot about that one!

    makes searching faster by keeping a log of all file details, so it can search that rather than the files themselves. right-click on a drive in my computer, proeperties, the indexing checkbox is at the bottom

  6. #6
    Ex-PC enthusiast
    Join Date
    Sep 2003
    Location
    Dublin, Ireland
    Posts
    1,089
    Thanks
    0
    Thanked
    0 times in 0 posts
    Go to start then run then services.msc then set the indexing service to disabled and manual.
    The Cow by Ogden Nash
    The cow is of the bovine ilk;
    One end is moo, the other, milk.

  7. #7
    Senior Member
    Join Date
    Jul 2003
    Location
    Out There......
    Posts
    223
    Thanks
    1
    Thanked
    0 times in 0 posts
    Heres the registry tweaks disables slow parts of NTFS, been running with these tweaks since i got XP. Tweaks Here Forget the 3rd one should not really need this but can easily cause problems depending on your setup

  8. #8
    listen to escape fails :) luap.h's Avatar
    Join Date
    Jan 2004
    Posts
    569
    Thanks
    4
    Thanked
    2 times in 2 posts
    yeah, I disabled the Indexing already - so I guess the general concensus is just to leave it at 4kb then?

  9. #9
    Senior Member
    Join Date
    Jul 2003
    Location
    Out There......
    Posts
    223
    Thanks
    1
    Thanked
    0 times in 0 posts
    Yeah mines at 4kb, i dont have a problem, machine is fast enough, disk doesnt thrash.

    BTW make sure the "Compress drive to save space" is disabled. Right click drive / Properties

    Also if you havent done set a fixed size for the swap file. If you havent that causes disk thrashing and thus fragmentation, and the spiral of trashing continues
    Last edited by Darkmatter; 13-04-2004 at 02:06 PM.

  10. #10
    listen to escape fails :) luap.h's Avatar
    Join Date
    Jan 2004
    Posts
    569
    Thanks
    4
    Thanked
    2 times in 2 posts
    Compress was disabled and I've tried putting the swap on a separate HD as well as splitting it between two HDs

    I'll try the above tweaks sometime, see if they make a difference. Could just be my IDE/SATA drivers, the NForce ones are supposed to be pretty icky depending on what version and whether you use the mobo, nvidia or MS ones

  11. #11
    Registered+
    Join Date
    Apr 2004
    Location
    Cardiff
    Posts
    35
    Thanks
    0
    Thanked
    0 times in 0 posts
    if you go here theres loads of system tweaks as well... Link
    Only the Dead have seen the end of War - Plato

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Free extra space? check this!!!
    By DR in forum PC Hardware and Components
    Replies: 145
    Last Post: 01-10-2005, 02:08 PM
  2. NTFS file access in Windows 98
    By Falcon2004 in forum Software
    Replies: 6
    Last Post: 19-02-2004, 10:44 PM
  3. New HDD and windows XP help needed please
    By Jimmy Little in forum PC Hardware and Components
    Replies: 17
    Last Post: 11-11-2003, 01:44 PM
  4. Partitioning Hard Drive
    By bluephi1914 in forum PC Hardware and Components
    Replies: 6
    Last Post: 30-09-2003, 05:47 PM
  5. NTFS vs. FAT32 - Round 2
    By eldren in forum PC Hardware and Components
    Replies: 33
    Last Post: 29-09-2003, 10:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •