From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1bcd47f375ff4e03 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Gnat-Mac and Disk space Date: 1996/04/20 Message-ID: #1/1 X-Deja-AN: 150487227 references: organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-04-20T00:00:00+00:00 List-Id: Dave Emery said "It's a real quirk of the MacOS file system that the minimum amount of disk space used by a small file is a function of the size of the file system/partition. Apparently MacOS divides the disk into 1/N parts, where N is CONSTANT. Thus, a 1GB disk drive (single partition) will use 4 times as much space for a 10-byte file as a 250mb file partition." This is of course a quirk exactly shared by DOS and any other system using the FAT formats of DOS.