Differences

This shows you the differences between two versions of the page.

Link to this comparison view

so2:laboratoare:lab08 [2018/04/18 00:34]
anda.nicolae [inode]
so2:laboratoare:lab08 [2018/04/18 00:39] (current)
anda.nicolae [Resurse utile]
Line 54: Line 54:
 Localizare: Localizare:
   * În cazul sistemelor de fișiere pentru discuri, superblocul are un corespondent în primul bloc al acestora (Filesystem Control Block).   * În cazul sistemelor de fișiere pentru discuri, superblocul are un corespondent în primul bloc al acestora (Filesystem Control Block).
-  * În **VFS**, toate superbloc-urile sistemelor de fișiere sunt reținute într-o listă de structuri [[http://lxr.free-electrons.com/​source/​include/​linux/​fs.h?v=4.9#L1338 | struct super_block]] și metodele în [[http://lxr.free-electrons.com/​source/​include/​linux/​fs.h?v=4.9#L1786 | struct super_operations ]]+  * În **VFS**, toate superbloc-urile sistemelor de fișiere sunt reținute într-o listă de structuri [[https://elixir.bootlin.com/​linux/​v4.15/​source/​include/​linux/​fs.h#​L1337 | struct super_block]] și metodele în [[https://elixir.bootlin.com/​linux/​v4.15/​source/​include/​linux/​fs.h#​L1803 | struct super_operations ]]
 ==== inode ==== ==== inode ====
  
Line 372: Line 372:
   - [[http://​lxr.free-electrons.com/​source/​Documentation/​filesystems/​vfs.txt|Documentation/​filesystems/​vfs.txt]]   - [[http://​lxr.free-electrons.com/​source/​Documentation/​filesystems/​vfs.txt|Documentation/​filesystems/​vfs.txt]]
   - [[http://​lxr.free-electrons.com/​source/​fs/​|Sursele sistemelor de fișiere]]   - [[http://​lxr.free-electrons.com/​source/​fs/​|Sursele sistemelor de fișiere]]
-    * [[http://​lxr.free-electrons.com/​source/​fs/​proc/?​v=4.| procfs]] (//Process File System//) - [[http://​lxr.free-electrons.com/​source/​fs/​proc/?​v=4.9|sursele sistemului de fișiere procfs]] și [[http://​lxr.free-electrons.com/​source/​Documentation/​filesystems/​proc.txt?​v=4.9|documentația]] +    * [[http://​lxr.free-electrons.com/​source/​fs/​proc/?​v=4.15 | procfs]] (//Process File System//) - [[http://​lxr.free-electrons.com/​source/​fs/​proc/?​v=4.15|sursele sistemului de fișiere procfs]] și [[http://​lxr.free-electrons.com/​source/​Documentation/​filesystems/​proc.txt?​v=4.15|documentația]] 
-    * [[http://​lxr.free-electrons.com/​source/​fs/​ramfs/?​v=4.| ramfs]] (//Random Access Memory Filing System//) - [[http://​lxr.free-electrons.com/​source/​fs/​ramfs/?​v=4.9|sursele sistemului de fișiere ramfs]] și [[http://​lxr.free-electrons.com/​source/​Documentation/​filesystems/​ramfs-rootfs-initramfs.txt?​v=4.9|documentația]] +    * [[http://​lxr.free-electrons.com/​source/​fs/​ramfs/?​v=4.15 | ramfs]] (//Random Access Memory Filing System//) - [[http://​lxr.free-electrons.com/​source/​fs/​ramfs/?​v=4.15|sursele sistemului de fișiere ramfs]] și [[http://​lxr.free-electrons.com/​source/​Documentation/​filesystems/​ramfs-rootfs-initramfs.txt?​v=4.15|documentația]] 
-    * [[http://​en.wikipedia.org/​wiki/​Romfs|romfs]] (//​Read-Only Memory File System//) - [[http://​lxr.free-electrons.com/​source/​fs/​romfs/?​v=4.9|sursele sistemului de fișiere romfs]] și [[http://​lxr.free-electrons.com/​source/​Documentation/​filesystems/​romfs.txt?​v=4.9|documentația]] +    * [[http://​en.wikipedia.org/​wiki/​Romfs|romfs]] (//​Read-Only Memory File System//) - [[http://​lxr.free-electrons.com/​source/​fs/​romfs/?​v=4.15|sursele sistemului de fișiere romfs]] și [[http://​lxr.free-electrons.com/​source/​Documentation/​filesystems/​romfs.txt?​v=4.15|documentația]] 
-    * [[http://​lxr.free-electrons.com/​source/​fs/​minix/?​v=4.| minix]] - [[http://​lxr.free-electrons.com/​source/​fs/​minix/?​v=4.9|sursele sistemului de fișiere minix]] și informații:​ [[http://​www.minix3.org/​index.html|Minix Homepage]], Operating Systems Design and Implementation,​ Third Edition - Chapter 5. File Systems +    * [[http://​lxr.free-electrons.com/​source/​fs/​minix/?​v=4.15 | minix]] - [[http://​lxr.free-electrons.com/​source/​fs/​minix/?​v=4.15|sursele sistemului de fișiere minix]] și informații:​ [[http://​www.minix3.org/​index.html|Minix Homepage]], Operating Systems Design and Implementation,​ Third Edition - Chapter 5. File Systems 
-    * [[http://​en.wikipedia.org/​wiki/​Boot_File_System|bfs]] (//UnixWare Boot FileSystem//​)- [[http://​lxr.free-electrons.com/​source/​fs/​bfs/?​v=4.9|sursele sistemului de fișiere bfs]], [[http://​lxr.free-electrons.com/​source/​Documentation/​filesystems/​bfs.txt|documentația]] și informații:​ [[http://​www.nondot.org/​sabre/​os/​files/​FileSystems/​bfs-structure.html|The BFS filesystem structure]],​ [[http://​tldp.org/​LDP/​lki/​lki-3.html#​ss3.7|Linux Kernel 2.4 Internals - 3.7. Example Disk Filesystem: BFS]]+    * [[http://​en.wikipedia.org/​wiki/​Boot_File_System|bfs]] (//UnixWare Boot FileSystem//​)- [[http://​lxr.free-electrons.com/​source/​fs/​bfs/?​v=4.15|sursele sistemului de fișiere bfs]], [[http://​lxr.free-electrons.com/​source/​Documentation/​filesystems/​bfs.txt|documentația]] și informații:​ [[http://​www.nondot.org/​sabre/​os/​files/​FileSystems/​bfs-structure.html|The BFS filesystem structure]],​ [[http://​tldp.org/​LDP/​lki/​lki-3.html#​ss3.7|Linux Kernel 2.4 Internals - 3.7. Example Disk Filesystem: BFS]]
  
so2/laboratoare/lab08.1524000869.txt.gz · Last modified: 2018/04/18 00:34 by anda.nicolae
CC Attribution-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0