Различия между версиями 2 и 3
Версия 2 от 2012-05-02 14:55:46
Размер: 584
Редактор: FrBrGeorge
Комментарий:
Версия 3 от 2012-05-25 18:26:57
Размер: 2191
Редактор: eSyr
Комментарий:
Удаления помечены так. Добавления помечены так.
Строка 6: Строка 6:
Строка 8: Строка 9:

=== Материалы ===
 * О файловых системах вообще
  * [[Books/LinuxIntro/03ChapterFilesystem]]
  * http://www.win.tue.nl/~aeb/linux/lk/lk-6.html
  * http://www.ibm.com/developerworks/linux/library/l-linux-filesystem/index.html
  * http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=tree;f=Documentation/filesystems
 * FHS
  * [[PspoClasses/080718/05FHS]]
  * http://proton.pathname.com/fhs/
 * VFS
  * http://www.ibm.com/developerworks/linux/library/l-virtual-filesystem-switch/index.html
  * http://www.win.tue.nl/~aeb/linux/lk/lk-8.html
  * http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob_plain;f=Documentation/filesystems/vfs.txt;hb=HEAD
 * Виртуальные файловые системы
  * [[WikiPedia:Virtual_file_system]]
  * procfs
   * [[WikiPedia:procfs#Linux]]
   * http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob_plain;f=Documentation/filesystems/proc.txt;hb=HEAD
   * http://linux.die.net/man/5/proc
   * http://www3.big.or.jp/~sian/linux/DocBook/procfs-guide/index.html
   * http://www.ibm.com/developerworks/linux/library/l-proc/index.html
  * sysfs
   * [[WikiPedia:sysfs]]
   * http://lwn.net/Articles/51437/
   * http://www.win.tue.nl/~aeb/linux/lk/lk-13.html
  * tmpfs
   * http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob_plain;f=Documentation/filesystems/tmpfs.txt;hb=HEAD
 * http://www.kernel.org/doc/man-pages/online/pages/man2/mount.2.html
 * http://www.kernel.org/doc/man-pages/online/pages/man2/chroot.2.html
 * [[WikiPedia:Loop device]]

Файловая система. Монтирование. chroot. Инструменты для работы с ФС

  • FHS. Выделение каталогов и файловых систем сообразно использованию.
  • ФС, поддерживаемые в Linux. Отчего их так много?
  • Виртуальные ФС: /proc, /sys, tmpfs, aufs, …

  • ФС как пространство имён системных объектов

ДЗ

  • Команды работы с файлами и каталогами ФС

Материалы

LecturesCMC/GnuLinuxArchitecture2012/01 (последним исправлял пользователь FrBrGeorge 2012-05-30 13:22:52)