如何重新划分linux分区大小
Posted lclc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何重新划分linux分区大小相关的知识,希望对你有一定的参考价值。
1.下载脚本文件,将脚本文件内容复制
1
2
|
chmod +x resize.sh sudo . /resize .sh |
输入上面命令后会看到下面的结果
1
2
3
4
|
[email protected]:~ # sudo ./resize.sh Found the start point of mmcblk0p2: 266240 Ok, Partition resized, please reboot now Once the reboot is completed please run this script again |
重启系统(reboot),重启完成后再重新运行一次脚本文件
1
2
3
4
5
|
[email protected]:~ # sudo ./resize.sh Activating the new size resize2fs 1.42.5 (29-Jul-2012) Done! Enjoy your new space! |
现在你的根目录就是你全部磁盘的大小了
脚本文件下载地址: 链接:http://pan.baidu.com/s/1gfsMl5D 密码:e2g7
以上是关于如何重新划分linux分区大小的主要内容,如果未能解决你的问题,请参考以下文章
如何更改linux中磁盘分区的ID标记号,想把标记为83的改为8e。也就是该为LVM类型的。请高手指教,在线等。