zoukankan      html  css  js  c++  java
  • /proc/filesystems各字段含义

    /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

  • 相关阅读:
    HTML5基础
    错题本
    字符串
    带参的方法
    人际猜拳参考答案:
    用户登录页面——jdbc
    多媒体播放系统案例
    七言
    七言
    表格设计案例
  • 原文地址:https://www.cnblogs.com/embedded-linux/p/5681769.html
Copyright © 2011-2022 走看看