Welcome![Sign In][Sign Up]
Location:
Search - NFS

Search list

[Linux drivernfs_root

Description: 里面是Linux的4个根文件系统,对应4个子目录: ① 最小的根文件系统fs_mini; ② 使用mdev机制的最小根文件系统fs_mini_mdev; ③ 含有qtopia图形程序的根文件系统fs_qtopia; ④ 含有X Window图形程序的根文件系统fs_xwindow。 在开发阶段,单板上的内核启动后可以通过NFS挂接它们中的某一个,然后执行其中的程序;开发完成后,将所用的整个根文件系统目录制作为映像文件,烧入单板。-During the development phase, after the veneer on the kernel boot can over NFS to hook up one of them, and then the program Development is completed, the root file system used to make image file for catalog and burn-in veneer.
Platform: | Size: 48959488 | Author: zhaofei | Hits:

[ARM-PowerPC-ColdFire-MIPSLinux

Description: Linux开发系列由浅入深地介绍了交叉编译工具的搭建、基于s3c2416 bootloader的实现过程,以目前最新版的linux4.10.10内核为基础,一步步细致地介绍了修改编译,以及最简单的hello world根文件系统到实用复杂的根文件系统的构建。从而对bootloader、linux内核、根文件系统之间的关系有一定的认识。系列文章选取了几个典型的linux设备驱动,如LED、gpio按键、u盘、sd卡、网卡、nand flash、lcd等等,介绍了linux设备驱动框架的模式。针对嵌入式开发,介绍了nand flash文件系统的移植,nfs的搭建(调试开发根文件系统)。针对嵌入式常用的应用(基于目前最新版),介绍了gui系统Qt的移植,触摸屏库tslib的移植,图像处理、计算机视觉opencv的移植,音视频播放器mplayer的移植。-Linux development series shallow to deep introduction of the cross compiler tools to build, based on s3c2416 bootloader implementation process to the latest version of the linux4.10.10 kernel based on a step by step to elaborate on the compiler, and the simplest hello world root File system to the construction of a complex and complex root file system. Thus the bootloader, linux kernel, the root file system between the relationship has a certain understanding. Series of articles selected a few typical linux device drivers, such as LED, gpio button, u disk, sd card, network card, nand flash, lcd, etc., introduced the linux device driver framework model. For embedded development, introduced the nand flash file system transplantation, nfs build (debugging development root file system). For the embedded commonly used applications (based on the latest version), introduced the transplant of gui system Qt, touch screen library tslib transplantation, image processing, computer vision opencv t
Platform: | Size: 9067520 | Author: 黄天 | Hits:

[androidAndroid驱动开发权威指南

Description: Android驱动开发权威指南, 给出了android系统中常见硬件,如wifi,蓝牙,NFS之类的开发和基本构详解(Android Driver Development Authority guide, Android systems are given in common hardware, such as WiFi, Bluetooth, NFS and other basic development and detailed description of the structure)
Platform: | Size: 49583104 | Author: 二月明 | Hits:

[Windows KernelDiscUtils读写iso以及虚拟磁盘文件类库源码

Description: 源码包含一个读取ISO文件和虚拟磁盘文件(VHD, VDI, XVA, VMDK, etc)的类和完整的调用示例。 对于ISO、UDF、FAT和NTFS的支持已经非常完善。支持VHD, XVA, VMDK 和VDI格式的读写与注册。 类库中还包含一个简单的iSCSI启动器,可以通过iSCSI和一个NFS客户端实现对磁盘的访问。 这里有几段简单的示例代码,可以看出来使用还是非常方便的: 新建一个ISO文件: CDBuilder builder = new CDBuilder(); builder.UseJoliet = true; builder.VolumeIdentifier = "A_SAMPLE_DISK"; builder.AddFile(@"Folder\Hello.txt", Encoding.ASCII.GetBytes("Hello World!")); builder.Build(@"C:\temp\sample.iso"); 你可以通过流或者文件的方式来进行ISO的操作。 从ISO文件中提取一个文件: using (FileStream isoStream = File.Open(@"C:\temp\sample.iso")) { CDReader cd = new CDReader(isoStream, true); Stream fileStream = cd.OpenFile(@"Folder\Hello.txt", FileMode.Open); // Use fileStream... } 同样,你也可以浏览ISO内部包含的目录或者作为启动盘。 新建一个虚拟磁盘: long diskSize = 30 * 1024 * 1024; //30MB using (Stream vhdStream = File.Create(@"C:\TEMP\mydisk.vhd")) { Disk disk = Disk.InitializeDynamic(vhdStream, diskSize); BiosPartitionTable.Initialize(disk, WellKnownPartitionType.WindowsFat); using (FatFileSystem fs = FatFileSystem.FormatPartition(disk, 0, null)) { fs.CreateDirectory(@"TestDir\CHILD"); // do other things with the file system... } } 新建一个虚拟软盘: using (FileStream fs = File.Create(@"myfloppy.vfd")) { using (FatFileSystem floppy = FatFileSystem.FormatFloppy(fs, FloppyDiskType.HighDensity, "MY FLOPPY ")) { using (Stream s = floppy.OpenFile("foo.txt", FileMode.Create)) { // Use stream... } } } 也可以作为启动软盘使用。
Platform: | Size: 438282 | Author: twklzw | Hits:

[DocumentsREF-ACR1281U-C2-1.00 (2)

Description: ACR1281U-C2 Card UID Reader reference manual
Platform: | Size: 278528 | Author: szaboj | Hits:

[DocumentsREF-ACR38x-CCID-6.05

Description: ACR1281U-C2 Card UID Reader
Platform: | Size: 453632 | Author: szaboj | Hits:

[ELanguagec`1

Description: Da ay klam shoukrn nfs l brnamg l fat nfs l ay klam
Platform: | Size: 2048 | Author: domm | Hits:

[Game Programcc

Description: Da ay klam shoukrn nfs l brnamg l fat nfs l ay klam22 sds
Platform: | Size: 2048 | Author: domm | Hits:

[Documents计算机网络试卷(含答案-供2016-12期末复习用)

Description: 计算机的硬件的作用和网络连接协议tcp、telnet\nfs(The function of the computer hardware and the network connection protocol TCP, telnet\nfs)
Platform: | Size: 694272 | Author: 小雷123 | Hits:

[JSP/Javarcp_view-master

Description: 可以使用自动挂载功能挂载通过 NFS 服务共享的文件系统。Autofs(一种客户端服务)是可提供自动挂载功能的文件系统结构。autofs 文件系统通过 automount 进行初始化,引导系统时会自动运行该命令。自动挂载守护进程 automountd 将持续运行,可根据需要挂载和取消挂载远程目录。(You can use the automatic mount function to mount the file system shared through the NFS service. Autofs (a client service) is a file system structure that provides an automatic mount function. The autofs file system is initialized through the automount, and the command is automatically run when the system is booting. The automatic mount daemon automountd will continue to run and mount and cancel the mount remote directory as needed.)
Platform: | Size: 63488 | Author: 源源 | Hits:

[Linux-UnixLinuxProbe

Description: Linux 就该这么学原版图书,本书基于红帽RHEL系统编写,且内容通用于CentOS、Fedora等系统。本书共分为20章,内容涵盖了部署虚拟环境、安装Linux系统;常用的Linux命令;与文件读写操作有关的技术;使用Vim编辑器编写和修改配置文件;用户身份与文件权限的设置;硬盘设备分区、格式化以及挂载等操作;部署RAID磁盘阵列和LVM;firewalld防火墙与iptables防火墙的区别和配置;使用ssh服务管理远程主机;使用Apache服务部署静态网站;使用vsftpd服务传输文件;使用Samba或NFS实现文件共享;使用BIND提供域名解析服务;使用DHCP动态管理主机地址;使用Postfix与Dovecot部署邮件系统;使用Squid部署代理缓存服务;使用iSCSI服务部署网络存储;使用MariaDB数据库管理系统;使用PXE+Kickstart无人值守安装服务;使用LNMP架构部署动态网站环境等。此外,本书还深度点评了红帽RHCSA、RHCE、RHCA认证,方便读者备考。(Learn Linux in this way)
Platform: | Size: 36262912 | Author: Syyyu | Hits:
« 1 2 ... 11 12 13 14 15 16»

CodeBus www.codebus.net