jfs

  • 网络日志文件系统(journaling file system);日志文件系统(Journaled File System);日志型文件系统

jfsjfs

jfs

日志文件系统(journaling file system)

对于日志文件系统JFS),这样的属性包括段的大小、块的大小、每个 i 节点的字节数、压缩以及最小文件系统大小。对于增 …

日志文件系统(Journaled File System)

IBM 的 Journaled File System (JFS),目前用于 IBM 企业服务器,专为高吞吐量服务器环境而设计。它可用于 Linux,包含在 …

日志型文件系统

日志型文件系统JFS):是AIX操作系统特有的文件系统,使用数据库日志技术来维护文件系统结构的一致性,Itanium平台不 …

1
If you choose to do that, consider turning off JFS logging on your new file system before you start copying to it. 如果这样做,需要在新文件系统上关闭JFS日志,然后才能开始复制。
2
JFS is required for SMS on AIX, and no concurrent access is possible in this case. AIX上的SMS需要JFS,而本例中不可能进行并发访问。
3
The next step in the evolution of this model is wrapping one toolkit (like Dojo) with another like (JSF). 模式演变的下一步是用一个工具包(比如,JFS)包装另一个工具包(比如,Dojo)。
4
Before we get to JFS and EVMS, let me share an official update about the current state of affairs in the Linux filesystem world. 在我们开始JFS和EVMS之前,我要同您谈谈官方对Linux文件系统领域所发生的事情的当前状况所做的最新表述。
5
JFS is a key technology for Internet file servers since it provides fast file system restart times in the event of a system crash. 因为在系统崩溃时,JFS能提供快速文件系统重启时间,所以它是因特网文件服务器的关键技术。
6
The JFS architecture can be explained in the context of its disk layout characteristics. JFS体系结构可从磁盘布局特性的角度进行说明。
7
JFS, from IBM: showing its age now, but a good performer in its day on small drives and files. 来自IBM:这种文件系统的资格很老了,但在以前的小设备和文件上的表现还是非常不错的。
8
JFS logs are maintained in each aggregate and used to record information about operations on meta-data. 在每个聚集中维护JFS日志,并且用来记录元数据的操作信息。
9
It doesn't take much to make a superblock dirty, cause fragmentation, mess up inodes, or cause repeating JFS errors in the errpt. 无需多费劲就可以让超块变脏、造成存储碎片、搞乱存储节点或引起errpt反复出现JFS错误。
10
JFS provides standard administration utilities for creating and maintaining file system. JFS提供创建和维护文件系统的标准管理实用程序。
11
Having a different logical name for each disk (if raw devices) or file system (if SMS, and thus JFS) has its advantages and disadvantages. 让每个磁盘(若为原始设备)或文件系统(如果是SMS,就是JFS)都具有一个不同的逻辑名既有其优点,也有不足。
12
JFS will report the size of this file as 100 blocks, although only 1 block of disk space has been allocated to it. 尽管磁盘空间只分配了1块给它,JFS将报告该文件的大小为100块。
13
With ReiserFS, XFS, and JFS, the filesystem driver journals metadata, but makes no provisions for journaling data. 使用ReiserFS、XFS和JFS时,文件系统驱动程序记录元数据,但不提供数据日志记录。
14
JFS provides fast file system restart in the event of a system crash. 如果发生系统崩溃,JFS提供了快速文件系统重启。
15
Consider just our options for a journaling filesystem: ReiserFS, ext3, XFS, and JFS. 仅考虑日志记录文件系统这一项,就有ReiserFS、ext3、XFS和JFS这些文件系统。
16
There are no persistent storage pages (because there are no JFS filesystems in use on the system). 示例中显示没有持久的存储分页(因为系统中没有使用JFS文件系统)。
17
XFS and JFS, unfortunately, cannot be shrunk, although they can be grown or moved. 可惜的是,XFS和JFS是不能缩小的,但是可以增长和移动。
18
For jfs, you can use splitcopy or, for jfs2, use snapshot to take a copy of a filesystem. 对于jfs,可以使用splitcopy(或对jfs2使用snapshot)获得文件系统的拷贝。
19
Don't worry, this series will will be wrapping up soon as I cover IBM's JFS and EVMS (enterprise volume management) technologies for Linux. 别担心,等我介绍了IBM用于Linux系统的JFS和EVMS(企业卷管理,enterprisevolumemanagement)技术,这一系列文章就快要结束了。
20
Create the JFS log before creating the logical volumes for the volume groups. 在位卷组创建逻辑卷之前,创建JFS日志。
21
Non-client pages are pages containing cached Journaled File System (JFS) file data. 非客户端分页是一些包含缓存的日志文件系统(JFS)文件数据的分页。
22
Repeat this process to create another LV of type jfs and named hblv (but otherwise identical). 重复这个过程创建另一个逻辑卷,其类型为jfs,名称为hblv,其他设置相同。
23
Remember also that, although you can shrink most Linux-native file systems, you can't shrink XFS or JFS. 同时也要记住,尽管您可以缩小大多数本地linux文件系统,但您不能缩小XFS或JFS。
24
Table 2 details specific tuning parameters that you use often for JFS file systems. 表2详细说明一些通常用于JFS文件系统的特定调优参数。
25
JFS commits atime updates asynchronously. JFS异步提交atime更新updates。
26
JFS logging style has been improved over time and now provides asynchronous logging, which increases performance of the file system. JFS日志记录风格随着时间推移而得到不断改进,现在提供了异步日志记录,异步日志记录提高了文件系统的性能。
27
A number of features in JFS distinguish it from other file systems. JFS的许多特性使之区别于其它文件系统。
28
JFS supports both sparse and dense files, on a per-file system basis. 按文件系统分,JFS既支持稀疏文件也支持密集文件。
29
We used system managed space (SMS) and journaled file system (JFS). 我们使用了系统管理的表空间(SMS)和日志记录文件系统(JFS)。
30
Note: In AIX you can only use JFS for SMS tablespaces. 注意:在AIX中,您对于SMS表空间只能使用JFS。