Reply to thread

[USER=41231]@codelad[/USER] This is how /etc/fstab currently looks...


[CODE]# 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=1938M,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

#----------------------------------------------------------------



#----------------------------------------------------------------

# SWAP SPACE

#----------------------------------------------------------------



#----------------------------------------------------------------

# PHYSICAL DRIVES

#----------------------------------------------------------------

PARTUUID=9730496b-02 / ext4 noatime,lazytime,rw 0 1

PARTUUID=9730496b-01 /boot vfat noatime,lazytime,rw 0 2

UUID=7ebc8b21-8573-45b3-bc98-65fc7c837f14 /mnt/seagatehdd ext4 noatime,lazytime,rw,nofail,noauto,x-systemd.automount

[/CODE]