VFS | How your system knows where files are

preview_player
Показать описание
Thank you for watching!

Notes:
0:00 Intro
0:50 History
1:22 0.96c
2:35 Modern version
3:30 Dentry cache
8:04 How to open a file
10:20 Modern Final review
11:22 VFS Fun Facts
13:20 End Rambling (;
Рекомендации по теме
Комментарии
Автор

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.

rogo
Автор

Great Work, really appreciate you sharing your notes. Hope your channel continues to grow

ldemilleri
Автор

The file systems knows where the files are at all times... It know this because it knows—

nsr-ints
Автор

Your content is just awesome and well produced. Keep it going. Wish you the best.

avton_
Автор

Thank you for the video, it was very nice and informative!

ОктайИманов-ум
Автор

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

esra_erimez
Автор

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

hamzarashid
Автор

Great work again!!, excited for linux 6.12 video

gautam
Автор

I'm curious what software do you use for video production for explanation animations

babudelhi
Автор

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

whtiequillBj
Автор

Your example at 6:15 have the chain of inode broken :)

ciano
Автор

This is an excellent video, and it also shows how impressive the Linux kernel is as a free and open-source software. However, a question that stuck with me is how much memory that inode list uses and how the kernel determines the size limit for caches in general.

rafa_br
Автор

as others have noted there a serveral glaring explanation errors. You should consider fixing them and reuploading the video.

PerriPaprikash
Автор

what did you use to make those diagrams?

jps
Автор

1:58 that's not callback functions, that's wrapper functions

DariaTimurovich
Автор

Too many things are abstracted by the operating system!

Liyiqi-ei