2.用申请的hotmail邮箱向majordomo@vger.kernel.org发送邮件,邮件内容如下:
subscribe linux-kernel
3.等待回信,将收到邮件,如下:
Confirmation for subscribe linux-kernel
发件人:Majordomo
时 间:2012年5月10日(星期四) 凌晨0:27 (UTC-05:00 华盛顿、多伦多、古巴、智利)
收件人: chaozang<chaozang@hotmail.com>
Someone (possibly you) has requested thatyour email address be added
to or deleted from the mailing list"linux-kernel@vger.kernel.org".
If you really want this action to be taken,please send the following
commands (exactly as shown) back to"Majordomo@vger.kernel.org":
auth e3622bdd subscribe linux-kernel chaozang@hotmail.com
If you do not want this action to be taken,simply ignore this message
and the request will be disregarded.
If your mailer will not allow you to sendthe entire command as a single
line, you may split it using backslashes,like so:
auth e3622bdd subscribe linux-kernel \
chaozang@hotmail.com
If you have any questions about the policyof the list owner, please
contact"linux-kernel-approval@vger.kernel.org".
Thanks!
Majordomo@vger.kernel.org
4.回信,内容如下:
auth e3622bdd subscribe linux-kernel chaozang@hotmail.com
至此,尽情享受每天接收>200封linux内核开发邮件的喜悦吧!
比如Btrfs、JFS、ReiserFS、ext、ext2、ext3、ext4、ISO9660、XFS、Minx、MSDOS、UMSDOS、VFAT、NTFS、HPFS、NFS、SMB、SysV、PROC等。
Linux *** 作系统使用虚拟文件系统(VFS)向上和用户进程文件访问系统调用接口,向下和具体不同文件系统的实现接口。VFS屏蔽了具体文件的实现细节,向上提供统一的 *** 作接口。通过VFS可以实现任意的文件系统,这些文件系统通过文件访问系统调用都可以访问。所以Linux系统核心可以支持十多种文件系统类型。
扩展资料:
EXT是延伸文件系统(英语:Extended file system,缩写为 ext或 ext1),也译为扩展文件系统,一种文件系统,于1992年4月发表,是为linux核心所做的第一个文件系统。采用Unix文件系统(UFS)的元数据结构,以克服MINIX文件系统性能不佳的问题。它是在linux上,第一个利用虚拟文件系统实现出的文件系统,在linux核心0.96c版中首次加入支持,最大可支持2GB的文件系统
EXT3是第三代扩展文件系统(英语:Third extended filesystem,缩写为ext3),是一个日志文件系统,常用于Linux *** 作系统。它是很多Linux发行版的默认文件系统。Stephen Tweedie在1999年2月的内核邮件列表中,最早显示了他使用扩展的ext2,该文件系统从2.4.15版本的内核开始,合并到内核主线中。
参考资料来源:百度百科-ext
参考资料来源:百度百科-Ext3
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)