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

发表于:2007-07-01来源:作者:点击数: 标签:
环境 平台, Pseries, RS6000, 软件版本, AIX 4.3.3 问题 在AIX 4.3.3中既支持standard filesytem,也支持Large File Enabled file system, 如何确定一文件系统是Large File Enabled file system 还是 standard filesytem? 解答 可使用 lsfs -q filesystem_name
环境 平台, Pseries, RS6000,
软件版本, AIX 4.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 Aclearcase/" target="_blank" >ccounting
/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.

原文转自:http://www.ltesting.net