码迷,mamicode.com
首页 >  
搜索关键字:voting disk    ( 2803个结果
osx下MobileBackups介绍
自从开启了mac的TimeMachine之后,使用了一段时间的mac磁盘空间减少的很多,于是使用du -d1(disk usage and depth is one)命令查看/目录空间的使用情况,发现有一个目录使用了20G,这个目录就是.MobileBackups,Linux/Unix下.开头的文件默认是隐藏的。没有开启TimeMachine是不存在这个目录的。 .MobileBackups...
分类:其他好文   时间:2014-10-14 23:18:39    阅读次数:209
SoC嵌入式软件架构设计之七:嵌入式系统固件的系统区文件系统设计
嵌入式固件的系统区(system disk,SD)包括操作系统、驱动、中间件、应用和字库、UI资源等文件,本文讲述SD区的文件系统设计。文件系统最主要的目标是为了实现单个文件的定位和读写。因为一般代码都是不可自修改的,即量产之后不会有写操作,所以嵌入式系统的SD文件系统就是为了能够简单、高效地定位某...
分类:其他好文   时间:2014-10-13 18:23:26    阅读次数:138
[io benchmark]常用磁盘基准/压力测试工具
Unix Disk I/O Benchmarksfio- NEW!fio is an I/O tool meant to be used both for benchmark and stress/hardware verification. It has support for 13 differ...
分类:其他好文   时间:2014-10-13 12:54:49    阅读次数:552
阿里云 CenterOS 安装mysql java tomcat gcc nginx步骤
由于公司需要,申请了一台阿里云服务器,购买的过程很简单。买完后系统就安装好了,可以直接使用。在使用的过程中遇到了些问题,再次记录一下。   我用的操作系统是centos 5.4 32位的。   1、磁盘挂载   初始化按照后只有一个系统盘,没有数据盘。所以第一步要挂在数据盘。   可以用  fdisk -l|grep Disk  查看你的系统有几块盘...
分类:数据库   时间:2014-10-12 09:42:17    阅读次数:327
TEXT和BLOB区别
Instances of BLOB or TEXT columns in the result of a query that is processed using a temporary table causes the server to use a table on disk rather t...
分类:其他好文   时间:2014-10-11 20:55:46    阅读次数:384
Not enough free disk space on disk '/boot'(转载)
转自:http://my.oschina.net/u/947673/blog/277224# 解决出现此情况是因为你的boot分区是单独分区的,像我只给了100M,以前装ubuntu时没有出现,所以当出现这个提示时,很纳闷,发现了答案.为什么boot分区会满?主要是存放了一些老的linux im.....
分类:其他好文   时间:2014-10-09 13:48:13    阅读次数:421
ASM丢失disk header导致ORA-15032、ORA-15040、ORA-15042 Diskgroup无法mount
SQL> select * from v$version; BANNER ——————————————————————————– Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 – 64bit Production PL/SQL Release 11.2.0.3.0 – Production CORE 11.2.0.3....
分类:其他好文   时间:2014-10-09 02:24:07    阅读次数:368
解决 yum Error: database disk image is malformed
问题出现:[root@bogon~]#yum-yinstallscreenLoadedplugins:fastestmirrorLoadingmirrorspeedsfromcachedhostfile*base:mirror.bit.edu.cn*extras:mirror.bit.edu.cn*updates:mirror.bit.edu.cnError:databasediskp_w_picpathismalformed解决办法:[root@bogon~]#yumcleandbcac..
分类:数据库   时间:2014-10-07 00:53:01    阅读次数:251
redis问题接囧办法及经验
1、问题MISCONF Redis is configured to save RDB snapshots 127.0.0.1:6379> set k1 "nob" (error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Comma...
分类:其他好文   时间:2014-10-05 18:02:18    阅读次数:251
abbreviation
1. ps------process status2. tty-----teletype3. ping----packet internet groper4. nohup-----no hangup5. su-------switch user6. df--------disk free7. cat...
分类:其他好文   时间:2014-10-03 18:06:44    阅读次数:308
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!