UUID=<UUID of your external device> /mnt/<your mount point> <file system Ex: ext4> noatime,x-systemd.automount,x-systemd.device-timeout=10,x-systemd.idle-timeout=1min 0 2
needs to be added at the bottom of the fstab file. I have three questions:
I don’t know what I should type in the
your mount point
part for the entry for the drive I’m trying to automount. How do I find out?
The drive I’m trying to enable automount on is an NTFS one. Does that mean I need to replace ‘ext4’ in
file system Ex: ext4
with ‘ntfs’?
I want to disable idle unmounting, so modified the relevant part: