码迷,mamicode.com
首页 >  
搜索关键字:filesystem    ( 829个结果
Windows Filesystem filter driver
参考:http://www.codeproject.com/Articles/43586/File-System-Filter-Driver-Tutorial关键点:To perform attaching, we create a new device object with the device...
分类:Windows程序   时间:2014-08-25 16:31:44    阅读次数:378
条款47: 确保非局部静态对象在使用前被初始化
class FileSystem { ... }; // 这个类在你 // 的程序库中FileSystem theFileSystem; // 程序库用户 ...
分类:其他好文   时间:2014-08-25 14:38:14    阅读次数:168
spark运行java-jar:Exception in thread "main" java.io.IOException: No FileSystem for scheme: hdfs
今天碰到的一个 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
配置yum举例
目标:使用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
mount :unknow filesystem type :DM_snapshot_cow
场景描述:在使用livecd启动服务器的过程中,如果硬盘或者U盘上还有一个文件系统,而且这个文件系统已经损坏,可能会出现如下的错误:其实是读取到了一个错误的文件系统,这个时候没有办法重新拔插U盘也没有任何用处,只好使用其他的操作系统将这个损坏的系统格式化,方能够启..
分类:其他好文   时间:2014-08-14 21:00:40    阅读次数:202
FileSystem.DeleteDirectory遇到无法删除的情况
Microsoft.VisualBasic.FileIO.FileSystem.DeleteDirectory(fileFolder, UIOption.AllDialogs, RecycleOption.SendToRecycleBin, UICancelOption.DoNothing);win...
分类:其他好文   时间:2014-08-11 14:24:52    阅读次数:182
linux下repair filesystem模式修复方法
第一种情况:非正常关机引起的磁盘分区问题不能正常进入系统如下问题一般是如何引起和应该怎么样解决呢?Findingmoduledependencies;modprobe:modprobe:can‘tlocatemoduleblock-major-3fsck.ext3Possiblynon-existentorswapdevice?suchdeviceoraddresswhiletryingtoopen/dev/hd..
分类:系统相关   时间:2014-08-08 16:29:26    阅读次数:258
Clustered filesystem with membership version support
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
Parallel file system processing
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
linux 空间不够了,怎么办?Disk Requirements:At least 11MB more space needed on the / filesystem.
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
829条   上一页 1 ... 75 76 77 78 79 ... 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!