I
I
idabsent2019-11-24 12:40:23
NTFS
idabsent, 2019-11-24 12:40:23

How is the file system read?

I need a book or article that goes into detail about filesystems. The goal is to create a small file manager. I walked on the Internet, but it seems that in almost all articles only for a simple user - advantages, disadvantages, etc.
Everything is in Russian, because. English at a bad level

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2019-11-24
@saboteur_kiev

I need a book or article that goes into detail about filesystems.

A file manager does not need a detailed analysis of file systems, it is enough to know the OS functions for working with the file system.
File system details are needed if you want to write your own driver, your own system utility for working with the disk directly (file recovery, checking / defragmenting / etc)
There are a lot of materials, just google it. And learn English or use a translator. For technical articles, it is usually enough, for example
https://translate.google.com/translate?sl=en&tl=en...

V
Vladimir Korotenko, 2019-11-24
@firedragon

Please translate what is the problem. Moreover, there English is very simple
. In addition, everything has already been written.
For eg NET, see
System.IO.Directory
System.IO.File
...
If it's not enough, you can call OS functions directly via PInvoke. But this is a very, very low level.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question