用命令 df 即可# df /var/lib/
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda3 135979984 66905292 62055896 52% /
不仅看到挂在点,也看到分区大小。加上-kh更容易看些:# df /var/lib/ -kh
Files...
分类:
系统相关 时间:
2014-06-07 14:49:25
阅读次数:
536
1. / – RootEvery single file and directory
starts from the root directory.Only root user has write privilege under this
directory.Please note that /ro...
分类:
系统相关 时间:
2014-06-04 20:04:22
阅读次数:
416
if(bHooked == FALSE){RtlInitUnicodeString
(&HookDriverName, L"\\FileSystem\\Ntfs");//获得\Driver\VolSnap驱动对象status =
ObReferenceObjectByName (&HookDrive...
分类:
其他好文 时间:
2014-06-03 12:06:08
阅读次数:
261
root@OpenstackIcehouse2:~# cat
/etc/nova/nova-compute.conf
[DEFAULT]compute_driver=libvirt.LibvirtDriver[libvirt]virt_type=qemulibvirt_inject_partitio...
分类:
其他好文 时间:
2014-06-02 10:23:16
阅读次数:
347
npoi
.NET第三方的Office功能组件。链接地址http://npoi.codeplex.com/引用命名空间using
NPOI.HSSF.UserModel;using NPOI.HPSF;using NPOI.POIFS.FileSystem;using
NPOI.SS.UserMod...
分类:
其他好文 时间:
2014-05-26 21:27:21
阅读次数:
230
解决方法例如以下:1:首先使用ls命令显示出ubuntu分区的安装信息:1 grub
rescue>ls通常会罗列出全部磁盘的分区信息,比方(hd0,msdos1)(hd0,msdos2)(hd0,msdos4)(hd0,msdos7)(hd0,msdos10)等等2:之后输入:1
grub res...
分类:
其他好文 时间:
2014-05-25 22:24:25
阅读次数:
218
前段时间新装的Ubuntuserver14.04AMD64位操作系统出问题,没办法只能重装安装完成后重启然后初始化服务器阵列控制器和防火墙后,弹出UNKNOWNFILESYSTEMGRUBRESOURCE>进入不到系统引导界面当时以为是磁盘分区的问题,重装了Ubuntu7次,问题依旧没解决最后按照如下指引操作发..
分类:
其他好文 时间:
2014-05-22 18:23:25
阅读次数:
508
uboot 源码包:u-boot1.1.6.tar
编译器:arm-linux-gcc-4.3.2
源码路径下配置 # make forlinx_nand_ram128_config
编译 # make
得到uboot.bin之后考到sd卡中,通过sd卡中的mmc.bin将uboot、kernel、filesystem烧到nandflash
启动出现一直重启的错误:
CPU: ...
分类:
其他好文 时间:
2014-05-21 15:40:24
阅读次数:
391
1,Master初始化
1.1
if (!this.stopped) {
finishInitialization(startupStatus, false);
loop();
}
1.2 finishInitialization(),这里主要完成master组件components:filesystem manager,servermanager,assig...
分类:
其他好文 时间:
2014-05-21 09:23:05
阅读次数:
269
NameNode有这么几个配置:PropertyDescriptionSuggested
valuedfs.name.dirDirectory in NameNode’s local filesystem to store HDFS’s
metadata/home/hadoop/dfs/namedf...
分类:
其他好文 时间:
2014-05-17 18:56:09
阅读次数:
367