ChinaUnix.net
相关文章推荐:

vfs 学习

浅析vfs (陈云川 ybc2084@163.com) 1 引言 vfs的全称是Virtual FileSystem(即虚拟文件系统)。vfs是一个异构文件系统之上的软件粘合层(注:有时也把vfs称为可堆叠的文件系统(Stackable Filesystem),因为vfs可以无缝地使用多个不同类型的文件系统,就像把多个文件系统堆叠在一起一样,故而得名)。通过vfs,可以为访问文件系统的系统调用提供一个统一的抽象接口。vfs最早由Sun公司提出以实现NFS(Network FileSystem,网络文...

by rockins - BSD文档中心 - 2006-11-12 19:30:07 阅读(771) 回复(0)

相关讨论

Contents 1 Introduction 2 vfs Objects 2.1 The Superblock 2.2 The Inode 2.3 The dentry 2.4 The File 3 File I/O Scenarios and code flow 4 Locking 5 Acknowledgements 6 References 1 Introduction A filesystem manages storage of data persistently on a storage medium. All Operating systems have a native filesystem (ext3 for Linux), but also, the operating systems should support other filesyst...

by copyking - 存储文档中心 - 2008-07-18 14:58:26 阅读(547) 回复(0)

这几天看vfs,有很多不清楚的地方,请各位指点一二: 1、情景分析中说:每一种文件系统只有一个file_operations数据结构,它既不属于某个特定的文件,更不专属于某个特定的上下文。这句话是不是说EXT3中只有一个file_operations结构,所有进程的所有打开的文件对象中的f_op都指向这个结构,我做了试验,都是一样的,不知道结果是不是这样?我能不能修改针对于某些文件的操作,比如/home/test/下所有文件的操作的read操作。我看驱动...

by 苦中作乐 - 内核/嵌入技术 - 2006-11-10 10:27:38 阅读(626) 回复(3)

制作的PDF文件:

by albcamus - 内核/嵌入技术 - 2006-05-15 20:07:31 阅读(1965) 回复(5)

想把内核里面的文件系统拉出来 绕过vfs,直接作为用户空间的一个函数库使用 有没有人做过类似的工作啊? :)

by jeffshia - 内核/嵌入技术 - 2006-01-09 17:30:22 阅读(643) 回复(8)

我的HP DL570 G4,做的Raid1,有块硬盘故障,换了硬盘,重启后就出现如下现像, PANIC:vfs_mountroot:cannot mount root Raw stack dump begins at 0xF7E7DB50: ……(十六进制代码) System has halted and may be powered off(Press any key to reboot)

by zhouyf1980 - 其他UNIX - 2009-01-20 10:06:00 阅读(1920) 回复(1)

登陆OpenCms后,切换到“浏览(Explorer)”视图,左侧显示的就是vfs(Virtual File System),它是一个树状结构的资源列表,显示了OpenCms中所有的文件与文件夹。   vfs操作起来和在正常的文件系统中一样,但是所有这些内容都是存储在数据库中的,所以它是一个“虚拟的文件系统”,由于这个原因,vfs中中的内容在真实的系统中并不存在,vfs路径很像URL或UNIX样式的路径。   vfs的根文件夹是“/”,根文件平下面有三个子文件...

by jim153 - Java文档中心 - 2007-04-19 13:37:19 阅读(764) 回复(0)

在vmware下升级os3.7的内核,原内核2.4.21,要升级到2.4.31版。我在编译时也选择了scsi的选项 由于vmware用的是scsi硬盘模式,所以编译内核最后执行 # sbin/mkinitrd initrd-2.4.31.img 2.4.31 后会出现错误提示: No module BusLogic found for kernel 2.4.31,aborting. 所以要在编译内核时选上scsi的选项: Device Drivers --> SCSI device support --><*> SCSI disk support Device Drivers --> SCSI device support -->SCSI...

by zhy0414 - 虚拟化与私有云 - 2006-08-22 00:50:38 阅读(885) 回复(2)

请教:这句话什么意思?为什么要挂载该文件系统。

by lovelypp - 系统管理 - 2006-01-23 09:58:38 阅读(531) 回复(0)

kernel panic:vfs unable to mount root fs on 03:07 vfs: Cannot open root device "hda7" knod:failed to exec /sbin................................. if it just hanppen to you i sujest that put the 1st CD and reinstall the kernel and more important software! 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/7051/showart_62956.html

by 晴有林风 - SCO文档中心 - 2005-12-22 20:15:08 阅读(868) 回复(0)

Oct 24 05:22:07 koidesdlx kernel: printk: 1 messages suppressed. Oct 24 05:22:07 koidesdlx kernel: martian destination 255.255.255.0 from 192.168.168.248, dev eth3 Oct 24 05:22:08 koidesdlx kernel: vfs: busy inodes on changed media. Oct 24 05:22:10 koidesdlx last message repeated 5 times Oct 24 05:22:10 koidesdlx kernel: martian destination 255.255.255.0 from 192.168.168.248, dev eth3 Oct 24 05:22...

by rcazy - Linux论坛 - 2005-10-25 21:02:00 阅读(635) 回复(1)