Disk Requirements:At least 11MB more space needed on the / filesystem.
linux 空间不够了,怎么办?
1> 查看空间多少:df -h
2> 查看当期内核: uname -r
3> 查找内核 rpm -qa | grep kernel
4> 删除多余的内核
su -c 'yum remove kern...
分类:
系统相关 时间:
2014-08-03 20:43:25
阅读次数:
434
首先,查看系统的磁盘代号:
fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = 扇区 of 1 * 512 = 512 bytes
Sector size (logical/physic...
分类:
其他好文 时间:
2014-08-03 20:40:35
阅读次数:
264
注意:因为一般的ghost系统盘都没有ahci驱动,所以,如果用到固态硬盘且想更好的发挥固态硬盘的性能,需要安装ahci驱动,且在bios中把硬盘模式设置成ahci(否则电脑会蓝屏或进不去系统)步骤:1.在当前系统下安装ahci驱动(如果没有的话),可以轻易intel官网搜索ahci,"AHCI: ...
分类:
其他好文 时间:
2014-08-03 20:32:35
阅读次数:
347
android自带的内存memory和第三方外部存储disk管理...
分类:
移动开发 时间:
2014-08-01 19:55:42
阅读次数:
299
USE master
RESTORE DATABASE WSS_Content FROM DISK = N'D:\bak\contentbak.bak'
WITH REPLACE, NORECOVERY
,MOVE 'WSS_Content' TO N'D:\bak3\WSS_Content.mdf'
,MOVE 'WSS_Content_LOG' TO N'D:\bak3\WSS_Con...
分类:
数据库 时间:
2014-08-01 16:07:01
阅读次数:
235
一、Flash文件系统设计思路为flash 设计的文件系统要求异地更新(out-of-place update)。这是因为flash 在写之前必须要先擦除,且再次擦除之前只能写一次。如果擦除块(eraseblocks)很小且可以快速擦除,那么可以将它们看作磁盘扇区(disk sector),但是实际...
分类:
其他好文 时间:
2014-08-01 10:32:41
阅读次数:
344
大致思路:1.查看分区状态2.创建分区3.重新加载分区表4.格式化分区5.挂载分区到目录查看当前分区状态:[root@localhost~]#fdisk-cul
Disk/dev/sda:21.5GB,21474836480bytes
255heads,63sectors/track,2610cylinders,total41943040sectors
Units=sectorsof1*512=512bytes
Secto..
分类:
其他好文 时间:
2014-07-31 21:13:37
阅读次数:
311
1. 编辑/etc/scsi_id.config文件,如果该文件不存在,则创建该文件,添加如下行:options=–whitelisted –replace-whitespace2. 获取需要绑定为ASM Disk的磁盘uuid,比如我们要使用/dev/sdc和/dev/sdd作为ASM磁盘,那么:...
分类:
系统相关 时间:
2014-07-31 16:38:36
阅读次数:
338
The volume label for my new USB disk is displayed as capital letters on my home PC although when I formatted this disk (FAT32) on Windows, I used lowe...
分类:
移动开发 时间:
2014-07-31 13:02:26
阅读次数:
344
本文首发于烂泥行天下。Linux虚拟机在使用过程中,硬盘空间不够使用。由于前期没有做LVM,所以只能手动添加新的硬盘。给虚拟机添加硬盘有两种方法:1、通过virshattach-disk命令添加一块硬盘到系统中,即时生效,但系统重启后新硬盘会消失。2、通过修改虚拟机配置文件进行添加..
分类:
系统相关 时间:
2014-07-30 17:53:15
阅读次数:
399