# You can use "dietpi-drive_manager" to setup mounts. # NB: It overwrites and re-creates physical drive mount entries on use. #---------------------------------------------------------------- # NETWORK #---------------------------------------------------------------- #---------------------------------------------------------------- # TMPFS #---------------------------------------------------------------- tmpfs /tmp tmpfs size=1024M,noatime,lazytime,nodev,nosuid,mode=1777 tmpfs /var/log tmpfs size=50M,noatime,lazytime,nodev,nosuid,mode=1777 #---------------------------------------------------------------- # MISC: ecryptfs, vboxsf (VirtualBox shared folder), gluster, bind mounts #---------------------------------------------------------------- #---------------------------------------------------------------- # SWAPFILE #---------------------------------------------------------------- /var/swap none swap sw 0 0 #---------------------------------------------------------------- # PHYSICAL DRIVES #---------------------------------------------------------------- #UUID=5203-DB74 /mnt/5203-DB74 vfat noatime,lazytime,rw,nofail,noauto,x-systemd.automount #UUID=2ab3f8e1-7dc6-43f5-b0db-dd5759d51d4e /mnt/2ab3f8e1-7dc6-43f5-b0db-dd5759d51d4e ext4 noatime,lazytime,rw,nofail,noauto,x-systemd.automount