Raspydock/Server/fstab
2024-06-24 20:48:13 +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.
#
# a swapfile is not a swap partition, no line here
# use dphys-swapfile swap[on|off] for that
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
PARTUUID=5442d5ab-01 /boot/firmware vfat defaults 0 2
PARTUUID=5442d5ab-02 / ext4 defaults,noatime 0 1
# External Docker Data Drive Mounted on the /data directory.
UUID=eabf0e8b-2355-4bda-91d6-6390d9eaa3a7 /data ext4 defaults 0 0