--- title: "ZEBRA/TIMEX FDD Disk System: Directory Track Reader" type: "article" slug: "zebra-timex-fdd-disk-system-directory-track-reader" url: "http://localhost/article/zebra-timex-fdd-disk-system-directory-track-reader/" markdown_url: "http://localhost/article/zebra-timex-fdd-disk-system-directory-track-reader.md" published_at: "2026-03-13T18:21:39+00:00" modified_at: "2026-03-13T18:21:40+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "A technical article on the directory structure of the Zebra disk drive system (40 tracks, 16 sectors per track), with a BASIC program for reading and parsing directory entries from track 4. Useful for programmers working with Zebra FDD hardware and wanting to access disk metadata programmatically." category: - name: "Time Designs Magazine" slug: "time-designs" taxonomy: "category" url: "http://localhost/category/periodicals/time-designs/" post_tag: - name: "BASIC (programming language)" slug: "basic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/basic-programming-language/" - name: "FDD-3" slug: "fdd-3" taxonomy: "post_tag" url: "http://localhost/tag/fdd-3/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Mike Finn" slug: "mike-finn" taxonomy: "indiv" url: "http://localhost/indiv/mike-finn/" publication_r: id: 10277 title: "Time Designs Magazine" type: "periodical" url: "http://localhost/periodical/time-designs-magazine/" authors_r: - name: "Mike Finn" slug: "mike-finn" taxonomy: "indiv" url: "http://localhost/indiv/mike-finn/" volume: "4" issue: "1" issues_articles: - id: 36805 title: "Time Designs Magazine v4 n1" type: "issue" url: "http://localhost/issue/time-designs-magazine-v4-n6-2/" pages: "10" pubdate: "November/December 1987" archive_link: false --- # ZEBRA/TIMEX FDD Disk System: Directory Track Reader A technical article on the directory structure of the Zebra disk drive system (40 tracks, 16 sectors per track), with a BASIC program for reading and parsing directory entries from track 4. Useful for programmers working with Zebra FDD hardware and wanting to access disk metadata programmatically.