导航菜单

vfs是什么意思_翻译中文_怎么读

vfs

网络释义:虚拟文件系统(Virtual File System);温哥华电影学院(Vancouver Film School);虚拟档案系统

网络释义

1.虚拟文件系统(Virtual File System)虚拟文件系统(VFS)是由Sun icrosystems公司在定义网络文件系统(NFS)时创造的。它是一种用于网络环境的分布式文件系统, …

2.温哥华电影学院(Vancouver Film School)Vancouver Film School (VFS) 是加拿大最具规模的娱乐艺术专上学院,在过去20年一直培育造就艺术家和娱乐事业工作者。我 …

3.虚拟档案系统虚拟档案系统(VFS)是由Sun icrosystems公司在定义网路档案系统(NFS)时创造的。它是一种用於网路环境的分布式档案系统, …

4.虚拟文件系统层系统一样把自己注册到虚拟文件系统层 (VFS),当 VFS 调用它,请求文件、目录的 i-node 的时候,/proc 文件系统才根据内核中 …

5.虚拟文件系统交换器Linux ® 的最显著特征是灵活性和扩展性,例如它的虚拟文件系统交换器VFS)。您可以在各种设备上创建文件系统,包括传 …

例句释义:,虚拟档案系统

1.At the bottom of the VFS are the file system abstractions that define how the upper-layer functions are implemented.在VFS下面是文件系统抽象,它定义了上层函数的实现方式。

2.This article has scratched the surface of the VFS, its approach, and objects used to provide uniform access to differing file systems.本文探索了VFS的基础概念,以及为访问不同文件系统提供统一接口的对象。

3.The hierarchical nature of a file system is managed by another object in VFS called a dentry object.文件系统的层次结构由VFS中的另一个称为dentry的对象管理。

4.At the core of that set of interfaces is the virtual file system switch (VFS).这组接口的核心就是虚拟文件系统交换器(VFS)。

5.As shown in Listing 1, the virtual file system is maintained as a pnked pst of struct vfs, as denoted by the member vfs_next.如清单1所示,由成员vfs_next指定,虚拟文件系统作为structvfs的链表进行维护。

6.Most working Tcl apppcation developers first apply VFS in terms of the examples above -- a spck FTP-savvy editor, for instance.大多数在职的Tcl应用程序开发人员首先将VFS应用在上述的示例方面-例如灵活的支持FTP的编辑器。

7.Once a request is found to be destined for NFS, VFS passes it to the NFS instance within the kernel.一旦发现了为NFS指定的需求,VFS会将其传递给内核中的NFS实例。

8.The VFS determines which storage a request is intended for, then which file system must be used to satisfy the request.VFS确定需求倾向于哪个存储,然后使用哪些文件系统来满足需求。

9.The VFS keeps track of the currently-supported file systems, as well as those file systems that are currently mounted.VFS记录当前支持的文件系统以及当前挂装的文件系统。

10.Summary: A virtual filesystem (VFS) is an abstraction with surprisingly productive uses.简介:虚拟文件系统(VFS)是一个抽象概念,它具有极其高效的用途。