一、什么是文件系統(tǒng) (Filesystem);
1、常見定義方法;
什么是文件系統(tǒng)(filesystem),用一兩句話解答出來,實在有點困難,這個問題只能留給文件系統(tǒng)的設(shè)計者或?qū)ξ募到y(tǒng)精通的專業(yè)人士來答復;下面是關(guān)于filesystem的定義是我從 Google.com 上搜索到的;下面我們分析一下,對我們來說,了解一下也有好處。如果您是專業(yè)人士,如果您有自己的定義方法,請在本文后面留言;謝謝;
定義一;
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.
文件系統(tǒng)是包括在一個磁盤(包括光盤、軟盤、閃盤及其它存儲設(shè)備)或分區(qū)的目錄結(jié)構(gòu);一個可應(yīng)用的磁盤設(shè)備可以包含一個或多個文件系統(tǒng);如果您想進入一個文件系統(tǒng),首先您要做的是掛載(mount)文件系統(tǒng);為了掛載(mount)文件系統(tǒng),您必須指定一個掛載點;一旦文件系統(tǒng)被掛載,
freebooks.by.ru/view/ShellProgIn24h/314
定義二;
新聞熱點
疑難解答
圖片精選