文件系统是一种存储和组织计算机数据的方法,它使得对其访问和查找变得容易,文件系统使用文件和树形目录的抽象逻辑概念代替了硬盘和光盘等物理设备使用数据块的概念,用户使用文件系统来保存数据不必关心数据实际保存在硬盘(或者光盘)的地址为多少的数据块上,只需要记住这个文件的所属目录和文件名。
文件系统是一种用于向用户提供底层数据访问的机制,是一套实现了数据的存储、分级组织、访问和获取等操作的抽象数据类型
Windows从NT内核(即win2000之后)开始使用NTFS文件系统;
部分Linux发行版默认不支持NTFS文件系统,解决方法是安装ufsd等NTFS驱动程序。
Blocksize depends on size of filesystem and expected usage
Blocks can have different usage:
ext2文件系统由Rémy Card设计,用以代替ext,于1993年1月加入linux核心之中。它和BSD中的Unix文件系统具有相同的设计标准,同时也是Linux上的第一个商业级文件系统。
使用mount命令时,在指定机器上被挂载的文件系统都会在super_blocks[]表格中以super_block的形式表现出来
quota 命令显示磁盘使用情况和限额。缺省情况下,或者带 -u 标志,只显示用户限额。quota 命令报告 /etc/filesystems 文件中列出的所有文件系统的限额。
mount is the glue that logically connects file systems to the directory hierarchy
File systems are associated with devices represented by special files in /dev
When a file system is mounted, the volume and its contents are connected to a directory in the hierarchical tree structure
mount [what to mount] [where to mount]
eg. # mount /dev/sda1 /mnt
mount指令是告诉操作系统,对应的文件系统已经准备好,而该文件系统会对应到一个特定的点(称为挂载点)。挂载好的文件、目录、设备以及特殊文件即可提供用户使用。
Use the umount command with either the device name or the mount point, or both
eg. umount /dev/sda1 -or- umount /mnt
mount
is the glue to connect a file system.umount
it.备份是容灾的基础,如果系统的硬件或存储媒体发生故障,备份可以帮助保护数据免受损失。
Unix和类Unix系统上的压缩打包工具,可以将多个文件合并为一个文件。tar文件格式已经成为POSIX标准,最初是POSIX.1-1988,目前是POSIX.1-2001。
dd命令主要功能为转换和复制文件,也可以用在备份硬件的引导扇区、获取一定数量的随机数据等任务中
Table of Contents | t |
---|---|
Exposé | ESC |
Full screen slides | e |
Presenter View | p |
Source Files | s |
Slide Numbers | n |
Toggle screen blanking | b |
Show/hide slide context | c |
Notes | 2 |
Help | h |