19 lines
1.0 KiB
Plaintext
19 lines
1.0 KiB
Plaintext
# /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).
|
|
#
|
|
# systemd generates mount units based on this file, see systemd.mount(5).
|
|
# Please run 'systemctl daemon-reload' after making changes here.
|
|
#
|
|
# <file system> <mount point> <type> <options> <dump> <pass>
|
|
/dev/mapper/t450s--vg-root / ext4 errors=remount-ro 0 1
|
|
# /boot was on /dev/sda2 during installation
|
|
UUID=06963045-2bdb-4d70-86a7-e42149fdb314 /boot ext2 defaults 0 2
|
|
# /boot/efi was on /dev/sda1 during installation
|
|
UUID=2663-27BC /boot/efi vfat umask=0077 0 1
|
|
/dev/mapper/t450s--vg-swap_1 none swap sw 0 0
|
|
tmpfs /opt/omd/sites/realm/tmp tmpfs noauto,user,mode=755,uid=realm,gid=realm 0 0
|
|
192.168.0.40:/volume1/NetBackup /backup nfs rw,soft,bg,_netdev 0 0
|