搜索资源列表
filesystem
- 我写的一个界面类似linux的文件系统,在win-tc下编译通过,可创建文件edit,删除文件del,创建目录md,删除目录rd,显示当前目录文件和文件夹dir,实现目录跳转cd,cd..是跳转到根目录。
linux-kenel-filesystem-guide
- 讲解linux内核 文件系统 部分经典讲义,通俗易懂,不得多得 优秀 的内核学习资料
filesystem
- 使用ftw函数对目录进行遍历,函数原型是: int ftw(const char*dirpath, int(*fn)(const char*fpath, const struct stat *sb, int typeflag), int nopenfd) ftw函数遍历位于dirpath目录下的目录树,往下一层层地递归式遍历子目录 -Deepen the understanding of linux file system
Linux-Filesystem-Hierarchy
- detailed explanation of file system architucture of linux system
FileSystem
- 文件系统 通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-File system through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the disk. To design a multi-user doc
filesystem
- 模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。 1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。 2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求: (1) 盘块大小1k (2) 空闲盘块的管理:Linux位图法 (3) 结构:超级块, i结点区, 根目录区 -Simulation of Linux file system at any one
filesystem
- linux系统下的C代码,模拟二级文件系统,在linux下可编译运行-linux systems C code to simulate the secondary file system, linux can be compiled at run
FileSystem
- LINUX 设计一个简单的二级文件系统 -failed to translate
read_cd_vol_info
- ISO 9660 is a international standard that defines a filesystem for CD/DVD media. To get the volume name from such system in Linux we ll be dealing with the its device path once again. On my system the device path of the CD/DVD device is /dev/scd0.
filesystem
- 这是一个二级文件系统,能够在linux下编译并执行,通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-This is a secondary file system, can be compiled under linux and implement, through the Linux file system simulation,
cvs-root.tar
- linux内核yaffs文件镜像补丁压缩包cvs-root.tar.gz-linux kernel patch yaffs document image compression package cvs-root.tar.gz
filesystem
- 本章目的是分析在Linux系统中如何实现新的文件系统。在介绍文件系统具体实现前先介绍文件系统的概念和作用,抽象出了文件系统概念模型。熟悉文件系统的内涵后,我们再近一步讨论Linux系统中和文件系统的特殊风格和具体文件系统在Linux中组成结构,逐步为读者勾画出Linux中文件系统工作的全景图。最后在事例部分,我们将以romfs文件系统作实例分析实现文件系统的普遍步骤。-The purpose of this chapter is to analyze how the Linux system,
filesystem
- Filesystem for linux instalation on asus 620 bt
building-root-filesystem-for-qq2440
- gstreamer for linux. It may be cross compiled
Linux.Filesystem.Guide
- linux文件系统的详尽介绍,非常有用,网上搜集的资料!-detailed descr iptions of linux file system, very useful information collected online!
Linux-Kernel-Development
- Unix 内核开发, 目录如下: Contents at a Glance 1 Introduction to the Linux Kernel 1 2 Getting Started with the Kernel 11 3 Process Management 23 4 Process Scheduling 41 5 System Calls 69 6 Kernel Data Structures 85 7 Interrupts and Interrupt H
ext2-filesystem-structure
- linux上ext2文件系统磁盘结构分析,仅供学习交流-linux ext2 file system on the disk structure analysis, only learning exchanges
Linux-3
- 1、了解 NFS 的原理 2、掌握在如何通过 NFS 挂载根文件系统 3、把自己编写的程序通过 NFS 加到根文件系统中 -1, to understand the principles of NFS 2, lies in how to mount the root filesystem via NFS 3, to the programs that added to the root file system via NFS in
filesystem
- Slides about filesystems in Linux
Linux文件系统
- linux文件系统的简单实现,文件的增删改查(linux fileSystem,rm,mkdir,ls)
