36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
# 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=30M,noatime,lazytime,nodev,nosuid,mode=1777
|
|
#tmpfs /var/log tmpfs size=30M,noatime,lazytime,nodev,nosuid
|
|
|
|
tmpfs /dev/shm tmpfs defaults,size=10M 0 0
|
|
tmpfs /run tmpfs defaults,size=30M 0 0
|
|
|
|
# jetzt in /etc/systemd/zram-generator.conf
|
|
#/dev/zram0 /var/log ext4 noatime,lazytime,nodev,nosuid 0 0
|
|
#/dev/zram1 /tmp ext4 noatime,lazytime,nodev,nosuid 0 0
|
|
|
|
#----------------------------------------------------------------
|
|
# MISC: ecryptfs, vboxsf, glusterfs, mergerfs, bind, Btrfs subvolume
|
|
#----------------------------------------------------------------
|
|
|
|
|
|
#----------------------------------------------------------------
|
|
# SWAP SPACE
|
|
#----------------------------------------------------------------
|
|
/var/swap none swap sw
|
|
|
|
#----------------------------------------------------------------
|
|
# PHYSICAL DRIVES
|
|
#----------------------------------------------------------------
|
|
PARTUUID=37fb515b-02 / ext4 noatime,lazytime,rw 0 1
|
|
PARTUUID=37fb515b-01 /boot/firmware vfat noatime,lazytime,rw 0 2
|