Introduction to fstab, mounting fstab
This file describes information about various file systems in the system. Generally, an application only reads this file and does not write the file. Maintenance is the work of the system administrator.
[Root @ localhost mnt] # cat/etc/fstab # Created by anaconda on Fri Feb 9 09:57:25 2018 # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab (5), findfs (8), mount (8) and/or blkid (8) for more info # UUID = users/ext4 defaults 1 1 UUID = users/boot ext4 defaults 1 2 UUID = average swap defaults 0 0 0 tmpfs/dev/shm tmpfs defaults 0 0 0 devpts/ dev/pts devpts gid = 5, mode = 620 0 0 sysfs/sys sysfs defaults 0 0 proc/proc defaults 0 0
192.168.181.129:/home/cairui/mnt nfs ults 0 0
# The device to be mounted # The system mount point # the file system to be mounted # The parameters required for mounting # determine whether the file system needs to be dumped through dump. Usually set to 0 or 1