搜索资源列表
shellc
- 一个完整的SHELL实现源代码,内容包括:buf.c def.h dir.c file.c fs.c fs.h dh.c inode.c main.c os.exe panic.c 对学习操作系统有很大的帮助
ext3Viewer.rar
- 查看Linux中的EXT3文件系统的超级块、inode等基本信息。对EXT3文件系统中的基本块可以修改其链表。,See Linux in the EXT3 file system super block, inode and other basic information. EXT3 file system on the basic block can modify the list.
FileSystem
- 小型文件系统模拟,通过该程序演示了文件系统的工作原理和实现机制。使用MFC做了界面设计。 文件系统设计使用了inode和成组链接法。-Small file system simulation, through the program demonstrated the working principle of the file system and the realization of the mechanism. The use of MFC done interface design
filesys
- linux下完成的一个文件系统的雏形,可以新建文件,读写文件,采用了inode结构,-a simple file system in linux system, it can create, read and write a file, ithe program uses the inode structure
unix
- Vnode和Inode数据结构及缓存以及观察VFS文件系统cache的实验报告-Vnode and the data structure and Inode cache and observation VFS file system cache of the Experimental Report
njit8021xclient
- h3c inode的客户端 linux下的登录端-h3c inode client login client under linux
iNode
- 系统开发-database for system qqqqqqqqqqqqq
h3c_8021xclient_ch_v220_0210-linux.tar
- linux 下 H3C inode 网络认证客户端-H3C inode under linux client network authentication
Linux2.6_kernel_acl_data_struct_and_implements
- 本文对Linux2.6内核的ACL机制的数据结构和实现进行分析,包括有抽象标准层面上的ACL数据结构以及其在EXT4具体文件系统层面上的数据结构。本文还将着重分析Linux中对节点的访问权限检查算法以及ACL访问控制机制在其中的位置与作用。本文最后将以Open系统调用为例说明ACL总体控制流程。 -This paper makes an analysis on ACL s data structure and implements on Linux 2.6 kernel, which inc
src
- 本次实验完成两个任务,一项是实现多级索引,一项是增添文件属性,创建时间修改时间等。 多级索引的实现参照UNIX iNode的实现方式,由于NachOS模拟的是128块sector,两级索引即可达到最大块数。 增添的文件属性是挂靠在目录项内的,由于是先实现索引机制,所以在尽可能小的改动FileHeader的前提下,将增添的属性功能完成。由于NachOS模拟的最大目录下文件个数是10个,所以在性能方面,不会对其产生很大影响。 时间是通过NachOS kenerl->stats下的t
ext4
- 包含两份文档:ext4fs[1].pdf、Ext4 文件系统的目录索引节点预留.pdf 放在一起希望对有需要的人有帮助-Contains two documents: ext4fs [1]. Pdf, Ext4 file system directory inode reservation. Pdf compressing them together want to help people in need
Huawei-Linux-version-iNode
- 为了方便Linux用户接入网络,H3C 为Linux用户量身定制了一款客户端接入软件Linux版本的iNode 智能客户端iNode”)。Linux iNode客户端支持802.1x认证方式,不支持Portal认证和VPN认证,可以与H3C以太网交换机、路由器等网络设备共同组网,实现对宽带接入用户的身份认证和安全认证。 -To facilitate Linux users access the network, H3C for Linux users tailor custom iNode sm
inode.tar
- inode for linux 没有界面的.校园客户端源码、可以在非桌面环境运行。-the inode for linux interface the campus client source code, can be run in the desktop environment.
inode
- Optimized MPEG FS - inode and super operations v.- Optimized MPEG FS - inode and super operations v.
inode
- Defines for inode structures NTFS Linux kernel driver.
delayed-inode
- btrfs delayed inode init for Linux v2.13.6.
inode
- Validates the correctness of the befs inode Returns BEFS_OK if the inode should be used, otherwise returns BEFS_BAD_INODE.
inode
- inode.h - Defines for inode structures NTFS Linux kernel driver. Part of the Linux-NTFS project. -inode.h - Defines for inode structures NTFS Linux kernel driver. Part of the Linux-NTFS project.
1441622384621
- 最新INODE PC7.0客户端,H3C出品,适合集团公司内网认证。(The latest INODE PC7.0 client, H3C produced, suitable for the group company intranet certification.)
inode
- inode 译成中文就是索引节点。每个存储设备或存储设备的分区(存储设备是硬盘、软盘、U盘等等)被格式化为文件系统后,应该有两部份,一部份是inode,另一部份是Block,Block是用来存储数据用的。而inode呢,就是用来存储这些数 据的信息,这些信息包括文件大小、属主、归属的用户组、读写权限等。inode为每个文件进行信息索引,所以就有了inode的数值。操作系统根据指令, 能通过inode值最快的找到相对应的文件。(The translation of inode into Chine