首页 > 系统 > Linux > 正文

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

2024-08-28 00:05:20
字体:
来源:转载
供稿:网友

一、什么是文件系统 (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

 

定义二;

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表