Path: utzoo!utgpu!water!watmath!clyde!rutgers!umd5!purdue!i.cc.purdue.edu!j.cc.purdue.edu!pur-ee!ea.ecn.purdue.edu!cyliax From: cyliax@ea.ecn.purdue.edu (Ingo Cyliax) Newsgroups: comp.sys.atari.st Subject: Re: file limits of root directories Message-ID: <1762@ea.ecn.purdue.edu> Date: 15 Feb 88 13:54:23 GMT References: <449@dukempd.UUCP> Reply-To: cyliax@ea.ecn.purdue.edu.UUCP (Ingo Cyliax) Organization: Purdue University Engineering Computer Network Lines: 27 In article <449@dukempd.UUCP> gpm@dukempd.UUCP (Guy Metcalfe) writes: > > > Question: is there a 100 file limit on root directories? And if so, >why doesn't it extend to the branches as well? Did I run up against a real >snag in TOS; is this related to the "40 folder limit", which I believed to be >a problem only with hard drives? I tried on several different occasions to >break the 100 file barrier on the root directly before I gave up. Yes, there is a fixed limit on files/directory entries for the root directory, this however has nothing to do with the "40 Folder Bug". The root directory is just a fixed area after the FAT (file allocation table), of fixed size. The subdirectories are more like files, and can be dynamic in size. The size of the root directory varies with the media and can be changed when initializing the media, on the atari you can use the "write boot block xbios call" for floppies. I don't know what the default sizes are. This is also a limitation in MS-DOS , since that's what filesystem format TOS uses. -- /* Ingo Cyliax * * ...!ihnp4!pur-ee!cyliax ECN, Electrical Engineering Bldg. * * cyliax@ecn.purdue.edu Purdue University, W. Lafayette,IN 47907 * * ing@cc.purdue.edu (317) 494-3473 / (317) 463-1747 after 5pm */