网站首页 > 技术文章 正文
linux /etc/fstab 文件解析
fstab表格描述了文件挂盘的顺序,以及挂盘的参数等。fstab文件包含6列
- Device 设备名,使用给定的名字或者mount的UUID
- Mount Point 挂载点,决定设备被挂载的路径
- File System Type 文件系统类型,如ext4、xfs等
- Options 挂载选项,使用逗号分割
- Backup Operation 备份相关选项,已被废弃
- File System Check Order 0 代表 fsck 不会检查文件系统。大于0的数字代表着检查的顺序。根文件系统应该设备为1,其他分区应设置为2
show case
cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p3 during installation
UUID=68c85c1a-8b84-4dcb-aba5-e84425c4bee0 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme1n1p2 during installation
UUID=9C25-7E07 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
部分挂载选项说明
- auto/noauto 分区是否在开机的时候自动挂载
- exec/noexec 该分区是否能执行二进制文件
- ro/rw 读写权限设置
- nouser/user 用户是否拥有mount特权
参考
- https://redhat.com/sysadmin/etc-fstab
猜你喜欢
- 2024-11-04 /etc/passwd格式说明(etcpasswd 详解)
- 2024-11-04 centos7关闭防火墙firewalld 绝对不能在服务器上执行命令
- 2024-11-04 Linux系统搭建NFS网络文件系统,实现文件共享
- 2024-11-04 Linux上使用tinyproxy快速搭建HTTP/HTTPS代理器
- 2024-11-04 「神马课堂」Linux操作系统中主DNS服务器的配置(基于CentOS 7)
- 2024-11-04 Linux命令笔记-01(linux命令教程)
- 2024-11-04 Linux更改ssh端口的详细教程(提升系统安全)
- 2024-11-04 如何加固Linux系统?8种操作示例(linux主机加固)
- 2024-11-04 如何解决 Open /etc/postfix/main.cf: Permission denied ?
- 2024-11-04 Linux服务管理之Systemd配置详解,呕心沥血,匠心之作
- 最近发表
-
- 使用Knative部署基于Spring Native的微服务
- 阿里p7大佬首次分享Spring Cloud学习笔记,带你从0搭建微服务
- ElasticSearch进阶篇之搞定在SpringBoot项目中的实战应用
- SpringCloud微服务架构实战:类目管理微服务开发
- SpringBoot+SpringCloud题目整理
- 《github精选系列》——SpringBoot 全家桶
- Springboot2.0学习2 超详细创建restful服务步骤
- SpringCloud系列:多模块聚合工程基本环境搭建「1」
- Spring Cloud Consul快速入门Demo
- Spring Cloud Contract快速入门Demo
- 标签列表
-
- cmd/c (57)
- c++中::是什么意思 (57)
- sqlset (59)
- ps可以打开pdf格式吗 (58)
- phprequire_once (61)
- localstorage.removeitem (74)
- routermode (59)
- vector线程安全吗 (70)
- & (66)
- java (73)
- org.redisson (64)
- log.warn (60)
- cannotinstantiatethetype (62)
- js数组插入 (83)
- resttemplateokhttp (59)
- gormwherein (64)
- linux删除一个文件夹 (65)
- mac安装java (72)
- reader.onload (61)
- outofmemoryerror是什么意思 (64)
- flask文件上传 (63)
- eacces (67)
- 查看mysql是否启动 (70)
- java是值传递还是引用传递 (58)
- 无效的列索引 (74)