What is the file system?

doubt:

  1. What is a file system?
  2. What is the root file system?
  3. Since the kernel starts to mount the root file system, after mounting the root file system, isn't it possible to create and access files with terminal shell commands? Why do you need to mount other file systems? How many file systems should be mounted during the boot process?
  4. File systems generally correspond to physical storage devices, so how do they correspond specifically? The ramdisk file system manages the ram space, so won't the data disappear after power failure? Is it necessary to mount another file system in the flash space in this case?

Reference article: What is a file system and what is a root file system?

 

Guess you like

Origin blog.csdn.net/sanmi8276/article/details/113063050