C++ Programming on Linux - Libfuse Low level API

Опубликовано: 26 Декабрь 2023
на канале: Hui Yuan
554
12

Libfuse is very useful library, using libfuse, it's possible to crate a new layer of file system and customize special logic on this file system.
Especially in today, more and more VM and cloud storage been inplemented, libfuse API will be more and more useful.
Our example in this video is concentrated for concept only, usually in real libfuse related API, it's pretty complex.
The example of this video, is demon a libfuse low level API.
As we know libfuse offers 2 types API, high-level API and Low-level API.
1) "high-level", synchronous API,
work with file names and paths
2) "low-level" asynchronous API.
work with inodes ( Index Node)

This is one of very useful libfuse documentation page : https://libfuse.github.io/doxygen/ind...
here is Index Node specification : https://docs.rackspace.com/docs/what-...
The example code has been uploaded onto GitHub for your reference.
https://github.com/yuanhui360/CPP-Pro...


На этой странице сайта вы можете посмотреть видео онлайн C++ Programming on Linux - Libfuse Low level API длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Hui Yuan 26 Декабрь 2023, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 554 раз и оно понравилось 12 зрителям. Приятного просмотра!