this post was submitted on 09 Feb 2025
522 points (97.6% liked)

Technology

62073 readers
6901 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] tal@lemmy.today 2 points 2 days ago* (last edited 2 days ago) (1 children)

I think the first filesystems had flat layout (no directories), but also had different file types for a library, an executable, a plaintext file. Then there were filesystems where directories could only list files, not other directories.

The original Macintosh filesystem was flat, and according to WP, used for about two years around the mid-1980s. I don't think I've ever used it, personally.

https://en.wikipedia.org/wiki/Macintosh_File_System

MFS is called a flat file system because it does not support a hierarchy of directories.

They switched to a new, hierarchical filesystem, HFS, pretty soon.

I thought that Apple ProDOS's file system -- late 1970s to early 1980s -- was also flat, from memory. It looks like it was at one point, though they added hierarchical support to it later:

https://en.wikipedia.org/wiki/Apple_ProDOS

ProDOS adds a standard method of accessing ROM-based drivers on expansion cards for disk devices, expands the maximum volume size from about 400 kilobytes to 32 megabytes, introduces support for hierarchical subdirectories (a vital feature for organizing a hard disk's storage space), and supports RAM disks on machines with 128 KB or more of memory.

Looks like FAT, used by MS-DOS, early 1980s, also started out flat-file, then added hierarchical support:

https://en.wikipedia.org/wiki/File_Allocation_Table

The BIOS Parameter Block (BPB) was introduced with PC DOS 2.0 as well, and this version also added read-only, archive, volume label, and directory attribute bits for hierarchical sub-directories.[24]

[–] rottingleaf@lemmy.world 1 points 2 days ago (1 children)

Seems to confirm the tendency, except I was thinking about higher-end and more professional systems.

[–] tal@lemmy.today 1 points 2 days ago

Oh, yeah, not saying that they were the first filesystems, just that I can remember that transition on the personal computer.