API call
TechJedi > API call
How File system works in Internals
24
Jun
Filesystem(FS) is a part of OS, whose purpose is to store and retrieve information (data) from any storage medium. Without a FS, information on storage medium is meaningless or just a single piece of huge data and we cannot navigate through directories/files. Device driver or File system Let’s discuss this in detail. Any storage device […]