Linux 查看文件系统、磁盘

centos
centos 下查看硬盘的信息
[root@vCentos ~]# fdisk -l

Disk /dev/xvda: 21.5 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes …
点击查看更多…

Vmware vCenter Converter P2V转换失败

昨天下班前提交个P2V的任务
目标物理服务器比较老旧,磁盘已经将近满了

昨天提交任务后,就回家了,今天早上发现任务失败

如 …

点击查看更多…

Centos 6.5 vmtools 安装失败

最近发现安装vmtools 一直失败:

Creating a new initrd boot image for the kernel.
vmware-tools-thinprint start/running
initctl: Job failed to start
Unable to start services for VMware Tools

Execution aborted.

/sbin/restorecon: Warning no default label for /tmp/vmware-block-restore0/tmp_file

后来发 …

点击查看更多…

Centos 双网卡绑定

[root@Study ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
MASTER=bond0
SLAVE=yes
[root@Study ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
MASTER=bond0
SLAVE=yes
[root@Study ~]# cat /etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
ONBOOT …
点击查看更多…

IIS 目录浏览功能下载文件类型

环境win 2008 r2

默认IIS 的目录浏览是不开启的,可以选中网站的功能中的“目录浏览”勾选所有的选项后,开启

但是在这种模式 …

点击查看更多…