`

如何释放Ubuntu多余的空间?如何给Ubuntu扩容(install inside windows)?

阅读更多
最近发现ubuntu空间老被占满,腾出了5G空间,不过一会儿df看,root使用率100%,貌似rm -rf /var/log/* 后,立马多出了20个G

由于装Ubuntu的时候没有划多一点空间,导致现在Ubuntu硬盘空间太小,而又没有找到怎样新增硬盘空间的办法(我是采用Install inside windows安装),所以目前能做的事情如下:


  • 清空Trash bin.

  • 清空包缓存,可以手动删除/var/cache/apt/archives/,包在
  • /var/cache/apt/archives
    没有下载完的在
    /var/cache/apt/archives/partial也可以用命令,
      
    sudo apt-get clean
    sudo apt-get autoclean //清理旧版本的软件缓存
    sudo apt-get autoremove //删除系统不再使用的孤立软件


  • 清空firefox的缓存文件,
  •   
    ls ~/.mozilla/firefox/*.default/Cache 


  • 删除多余的内核:不建议使用!!!
  • 打开终端敲命令:dpkg –get-selections|grep linux
    有image的就是内核文件
    删除老的内核文件:
    sudo apt-get remove 内核文件名 (例如:linux-image-2.6.27-2-generic)
    内核删除,释放空间了,应该能释放130-140M空间。
    最后不要忘了看看当前内核:uname -a

    由于要build CTS,Ubuntu硬盘空间严重不足。
    找了好久,终于找到一个很好的给Ubuntu扩容的方法。
    可以使用LPVM,如附件

    安装后,启动它 Applications/System Tools/LVPM
    选择resize,之后你要等好久~大概2个多小时~
    之后,重启,登入Windows,备份Ubuntu中的root.disk,然后将new.disk更名成root.disk
    重新登录Ubuntu系统,你的ubuntu硬盘空间将会变成你resize的大小。^^

    分享到:
    评论
    1 楼 ggwang 2012-07-06  
    谢谢分享!

    相关推荐

      linux Ubuntu下安装 Source insight

      "Linux Ubuntu下安装Source Insight" Linux Ubuntu下安装Source Insight是指在Ubuntu操作系统下安装Source Insight软件,从而实现在Linux平台下使用Source Insight编辑和阅读源码。本文将详细介绍如何在Ubuntu下...

      ubuntu8.04完全安装指南

      选择"Install inside Windows"选项进入Wubi安装程序。在这里,选择你预备好的足够空间的分区,设定安装大小、用户名和密码,语言选择简体中文,桌面环境默认为Ubuntu。点击安装后,Wubi将开始创建Ubuntu的ISO镜像并...

      Ubuntu 用vsftpd 配置FTP服务器教程详解

      在Ubuntu系统中,搭建FTP服务器是一项常见的任务,用于实现文件的传输和共享。在这个教程中,我们将使用`vsftpd`(Very Secure FTP Daemon)这款轻量级且安全的FTP服务器软件进行配置。以下是一个详尽的步骤指南: ...

      详解在Ubuntu下搭建FTP服务器

      在Ubuntu系统中搭建FTP服务器是一项常见的任务,尤其对于需要远程管理服务器或进行文件传输的用户而言。本教程将详述如何在Ubuntu 12.04 LTS上安装和配置vsftpd,这是一个非常安全的FTP守护进程。首先,我们需要安装...

      For.Dummies.Linux.All-In-One.For.Dummies.6th.Edition

      Inside, over 800 pages of Linux topics are organized into eight task-oriented mini books that help you understand all aspects of the latest OS distributions of the most popular open-source operating ...

      MCSLI:适用于 Linux 的简单 minecraft 服务器安装程序

      MCSLI:Minecraft 服务器 Linux 安装程序使用它可以在 Linux 服务器上轻松安装 Java 和 Minecraft 服务器。...wget ... 目前这只适用于 Debian/Ubuntu

      Python 2.6 Graphics Cookbook.pdf

      developed on Linux Ubuntu version 9.04, Microsoft Windows XP, and Windows 7. Who this book is for This book is for Python programmers wanting simple, clear examples of graphic programming using ...

      box:一个基于mruby的Docker映像生成器

      使用以下命令运行此计划: GOLANG_VERSION=1.7.5 box < plan> from "ubuntu"# this function will create a new layer running the command inside the# function, installing the required package.def install_...

    Global site tag (gtag.js) - Google Analytics