Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 操作系统 > 其他操作系统 > solaris file system---nfs,Virtual File Systems
【标  题】:solaris file system---nfs,Virtual File Systems
【关键字】:solaris,file,system---nfs,Virtual,File,Systems
【来  源】:http://www.cublog.cn/u/9710/showart.php?id=103062

solaris file system---nfs,Virtual File Systems

Your Ad Here

Network-Based File Systems

The network file system (NFS) or remote file systems are file systems made available from remote systems. NFS is the only available network-based file system bundled with the Solaris operating environment. NFS is discussed in detail in last Chapter , "Virtual File Systems, Swap Space, and Core Dumps."

Virtual File Systems

previously called pseudo file systems, are virtual or memory-based file systems that create duplicate paths to other disk-based file systems or provide access to special kernel information and facilities. Most virtual file systems do not use file system disk space, although a few exceptions exist. Cache file systems, for example, use a disk-based file system to contain the cache.

Some virtual file systems, such as the temporary file system, might use the swap space on a physical disk. The following is a list of some of the more common types of virtual file systems:

  • SWAPFS (Swap File System) A file system used by the kernel for swapping. Swap space is used as a virtual memory storage area when the system does not have enough physical memory to handle current processes.

  • PROCFS (Process File System) The Process File System resides in memory. It contains a list of active processes, by process number, in the /proc directory. Commands such as ps use information in the /proc directory. Debuggers and other development tools can also access the processes' address space by using file system calls.

  • LOFS (Loopback File System) The Loopback File System lets you create a new virtual file system, which can provide access to existing files using alternate pathnames. Once the virtual file system is created, other file systems can be mounted within it, without affecting the original file system.

  • CacheFS (Cache File System) The Cache File System lets you use disk drives on local workstations to store frequently used data from a remote file system or CD-ROM. The data stored on the local disk is the cache.

  • TMPFS (Temporary File System) The Temporary File System uses local memory for file system reads and writes. Because TMPFS uses physical memory and not the disk, access to files in a TMPFS is typically much faster than to files in a UFS. Files in the temporary file system are not permanent; they are deleted when the file system is unmounted and when the system is shut down or rebooted. TMPFS is the default file system type for the /tmp directory in the SunOS system software. You can copy or move files into or out of the /tmp directory just as you would in a UFS /tmp. When memory is insufficient to hold everything in the temporary file system, the TMPFS uses swap space as a temporary backing store, as long as adequate swap space is present.

  • MNTFS The MNTFS type maintains information about currently mounted file systems. MNTFS is described later in this chapter.

  • CTFS (Contract File System) The CTFS is associated with the /system/contract directory and is the interface for creating, controlling, and observing contracts. The service management facility (SMF) uses process contracts (a type of contract) to track the processes which compose a service.

  • DEVFS (Device file System) The DEVFS is used to manage the namespace of all devices on the system. This file system is used for the /devices directory. The devfs file system is new in Solaris 10 and increases system boot performance because only device entries that are needed to boot the system are attached. New device entries are added as the devices are accessed.

  • FDFS (File Descriptor File System) The FDFS provides explicit names for opening files by using file descriptors.

  • OBJFS (Object File System) The OBJFS (object) file system describes the state of all modules currently loaded by the kernel. This file system is used by debuggers to access information about kernel symbols without having to access the  kernel directly.

在Solaris系统环境中调节网卡参数:【上一篇】
SUN CLUSTER 3.0中NAFO组的概念和常用配置:【下一篇】
【相关文章】
  • 在Solaris系统环境中调节网卡参数
  • Solaris管理员常用168条命令简明手册
  • 怎么样写一个Makfile文件
  • 笔记(40)::QT Tutorial2 File Handling & Taking Data
  • Changing File System Attributes that Affect Perfor
  • 用Solaris 10的SMF配置Tomcat为自动启动
  • solaris10学习(6)文件系统(5)几个文件管理的命令续
  • vmware下solaris 10网卡不能正常配置的解决办法
  • Solaris 10(x86)安装指南
  • Device Drivers (file system)
  • 【随机文章】
  • php+omni 简单易行
  • http_load初阶
  • 一些ADSL Modem的安全问题
  • JBI规范1.0[5]——规格化消息路由
  • 少年的我们毕竟还没到自觉的年龄
  • 结构体对齐的具体含义(#pragma pack)(转自CSDN)
  • 100个优秀实用性网站
  • Linux用户程序向内核传递数据
  • 转载:C/C++深层探索(十一)
  • Struts 和 Tiles 辅助基于组件的开发(1)
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 bbb软讯网络 All Rigths Reserved.