参考:http://www.codeproject.com/Articles/43586/File-System-Filter-Driver-Tutorial关键点:To perform attaching, we create a new device object with the device...
class FileSystem { ... }; // 这个类在你 // 的程序库中FileSystem theFileSystem; // 程序库用户 ...
分类:
其他好文 时间:
2014-08-25 14:38:14
阅读次数:
168
今天碰到的一个 spark问题,困扰好久才解决首先我的spark集群部署使用的部署包是官方提供的spark-1.0.2-bin-hadoop2.tgz部署在hadoop集群上。在运行java jar包的时候使用命令java -jar chinahadoop-1.0-SNAPSHOT.jar chin...
分类:
编程语言 时间:
2014-08-24 08:04:42
阅读次数:
321
目标:使用CentOS(Linux)光盘,安装相关依赖包,配置yum
演示举例:
1.放入光盘
[root@db oracle]# df -h
--如下CentOS_5.6_Final为光盘文件,自动挂载到/media下,我们这里不适用/media挂载,手工挂载到指定目录下
Filesystem Size Used Avail Use% Mounted on
/d...
分类:
其他好文 时间:
2014-08-16 18:33:11
阅读次数:
194
场景描述:在使用livecd启动服务器的过程中,如果硬盘或者U盘上还有一个文件系统,而且这个文件系统已经损坏,可能会出现如下的错误:其实是读取到了一个错误的文件系统,这个时候没有办法重新拔插U盘也没有任何用处,只好使用其他的操作系统将这个损坏的系统格式化,方能够启..
分类:
其他好文 时间:
2014-08-14 21:00:40
阅读次数:
202
Microsoft.VisualBasic.FileIO.FileSystem.DeleteDirectory(fileFolder, UIOption.AllDialogs, RecycleOption.SendToRecycleBin, UICancelOption.DoNothing);win...
分类:
其他好文 时间:
2014-08-11 14:24:52
阅读次数:
182
第一种情况:非正常关机引起的磁盘分区问题不能正常进入系统如下问题一般是如何引起和应该怎么样解决呢?Findingmoduledependencies;modprobe:modprobe:can‘tlocatemoduleblock-major-3fsck.ext3Possiblynon-existentorswapdevice?suchdeviceoraddresswhiletryingtoopen/dev/hd..
分类:
系统相关 时间:
2014-08-08 16:29:26
阅读次数:
258
A computer system with read/write access to storage devices creates a snapshot of a data volume at a point in time while continuing to accept access r...
分类:
其他好文 时间:
2014-08-07 12:03:00
阅读次数:
258
A treewalk for splitting a file directory is disclosed for parallel execution of work items over a filesystem. The given work item is assigned to a wo...
分类:
其他好文 时间:
2014-08-05 02:57:08
阅读次数:
456
Disk Requirements:At least 11MB more space needed on the / filesystem.
linux 空间不够了,怎么办?
1> 查看空间多少:df -h
2> 查看当期内核: uname -r
3> 查找内核 rpm -qa | grep kernel
4> 删除多余的内核
su -c 'yum remove kern...
分类:
系统相关 时间:
2014-08-03 20:43:25
阅读次数:
434