公开了一种记录介质以及用于管理该记录介质的文件系统信息的方法和装置。
A recording medium, method and apparatus for managing a file system information of the 'recording medium are disclosed.
在磁盘上,超块向内核提供关于磁盘上的文件系统的结构的信息。
On disk, the superblock provides information to the kernel on the structure of the file system on disk.
在内存中,超块为管理活动的(已挂载)文件系统提供必要的信息和状态。
In memory, the superblock provides the necessary information and state to manage the active (mounted) file system.
但是为了支持此操作,文件系统必须要能将此信息传递给设备。
But to support this operation, the file system must be able to communicate this information to the drive.
此外,文件系统配置存储库包含大量的敏感信息(如密码)。
In addition, the file system configuration repository contains a great deal of sensitive information (such as passwords).
代码的另一部分包含构造描述文件系统的JSON数据流的信息。
Other parts of the code contain information for constructing the JSON data stream that describes the file system.
它可以从数据库或者从某个文件系统中获得状态信息,但重点是这不会对您产生什么影响!
It could grab the status from the database or from a file system — the whole point is, it doesn't matter to you!
有了这个新的可用性选项,多实例队列管理器的信息和数据通过网络文件系统协议(NFS),比如nfsV4,存储在网络存储设备上。
With this new availability option, the messages and data for a multi-instance queue manager are held on networked storage accessed via a network file system (NFS) protocol, such as NFS V4.
传统上,其特点不适合表的信息存储在文件系统中。
Traditionally, information that doesn't naturally fit into tables has been stored in a file system.
从数据源(数据库或文件系统)加载数据十分低效,若是每次想要访问该信息时都运行相同的查询,就尤显低效。
Loading the data from your data source (database or filesystem) is inefficient, especially if you ultimately run the same queries every time you want to access the information.
如果关闭实例(或发生了某种故障),那么存储在此文件系统上的信息就会丢失。
If the instance is shut down (or suffers some sort of failure), information persisted on the file system is lost.
逻辑文件系统还负责管理内核的打开文件表和每个进程的文件描述符信息。
The logical file system is also responsible for managing the kernel's open file table and the per process file descriptor information.
它显示磁盘统计数据,可以表明一个硬件磁盘是否负担过重,对于这种情况,可以通过把文件系统或信息分散到其他磁盘上加以改善。
It shows disk statistics and can show you if a single hardware disk is being hammered and would benefit from having filesystems or information spread and moved over other disks.
有了当前的分区数据,以及您可以使用手边现有的文件系统进行何种操作的信息之后,您就可以开始计划您的新布局了。
With the existing partition data and information about what you can do with your current file systems in hand, you can begin planning your new layout. You should consider several important factors.
inode是UNIX操作系统中的一种数据结构,它包含了与文件系统中各个文件相关的一些重要信息。
An inode is a data structure in UNIX operating systems that contains important information pertaining to files within a file system.
本地文件系统上的xml文档orders. xml内的在线订单信息包含如下数据。
The online order information in the XML document orders.xml on the local file system contains the following data.
在线订单信息位于本地文件系统的名为orders .xml的xml文档内。
The online order information resides in an XML documents on the local file system named orders.xml.
这些成员例程并不会修改文件系统,但会根据path名称提供有用的信息。
These member routines don't modify the file system but do provide useful information based on the path name. This section provides an overview of several of these routines.
“index”字符串是文件系统目录的名字,该目录用于存储所有的索引信息。
The "index" string is the name of the filesystem directory where all index information should be stored.
可以在NFS客户机上使用quota命令查看装载的文件系统的配额信息。
You can view quota information from the NFS client for mounted filesystems using the quota command.
获取关于实例的信息,如实例名、文件系统名、TSAPD名和安装路径:db2greg。
Get all information about instance, such as instance name, filesystem name, TSA PD name, and installation path: db2greg.
df给出关于每个文件系统的空间利用率的信息。
Df gives space utilization information about each filesystem.
把Jetty的配置中涉及写文件系统的信息全部注释掉(这是个可选项,但如果你想绕过它,就需要编写更多的C#代码)。
Commenting out anything in the Jetty configuration that tries to write to the file system (this is semi-optional, but working around the limitation requires more C# code).
这个网格文件系统不仅需要存储区块,还要存储元数据信息,像目录、文件名、文件大小、最后修改时间等。
The grid file system needs to not only store chunks, but also metadata information, such as directories, files, file sizes, last modification times and so on.
您可以考虑添加一些改进措施,比如包含一些逻辑以解析文件系统中的队列管理器的位置等信息,或者实现更好的错误处理能力。
Some enhancements you might consider adding would include logic to parse out things such as the location of the queue manager in the file system, or better error handling.
我们将创建示例扩展,检索本地文件系统的文件信息并在表单中进行显示。
We create a sample extension that retrieves file information from the local file system and displays it in the form.
基于文件的数据暂存器:(默认)如果配置消息引擎使用基于文件的数据暂存器,则操作信息和消息将持久化到文件系统中,而不是数据库中。
File-based data store: (default) If the message engine is configured to use a file-based data store, operating information and messages are persisted to the file system instead of a database.
前一节演示了如何识别本地设备上打开的文件和目录,对于挂载的远程文件系统也很容易获得相同的信息。
The previous section showed how to identify open files and directories on a local device, but you can just as easily get the same information about a mounted remote file system.
既然您已经加载了密钥存储库,那么对这个文件所添加的任何信息都将在文件系统级别上进行加密(请参见清单9)。
Now that you have loaded the keystore, any information that is added to this file is encrypted at the file system level (see Listing 9).
既然您已经加载了密钥存储库,那么对这个文件所添加的任何信息都将在文件系统级别上进行加密(请参见清单9)。
Now that you have loaded the keystore, any information that is added to this file is encrypted at the file system level (see Listing 9).
应用推荐