Hello, I was able to mount a SMB network share to my local system. However, for some reason, in my file explorer (i.e. Dolphin), the network mount appears twice. I can’t take a screenshot because the mount point contains personal info, but it appears twice under the “Remote” section, one with an icon indicating that it’s mounted, and another with an icon indicating that it’s unmounted.
For reference, I used the fstab page on the Arch Linux wiki, and this post on the forum to create an entry in fstab. My entry looks like this (partially redacted for privacy reasons):
[server address] /mnt/[folder] cifs x-systemd.automount,x-systemd.mount-timeout=30,_netdev,rw,uid=1000,gid=1000,credentials=/etc/samba/private/server.cred,iocharset=utf8,vers=3.0 0 0
Do I need to modify the fstab entry so the mount appears once in my file explorer? Or should I be looking elsewhere to fix this?