大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全系列IDE稳定放心使用
resize2fs命令是用来增大或者收缩未加载的“ext2/ext3/ext4”文件系统的大小。
The resize2fs program will resize ext2, ext3, or ext4 file systems. It
can be used to enlarge or shrink an unmounted file system located on
device. If the filesystem is mounted, it can be used to expand the
size of the mounted filesystem, assuming the kernel and the file system
supports on-line resizing. (Modern Linux 2.6 kernels will support on-
line resize for file systems mounted using ext3 and ext4; ext3 file
systems will require the use of file systems with the resize_inode fea‐
ture enabled.)
语法格式:resize2fs [参数] [文件]
常用参数:
-d | 打开调试特性 |
-p | 打印已完成的百分比进度条 |
-f | 强制执行调整大小操作,覆盖掉安全检查操作 |
-F | 开始执行调整大小前,刷新文件系统设备的缓冲区 |
参考实例
调整逻辑卷文件系统大小:
[root@linuxcool ~]# resize2fs /dev/linuxprobe/vo
打开调试特性:
[root@linuxcool ~]# resize2fs -d /dev/linuxprobe/vo
打印已完成的百分比进度条:
[root@linuxcool ~]# resize2fs -p /dev/linuxprobe/vo
强制执行调整大小操作,覆盖掉安全检查操作:
[root@linuxcool ~]# resize2fs -f /dev/linuxprobe/vo
开始执行调整大小前,刷新文件系统设备的缓冲区:
[root@linuxcool ~]# resize2fs -F /dev/linuxprobe/vo
https://www.linuxcool.com/resize2fs
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/179644.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...