系统相关
首页 > 系统相关> > linux如何重新分区

linux如何重新分区

作者:互联网

参考文章
https://blog.csdn.net/code_segment/article/details/79237500

sudo apt-get install gparted
安装图形化的分区软家件,安装好后直接命令启动软件
1. 因为我要升级ubuntu的版本系统提示boot的分区空间不足,我打算从swap分区撸点过来,
2. 先umount分区右击关闭swap分区
3. 可以看到当前我的swap分区1952M,前后没有空余分区
在这里插入图片描述4. 冲swap扣129M准备合给boot分区
在这里插入图片描述5. 点击红勾等待完成后就能看到分区划分完毕变成250M了。
在这里插入图片描述

标签:code,分区,boot,swap,linux,安装,图形化,重新
来源: https://blog.csdn.net/weixin_41884251/article/details/122770201