免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4562 | 回复: 0
打印 上一主题 下一主题

newfs 大容量 识别和格式化问题共享解决方法 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-06-21 20:58 |只看该作者 |倒序浏览
1、        V490 solaris 8 连接3310阵列,做完RAID 5 后连接主机 系统识别后,在创建文件系统的时候出现问题了!
现象:#newfs  /dev/dsk/c3t0d0s6
       with 16129 sectors per cllinder,minimum ctlinders per group is 16
This requires the fragment size to be changed from 1024 to 4096
please re-run mkfs with corrected parameters

解决方法:#newfs  -f  4096  /dev/rdsk/c3t0d0s6


现象:# newfs /dev/dsk/c3t0d0s0
newfs: construct a new file system /dev/rdsk/c3t0d0s0: (y/n)? y
Minimum bytes per inode is 11992
With 32385 sectors per cylinder, minimum cylinders per group is 16
This requires the fragment size to be changed from 1024 to 8192
Please re-run mkfs with corrected parameters
解决方法两种:一、设置柱面和磁头参数的方法:
1. 选择 \"view and edit Configuration parameters\" → \"Host-Side SCSI Parameters\" →
\"Host Cylinder/Head/Sector Mapping Configuration\" → \"Sector Ranges -\" →\"Variable\",然后选择 \"Yes\" 确认您的选择。
2. 选择 \"Head Ranges -\" → \"64 Heads\",然后选择 \"Yes\" 确认您的选择。
3. 选择 \"Cylinder Ranges -\" → \"< 65536\",然后选择 \"Yes\" 确认您的选择。
          做完以上操作 重起控制器是不起作用的!必须选把  原卷给干掉在重起 重新建卷  这样才能生效
             二、如果不想重新建卷,听说 使用:
#newfs -i 11992 -f 8192 /dev/rdsk/* (自我感觉比较可靠的)
# newfs -i 12000 -f 8192  /dev/dsk/*(自我感觉比较可靠的)
# newfs -v -i 65536 -f 8192 /dev/rdsk/*(比较可靠的)
# newfs -v -f 8192 /dev/rdsk/*    (感觉不可靠的)
# newfs -Nv /dev/rdsk/c1t1d0s0 (没使用过)
# newfs -v -m 5 /dev/dsk/c1d1s3(没使用过)

这些命令可以的! 我感觉这个貌似可以 我没来的及实验  (都是一个命令能搞定的) 有这么多执行的方法。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP