当前位置:  技术问答>linux和unix

uncompress 空间不足 请指教

    来源: 互联网  发布时间:2015-05-30

    本文导语:  uncompress 一个巨大的.Z文件时报错 File too large!! 请问如何处理? | 如果你有新硬盘,可以在上面分一个类型为swap的分区 eg. /dev/hdb1 然后执行 mkswap /dev/hdb1 swapon /dev/hdb1 为了让你的交换分...

uncompress 一个巨大的.Z文件时报错 File too large!!
请问如何处理?

|
如果你有新硬盘,可以在上面分一个类型为swap的分区 eg. /dev/hdb1
然后执行
mkswap /dev/hdb1
swapon /dev/hdb1

为了让你的交换分区在系统启动时自动可用,需要修改/etc/fstab文件,加入一行:
/dev/hdb2     swap       swap    defaults    0 0


如果你没有新硬盘,现在的硬盘又不能重新分区的话,可以用交换文件:
1、建立一个64MB的交换文件
dd if=/dev/zero of=/swapfile bs=1024 count=65536
2、激活交换文件
mkswap /swapfile
swapon /swapfile
3、修改/etc/fstab文件,加入
/swapfile               swap                    swap    defaults        0 0

|
more /proc/swaps看看
在看看/tmp空间够不够。

增加两者的空间。 try again

    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • zlib uncompress函数
  • Uncompressing Linux... done, booting the kernel
  • 谁有win32平台用的tar、compress、uncompress执行文件?小弟叩谢!
  • uncompressing linux image 报crc error
  • Uncompressing Linux... Ok, booting the kernel. 救命啊!
  • 第一次装linux5.0,光盘启动后按enter就出现Uncompressing Linux... Ok, booting the kernel.谁知道阿
  • 我使用了 s3c2410_defconfig 来配置linux 2.6.22.1,到uncompress kernel。。。。。done,start kerne
  • Uncompressing Linux... done, booting the kernel. 死机
  • 请教linux启动停在"Uncompressing Linux...done, booting the kernel."的问题


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3