Linux下ext2、ext3及reiserfs文件系统祥解


一、什么是文件系统 Filesystem);

 

1、常见定义方法;

 

什么是文件系统(filesystem),用一两句话解答出来,实在有点困难,这个问题只能留给文件系统的设计者或对文件系统精通的专业人士来答复;下面是关于filesystem的定义是我从 Google.com 上搜索到的;下面我们分析一下,对我们来说,了解一下也有好处。如果您是专业人士,如果您有自己的定义方法,请在本文后面留言;谢谢;

 

定义一;

 

A directory structure contained within a disk drive or disk area. The total available disk space can be composed of one or more filesystems. A filesystem must be mounted before it can be accessed. To mount a filesystem, you must specify a directory to act as the mount point. Once mounted, any access to the mount point directory or its subdirectories will access the separate filesystem.

 

文件系统是包括在一个磁盘(包括光盘、软盘、闪盘及其它存储设备)或分区的目录结构;一个可应用的磁盘设备可以包含一个或多个文件系统;如果您想进入一个文件系统,首先您要做的是挂载(mount)文件系统;为了挂载(mount)文件系统,您必须指定一个挂载点;一旦文件系统被挂载,

 

freebooks.by.ru/view/ShellProgIn24h/31480175.htm

 

定义二;

 

A method of organising files on a disk, eg NTFS, FAT.

linux-ntfs.sourceforge.net/ldm/home/terms.html

 

文件系统是在一个磁盘(包括光盘、软盘、闪盘及其它存储设备)或分区组织文件的方法,如NTFSFAT

 

定义三;

 

A data structure or a collection of files. In Unix, filesystem can refer to two very distinct things, the directory tree or the arrangement of files on disk partitions.

 

文件系统是文件的数据结构或组织方法。在Unix中,文件系统涉及两个非常独特的事情,目录树或在磁盘或分区上文件的排列;

 

www.emulex.com/ts/docfc/glossary.htm

 

定义四;

 

the structure of files on a disk medium which is visible via the operating system, ie the structure of files which a Unix user can see using "ls" and other tools

 

文件系统是基于操作系统的,建立在磁盘媒质上的可见体系结构,例如这种结构对于一个Unix用户来说可以用ls 或其它工具可以看到;

 

www.ucolick.org/~de/deimos/glossary.html

 

定义五;

 

A software mechanism that defines the way that files are named, stored, organized, and accessed on logical volumes of partitioned memory.

 

文件系统是基于被划分的存储设备上的逻辑上单位上的一种定义文件的命名、存储、组织及取出的方法;

 

www.evestigations.com/html/glossary.html

 

定义六;

 

In computing, a file system is a method for storing and organizing computer files and the data they contain to make it easy to find and access them. File systems may use a storage device such as a hard disk or CD-ROM and involve maintaining the physical location of the files, or they may be virtual and exist only as an access method for virtual data or for data over a network (e.g. NFS).

 

在计算机业,一个文件系统是有组织存储文件或数据的方法,目的是易于查询和存取。文件系统是基于一个存储设备,比如硬盘或光盘,并且包含文件文件物理位置的维护;也可以说文件系统也是虚拟数据或网络数据存储的方法,比如NFS

 

en.wikipedia.org/wiki/Filesystem

  • 1
  • 2
  • 3
  • 4
  • 5
  • 下一页
【内容导航】
第1页:Linux下ext2、ext3及reiserfs文件系统祥解 第2页:Linux下ext2、ext3及reiserfs文件系统祥解
第3页:Linux下ext2、ext3及reiserfs文件系统祥解 第4页:Linux下ext2、ext3及reiserfs文件系统祥解
第5页:Linux下ext2、ext3及reiserfs文件系统祥解

相关内容