Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> 關於Linux >> Ubuntu磁盤空間不足如何清理boot分區

Ubuntu磁盤空間不足如何清理boot分區

日期:2017/1/25 10:37:55      編輯:關於Linux

  Ubuntu在進行升級的時候,出現了磁盤空間不足的錯誤提示,這是就需要對boot分區進行清理,下面小編就給大家介紹下Ubuntu清理boot分區的方法。

  問題

  更新Ubuntu的時候,報出了一個錯誤:

 Ubuntu磁盤空間不足如何清理boot分區

  因為我給boot分了256m,系統內核裝在boot分區上,因此我需要清理一下boot分區

  查看系統現有內核

  dpkg --get-selections|grep linux-image

  圖示如下:

 Ubuntu磁盤空間不足如何清理boot分區

  查看現在使用的內核

  uname -a

  圖示如下:

 Ubuntu磁盤空間不足如何清理boot分區

  清理/boot分區

  主要的思路就是選擇性刪除你不想繼續使用的內核,清理出/boot分區空間即可

  sudo apt-get purge 內核名稱

  清理殘留文件

 Ubuntu磁盤空間不足如何清理boot分區

  清理/usr/src目錄,刪除你已經卸載的內核目錄

  上面就是Ubuntu清理boot分區的方法介紹了,如果你出現了磁盤空間不足的情況,不妨試試本文介紹的方法吧。

Copyright © Windows教程網 All Rights Reserved