博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
/proc/filesystems各字段含义
阅读量:5894 次
发布时间:2019-06-19

本文共 765 字,大约阅读时间需要 2 分钟。

/proc/filesystems

A text listing of the filesystems which were compiled into the kernel.

Incidentally, this is used by mount(1) to cycle through different filesystems when none is specified.

The "nodev" string in the first column means that filesystem does not require a block device to be mounted, it's so called virtual filesystem.

Example output:

nodev   sysfs
nodev   rootfs
nodev   bdev
nodev   proc
nodev   cpuset
nodev   debugfs
nodev   sockfs
nodev   pipefs
nodev   futexfs
nodev   tmpfs
nodev   inotifyfs
nodev   eventpollfs
nodev   configfs
nodev   devpts
        ext3
nodev   ramfs
nodev   hugetlbfs
        vfat
        iso9660
nodev   fuse
        fuseblk
nodev   fusectl
        udf

nodev    nfs

nodev   nfs4

      yaffs

      yaffs2

nodev   mqueue
nodev   kvmfs
nodev   oprofilefs

 

from:http://www.linuxinsight.com/proc_filesystems.html

转载地址:http://pzisx.baihongyu.com/

你可能感兴趣的文章
web.xml 中CharacterEncodingFilter类的学习
查看>>
显示刚刚添加的最后一条数据,access,选择语句,select
查看>>
贪吃蛇逻辑代码
查看>>
实现c协程
查看>>
ASP.NET视频教程 手把手教你做企业论坛网站 视频教程
查看>>
[LeetCode] Meeting Rooms II
查看>>
从Swift学习iOS开发的路线指引
查看>>
3.1链表----链表(Linked List)入门
查看>>
[布局] bootstrap基本标签总结
查看>>
异步编程思想
查看>>
"数学口袋精灵"bug(团队)
查看>>
2017python第六天作业 面向对象 本节作业: 选课系统
查看>>
【找规律】Divide by Zero 2017 and Codeforces Round #399 (Div. 1 + Div. 2, combined) B. Code For 1...
查看>>
Scribes:小型文本编辑器,支持远程编辑
查看>>
为什么要使用 SPL中的 SplQueue实现队列
查看>>
文件的相关操作(创建、打开、写入、读出、重命名)
查看>>
品尝阿里云容器服务:用nginx镜像创建容器,体验基于域名的路由机制
查看>>
PHP const关键字
查看>>
ssh 安装笔记
查看>>
游戏音效下载网站大全
查看>>