• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Optimum disk usage

Mournblade

Limp Gawd
Joined
Apr 13, 2002
Messages
366
Is there a utility that can analyze a drive and then tell you what the optimum sector size would be? I have a drive with lots of images (around 10mb a piece) and another with lots of video (around 700mb a file:). They both use 4kb sectors (default for W2K pro).

I have just bought a new drive so I now have enough space to move off all the data and reformat the older drives to their optimum configuration. I would like to know, rather than guess, what the optimum for that drive would be.

Otherwise I will just format them to the largest the W2K will allow (32kb IIRC).

I did do a search but the thread that I found is locked and incomplete.

Thanks, Graham Reeds.
 
The optimal size? Changing the filesystem isn't going to gain you much, and I imagine throwing even a few 1-byte files on that drive would lose you all that space.

Look at how this goes: your 700 MB file is actually, let's say, 726,847,400 bytes long. That's 177,452.9 4k sectors long, and 88 bytes wasted. If it were instead 32k sectors, it's broken into 22,181.6 chunks, and 20,392 bytes are wasted. So in this case 32k block size hurts you. There's a reason 4k is the default - it works for a *lot* of things.

Granted, there's overhead I'm ignoring; this is a very simplified view of a filesystem. But you won't gain more than a few megabytes by using a non-standard block size, and non-standard configurations are harder to work with when you have to recover from them, back them up, etc; third-party utilities may assume that you're using 4k blocks and fail to perform on a differently-chunked filesystem.

 
Back
Top