VFS | How your system knows where files are

Поделиться
HTML-код
  • Опубликовано: 31 окт 2024

Комментарии • 18

  • @rogo7330
    @rogo7330 4 дня назад +25

    I'm not sure that symlink example is all right. Symlink is just a special kind of file that just contains a path. It does not points directly to the inode, that would be a hardlink, which you can't create between different file systems. With symlink, I believe, it should go back to the begining, just with a new filepath to find.

    • @Maple-Circuit
      @Maple-Circuit  4 дня назад +15

      100% True. I simplified my schematics without mentioning it in the vid, Thanks for pointing it out!
      For thoses watching, here is what the full image should look like: imgur.com/a/LgVPj2D

  • @hamzarashid7579
    @hamzarashid7579 4 часа назад

    Great video, love the mario example lol. Didn't know about the mkfifo command.

  • @esra_erimez
    @esra_erimez 4 дня назад +8

    Fun fact: Unix was the first operating system to treat files as streams of bytes and abstract physical and logical records

  • @techwatcher386
    @techwatcher386 4 дня назад +3

    Really interesting!

  • @eajaykumar
    @eajaykumar 5 дней назад +2

    Waiting for this

  • @whtiequillBj
    @whtiequillBj 4 дня назад +2

    Wonderful video. Can you make, or suggest, a video on Windows IFS and how it differs from VFS.
    There are some ext4 and btrfs IFS drivers

    • @Maple-Circuit
      @Maple-Circuit  4 дня назад +3

      Will look into it!

    • @whtiequillBj
      @whtiequillBj 3 дня назад

      @@Maple-Circuit thanks! While Microsoft is proprietary they do have extensive documentation these days.

  • @jps1
    @jps1 4 дня назад +5

    what did you use to make those diagrams?

    • @flintsteel3209
      @flintsteel3209 4 дня назад +5

      This looks like an obsidian canvas document with a modified theme. Hope this helps.

    • @Maple-Circuit
      @Maple-Circuit  4 дня назад +4

      Obsidian with advanced canvas.

  • @TavishMcEwen
    @TavishMcEwen 5 дней назад +2

    Lesgoo

  • @portusdelphini
    @portusdelphini 2 дня назад

    Please continue

  • @Microchaosmac
    @Microchaosmac 4 дня назад +1

    Thanks :3

  • @Liyiqi-e6i
    @Liyiqi-e6i 3 дня назад +2

    Too many things are abstracted by the operating system!

  • @Pizzanicv
    @Pizzanicv 4 дня назад

    Feel free!!