问题1:我装了vmware 6.5.2,用它来安装深度的 GhostXP 时,在分区之后重启出现Invalid system disk,Replace the disk and then press any key 之后就不提示什么了! 我之前用VMware ACE 版装过,都可以,后面我把目标盘格...
分类:
其他好文 时间:
2014-07-19 20:34:38
阅读次数:
213
在用virtualbox 挂载windows下的文件时,出现错误mount: wrong fs type, bad option, bad superblock ,在安装增强包后,解决方案:sudo ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuest...
分类:
其他好文 时间:
2014-07-19 19:23:44
阅读次数:
171
之前关于OBB的内容:Android上使用native IO最近工作中的问题笔记工作记录[续] android OBB自从用了Java来mount OBB, 再也没有遇到挂载的问题.但最近在LG Nexus5 和LG G2上测试, 发现某个大约30K文件的文件, 一次性读取出来以后, 处理会报错.最...
分类:
其他好文 时间:
2014-07-17 00:58:34
阅读次数:
344
2.有关磁盘空间的命令:(1)mount命令:mount命令的功能是挂上文件系统,mount命令必须由root用户执行。 mount -t 设备类型 存放目录 或者 mount IP地址://所提供的目录 存放目录。必须在存放之前建好这个目录。(2)umount命令:是卸下已挂上的文件系统,在关闭系...
分类:
系统相关 时间:
2014-07-16 17:50:37
阅读次数:
307
1.Create a VM01 on esx01,Create a VM02 on esx02 2.Create the RDM on your VM01 (using the virtual, not physical)3.Add new disk to VM02 (select existing...
分类:
其他好文 时间:
2014-07-16 16:46:24
阅读次数:
203
常见的RAID级别及其特性raid0:被称为条带,无容错能力,故障率高,但读写性能好,磁盘的可用空间是n*disk(单盘容量),至少需要2块硬盘组成raid0raid1:被称为镜像,有容错能力,由于数据在存储到磁盘前要分割成chunk,所以性能略微下降,读性能和raid0接近,性能是提升的,空间..
分类:
其他好文 时间:
2014-07-16 16:24:23
阅读次数:
254
iphone手机连接USB时出现需要Mobile device setup disk上的usbaapl.sys文件...
分类:
移动开发 时间:
2014-07-16 13:52:54
阅读次数:
299
linux 上使用外接设备(光驱) 安装和更新库...
分类:
系统相关 时间:
2014-07-16 10:18:12
阅读次数:
267
[root@localhostLiveOS]#mountsquashfs.img/mnt/squashfs/mount:/mnt/sdb1/iso/LiveOS/squashfs.imgisnotablockdevice(maybetry`-oloop‘?)[root@localhostLiveOS]#mount-oloop/mnt/squashfs/mount:can‘tfind/mnt/squashfs/in/etc/fstabor/etc/mtab[root@localhostLiveOS]#mount..
分类:
其他好文 时间:
2014-07-15 10:53:58
阅读次数:
870
主要是运用 df 指令,df是disk filesystem的缩写
其后面还可以加很多有用的tag
df -h...
分类:
系统相关 时间:
2014-07-15 10:25:01
阅读次数:
382