📄 ext2_mnt.h
字号:
/* * this file contains some information still missing from glibc header files *//* * from mntent.h */#define MNTTYPE_EXT2 "ext2" /* Second Extended file system */#define MNTOPT_NOQUOTA "noquota" /* don't use any quota on this partition */#define MNTOPT_USRQUOTA "usrquota" /* use userquota on this partition */#define MNTOPT_GRPQUOTA "grpquota" /* use groupquota on this partition */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -