16 lines
488 B
Plaintext
16 lines
488 B
Plaintext
|
|
#
|
|
# /etc/fstab
|
|
# Created by anaconda on Thu Jun 11 02:35:20 2020
|
|
#
|
|
# 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.
|
|
#
|
|
# After editing this file, run 'systemctl daemon-reload' to update systemd
|
|
# units generated from this file.
|
|
#
|
|
/dev/vda1 / xfs defaults 0 0
|
|
proc /proc proc rw,nosuid,nodev,noexec,relatime,hidepid=2,gid=960 0 0
|
|
/var/swapfile swap swap sw 0 0
|
|
|