On Cinnamon 5.0.7 (Linux Mint 20.2), how do I prevent mounted devices, specifically device created in fstab, from showing up on the desktop and Nemo sidebar.
Until recently, this was the default behavior. But after today's update/reboot, pretty much every mounted device is populating the desktop and sidebar.
Majority of these are critical, background devices (e.g. filesystem root, /tmp, /home, ramdisks, etc.) that should never be unmounted. They already have working mount points and need not be shown otherwise, especially with an "eject" button.
sample fstab line of some mounted device that show on desktop and Nemo:
UUID=### / btrfs defaults,subvol=@ 0 1 tmpfs /mnt/ramdisk tmpfs defaults,noatime,nofail,size=500M 0 2 

