Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Darren on May 31, 2002, 10:53:36 AM

Title: Defrag Server
Post by: Darren on May 31, 2002, 10:53:36 AM
some of my ibays show that some directories look fragmented i.e directory sizee is 67.7mb and the size on disk is 1.69gb how can i fix this situation
Title: Re: Defrag Server
Post by: WXP on May 31, 2002, 07:23:43 PM
I had the same problem l8tly .. Don't seem to be a fragment problem since it was a fresh installation with "fresh copied" files.
Title: Re: Defrag Server
Post by: Bill Talcott on May 31, 2002, 07:48:17 PM
I'm not sure if Linux filesystems work the same way, but with FAT a sector is either used or free. You can't have it "50% available". If you have your hard drive divided up into 32KB sectors (like FAT16), your 5 byte text file will use up 32KB of disk space. If you have FAT32 with 4KB sectors, that same tiny text file will take up only 4KB of disk space, giving you 28KB more free disk space. Defragging doesn't actually give you any more free space...

Assuming Linux works the same way, a bunch of small files in an i-bay with the same total size as a single big file will actually cause more disk space to be used...