首页 > 编程知识 正文

chfs扩文件系统时0516-404错误

时间:2023-05-06 07:09:12 阅读:267744 作者:1000

碰到一个很怪的问题,装软件的时候提示/usr空间不足,然后扩/usr,可是一直碰到以下报错:

Command: failed        stdout: yes           stderr: no

Before command completion, additional instructions may appear below.

0516-404 allocp: This system cannot fulfill the allocation request.
        There are not enough free partitions or not enough physical volumes
        to keep strictness and satisfy allocation requests.  The command
        should be retried with different allocation characteristics.

可一般这个提示是在有作镜像的时候,按照默认的“严格分配策略”,必须分配到不同的盘,

 

Allocate each logical partition copy                yes                     +
    on a SEPARATE physical volume?

然后如果其中一块盘的空间不够,就不能分配,就会出现以上的错误提示。

 

最后把

 

Allocate each logical partition copy                no                    +
    on a SEPARATE physical volume?

改成no ,然后再chfs 加空间就好了。



本文转自 Mr_sheng 51CTO博客,原文链接:http://blog.51cto.com/sf1314/2067929

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。