centos启动时,提示错误: 1 /dev/mapper/VolGroup-lv_root contains a file system with errors,check forced. 2 /dev/mapper/VolGroup-lv_root: 3 Inodes that were par...
分类:
其他好文 时间:
2014-07-31 23:29:00
阅读次数:
3182
创建LVM流程:先把磁盘初始化为物理卷(PV),此时磁盘空间就是一个一个PE(默认4MB一个大小)组成;将PV加入VG(卷组)中;从VG中创建LV(逻辑卷),LV是可以创建文件系统使用的!创建文件系统并挂在使用。虚拟机实验创建LVM:在虚拟机中添加两块10G硬盘:下图是切换到root用..
分类:
其他好文 时间:
2014-07-31 17:20:27
阅读次数:
249
增大LV(逻辑卷)空间:先在VG中有足够空间的情况下,在线直接增加LV空间;增加后需要更新文件系统才能在df中看到空间的更改!增大VG(卷组)空间卷组空间是由PV组成的,可以增加一块硬盘,然后PV化后加入到VG中!缩小LV空间:LV空间的缩小必须离线操作,先卸载逻辑卷!缩小的..
分类:
其他好文 时间:
2014-07-31 17:20:07
阅读次数:
237
调整硬盘分区大小 ========== 想增加root空间,减少home空间。 ##1.查看硬盘使用情况。 [root@npm ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 48G 45G 17M 100% / tmp...
分类:
其他好文 时间:
2014-07-31 13:42:36
阅读次数:
248
题目:Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 /...
分类:
编程语言 时间:
2014-07-31 02:28:25
阅读次数:
376
定义的getView执行多次的ListView布局:
<ListView
android:id="@+id/lv_messages"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParent...
分类:
移动开发 时间:
2014-07-30 20:58:54
阅读次数:
256
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center)....
分类:
其他好文 时间:
2014-07-30 14:48:53
阅读次数:
216
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define bug cout\n"
#define MAXN 10001;
char same[]={"AHIMO0TUVWXY18"};
bool mirror(st...
分类:
其他好文 时间:
2014-07-30 10:03:43
阅读次数:
236
一、步骤:1、创建新的分区,并修改分区类型为8e2、创建物理卷PV3、将新建的PV添加到要扩展的VG中4、用命令lvextend或lvresize来将新加入的PE添加到要扩展的LV中5、用命令resize2fs扩展文件系统二、命令1、新硬盘创建PV #pvcreate /dev/sdb3 dev.....
分类:
其他好文 时间:
2014-07-29 17:23:42
阅读次数:
275
摘要 : 为什么Zara毛利率比LV高?当百度“大数据引擎”等互联网巨头向社会开放大数据基础设施,敢用、会用,就能创造更多商业奇迹和民生福利。大数据,是不是“大忽悠”?当Zara这家零售企业将大数据运用于创新经营时,它创造了比奢侈品巨头LV税前毛利率更高的奇迹!要知道,Zara平均服饰价格只有LV的...
分类:
其他好文 时间:
2014-07-29 13:51:58
阅读次数:
251