Chinaunix首页 | 论坛 | 博客
  • 博客访问: 100232
  • 博文数量: 26
  • 博客积分: 290
  • 博客等级: 二等列兵
  • 技术积分: 274
  • 用 户 组: 普通用户
  • 注册时间: 2011-12-08 00:49
文章分类

全部博文(26)

文章存档

2013年(2)

2012年(19)

2011年(5)

我的朋友

分类: 系统运维

2012-05-29 09:15:23

1. 运行命令smit chfs 
---> Change/Show Characteristics of a Journaled File System 
将光标移至需要修改的文件系统,并按下回车键,屏幕显示如下(下表中各字段值为示例): 
******************************************************* 
Change / Show Characteristics of a Journaled File System 
Type or select values in entry fields.   
Press Enter AFTER making all desired changes.   
  [Entry Fields]  
File system name /  
NEW mount point [/]  
SIZE of file system (in 512-byte blocks) [98304]  
Mount GROUP [bootfs]  
Mount AUTOMATICALLY at system restart? yes + 
PERMISSIONS read/write + 
Mount OPTIONS [/] + 
Start Disk Accounting? no + 
Fragment Size (bytes) 4096  
Number of bytes per inode 2048  
Compression algorithm no  
Large File Enabled false  
Allocation Group Size (MBytes) 8  
************************************************************** 
2.
将光标直接定位于“SIZE of file system (in 512-byte blocks) [98304]”,把此文件系统当前定义的总空间值(例中为98304)改为需要的大小(注意:这里填写的数值以512字节为单位),按下回车键,命令运行结束后修改后的文件系统空间值立即生效。此操作不需重启系统。 

3.
使用命令
df -k 
可以查看修改后的文件系统空间值。 
阅读(3157) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~