如何确定一文件系统是Large File Enabled的文件系统?

开发者在线 Builder.com.cn 更新时间:2008-06-12

本文关键词: 操作系统 AIX 服务器 文件系统

  环境 平台, PserIEs, RS6000,

  软件版本, AIX4.3.3

  问题 在AIX 4.3.3中既支持standard filesytem,也支持Large File Enabled file system, 如何确定一文件系统是Large File Enabled file system 还是 standard filesytem?

  解答 可使用 lsfs -q filesystem_name 命令来查看.

  例如:

  #lsfs -q /home

  Name Nodename Mount Pt VFS Size Options Auto Accounting

  /dev/hd1 -- /home jfs 131072 -- yes no

  (lv size: 131072, fs size: 131072, frag size: 512, nbpi: 4096, compress: no, bf: false, ag: 8)

  bf:false 表示是standard filesystem

  bf:true 表示是Large File Enabled file system.

用户评论

  • 用户名
  • 评论内容