• Solaris10技巧


    如何查看UFS文件系统创建命令

    root@ofs0accmcc01 # mkfs -m /dev/md/rdsk/d100
    mkfs -F ufs -o nsect=128,ntrack=48,bsize=8192,fragsize=1024,cgsize=16,free=1,rps=90,nbpi=4077,opt=t,apc=0,gap=0,nrpos=8,maxcontig=16,mtb=n /dev/md/rdsk/d100 1962662400
    各个参数的含义参见:man -s 1M mkfs_ufs

     

    如果查找UFS文件系统超级块的备份

    root@ofs0accmcc01 # newfs -Nv /dev/md/rdsk/d100
    pfexec mkfs -F ufs -o N /dev/md/rdsk/d100 1962662400 768 -1 8192 1024 165 1 90 8192 t 0 -1 8 16 n
    Warning: 1536 sector(s) in last cylinder unallocated
    /dev/md/rdsk/d100:      1962662400 sectors in 319444 cylinders of 48 tracks, 128 sectors
            958331.2MB in 19966 cyl groups (16 c/g, 48.00MB/g, 5824 i/g)
    super-block backups (for fsck -F ufs -o b=#) at:
     32, 98464, 196896, 295328, 393760, 492192, 590624, 689056, 787488, 885920,
    Initializing cylinder groups:
    ...............................................................................
    ...............................................................................
    ...............................................................................
    ...............................................................................
    ...............................................................................
    ....
    super-block backups for last 10 cylinder groups at:
     1961761312, 1961859744, 1961958176, 1962056608, 1962155040, 1962253472,
     1962351904, 1962450336, 1962548768, 1962647200
  • 相关阅读:
    Nginx+PHP-FPM优化技巧总结
    基于php-fpm的配置详解
    Nginx中修改php.ini的上传设置upload_max_filesize的值
    nginx调用php-fpm出错解决方法和nginx配置详解
    LNMP笔记:php-fpm – 启动参数及重要配置详解
    nginx php-fpm安装手记
    C#使用Log4Net记录日志
    .NET中使用Redis (二)
    .NET中使用Redis
    SQL自定义函数split分隔字符串
  • 原文地址:https://www.cnblogs.com/cqubityj/p/3892324.html
Copyright © 2020-2023  润新知