This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2022-05-13 09:37:26 +02:00

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