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

  • 相关阅读:
    解决验证码问题
    python中的偏函数partial
    Python 数据表orm设计
    参悟yield 和yield from (加精)
    numpy基础
    JS中的面向对象
    pandas使用教程
    一次tornado建站项目分享
    django 一对一, 一对多,多对多的领悟
    三维向量类
  • 原文地址:https://www.cnblogs.com/embedded-linux/p/5681769.html
Copyright © 2011-2022 走看看