From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: zoneinfo Date: Thu, 12 Feb 1998 07:46:43 -0500 Organization: Cornell University (http://www.cornell.edu/) Lines: 25 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <34E2EF33.745A9ED6@cornell.edu> References: <34E12D4F DOT 2DC9 AT sprynet DOT com> <34E28192 DOT 81CB3DA8 AT bethany DOT edu> NNTP-Posting-Host: cu-dialup-1905.cit.cornell.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk pneyz wrote: > > > I have a question that I hope someone might be able to answer. > > I recently started experimenting with Gnu, and it's working > > fine. And so far I cannot see what the 'zoneinfo' stuff is > > for. I'm running under Win95 (I know,... I know,...). Is > > that stuff for X-Windows? Do I need those files? There are > > 473 of them, at 32768 bytes each, which is an awful waste > > of disk space if not needed. Any information would be much > > appreciated. Thanks. what the zoneinfo files are is a FAQ. you can decide whether to keep them or not after reading that. an interim solution is to zip the contents of that directory. > Strange, but they only take up 309,132 bytes on my system. It doesn't > look like any of them are over 1.5kb either. and, for you, welcome to the world of cluster sizes. except when using fat32, the fat based file systems allocate disk space not in bytes, but in 'allocation units' you can have a max of 65536 allocation units per drive, so if you have a disk drive with >1.0 Gb capacity, a 1-byte file takes up 32k. -- Sinan