服务器 频道

确定文件系统是LargeFileEnabled系统

    【IT168 服务器学院】环境 平台, 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 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.  

0
相关文章