Other drives are mounted in the /media/user folder. I would like to mount my windows share folder in my /media/user folder as well for consistency. I've tried $USER and $username, but both options only create folders call '$USER' and '$username' in the /media folder.
Is there a way that I can mount my share in the correct folder?
man 5 systemd-system.conf
– Marco Jul 23 '23 at 04:47Startup Applications
- withudisksctl mount --block-device /dev/$device;
in it. – Hannu Jul 23 '23 at 08:36