This file describes the various file system information in the system. In general, the application reads only this file and does not write to it. The maintenance of it is the work of the system administrator.
[Email protected] mnt]#Cat/etc/Fstab # #/etc/fstab# Created by Anaconda on Fri Feb9 the: $: - 2018# # Accessible filesystems, by reference, is maintained under'/dev/disk'# SeeMansPages Fstab (5), Findfs (8),Mount(8) and/or Blkid (8) for More Info#UUID=28850F51-8C0B-4BF2-A9B4-F0C575A7352F/EXT4 defaults1 1UUID=1bd93ea0-6aea-496d-9ab8-11de176ce4e8/boot EXT4 Defaults1 2UUID=45D3CEFF-595B-4B68-985E-D2663DA1AD14 Swap swap Defaults0 0Tmpfs/DEV/SHM TMPFS Defaults0 0devpts/dev/pts devpts gid=5, mode=620 0 0Sysfs/sys SYSFS Defaults0 0proc/PROC proc Defaults0 0
192.168.181.129:/home/cairui/mnt NFS Defaults 0 0
#需要挂载的设备 #系统挂载点 #需要挂载的文件系统 #挂载所需要的参数 #决定文件系统是否需要通过dump. Typically set to 0 or 1
Linux Boot Auto mount file fstab Introduction