博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

阿毛~

许多时候,相见不如怀念。也许因为陌生,才觉得彼此之间没有距离......
  younger.cublog.cn

关于作者
姓名:
职业:
年龄:
位置:
个性介绍:
|| << >> ||
我的分类


超级快修复
超级快修复
-----------------------------
Please try follow steps :
With the information that I have, it looks like you should be able to install an alternate superblock as follows:
Make sure that this fs is not mounted (it probably won't let you mount anyway)
1 - first find the alternate superblocks:
# newfs -N /dev/rdsk/c1t1d0s1
This will list the superblocks, with the first one being the default.  This is non-destructive.
2 - second, install the second superblock:
# fsck -F ufs -o b=[superblock number] /dev/rdsk/c1t1d0s1
3 - test the filesystem with:
# fsck -y /dev/rdsk/c1t1d0s1

发表于: 2006-11-16,修改于: 2006-11-16 12:48,已浏览375次,有评论0条 推荐 投诉


网友评论
 发表评论