Различия между версиями 1 и 5 (по 4 версиям)
Версия 1 от 2012-05-02 13:18:41
Размер: 580
Редактор: FrBrGeorge
Комментарий:
Версия 5 от 2012-05-26 04:00:44
Размер: 2364
Редактор: eSyr
Комментарий:
Удаления помечены так. Добавления помечены так.
Строка 1: Строка 1:
= Файловая система. Монтирование. chroot. Инструменты для работы с ФС = == Файловая система. Монтирование. chroot. Инструменты для работы с ФС ==
Строка 6: Строка 6:
== ДЗ ==
=
== ДЗ ===
Строка 8: Строка 9:

=== Материалы ===
 * О файловых системах вообще
  * <<PassportLink(Books_LinuxIntro_03ChapterFilesystem,Direct=True)>>
  * 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
  * <<PassportLink(PspoClasses_080718_05FHS,Direct=True)>>
  * 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
 * <<PassportLink(PspoClasses_080731_04Chroot,Direct=True)>>
 * [[WikiPedia:Loop device]]
 * <<PassportLink(AltDocs_linux_navigation,Direct=True)>>

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

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

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

ДЗ

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

Материалы

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