什么样的宏对应于linux中的哪种文件系统 [英] What kind of macro correspond to what kind of file system in linux

查看:73
本文介绍了什么样的宏对应于linux中的哪种文件系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好:



什么样的宏对应linux中的哪种文件系统。

在ReadHat linux< kernel -3.9.7\linux-3.9.7 \ include.uapi\linux\magic.h>



http://lxr.free-electrons.com/source/include/uapi/linux/magic.h#L24 [ ^ ]



例如

Hello everyone:

What kind of macro correspond to what kind of file system in linux.
in ReadHat linux <kernel-3.9.7\linux-3.9.7\include\uapi\linux\magic.h>

http://lxr.free-electrons.com/source/include/uapi/linux/magic.h#L24[^]

For example

<br />
#define EXT2_SUPER_MAGIC	 0xEF53<br />
#define EXT3_SUPER_MAGIC	 0xEF53<br />
#define EXT4_SUPER_MAGIC	 0xEF53<br />
------------------------------> are file system EXT2/EXT3/EXT4<br />
<br />
what is others?// HFS、NFS、XFS、JFS、Minix fs ......<br />



谢谢!


Thanks!

推荐答案

并非所有文件系统都与linux严格相关。这是一个(不完整的)文件系统列表: http://en.wikipedia.org/wiki/List_of_file_systems [ ^ ]。但是你需要逐个检查它们。
Not all file systems are strictly related to linux. Here is a (not complete) list of file systems: http://en.wikipedia.org/wiki/List_of_file_systems[^]. But you will need to check them one by one.


这篇关于什么样的宏对应于linux中的哪种文件系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆