I have SD cardreader in my netbook, and it is not automatically mounted on startup. If I disable default settings in gnome-disks and check mount automatically, I will get error
Error mounting system-managed device /dev/sdb1: Command-line `mount "/media/janet/69eb572e-8b94-44a1-9682-b6ea4ee9ac9b"' exited with non-zero exit status 32: mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error
In some cases useful info is found in syslog - try dmesg | tail or so
in the next monut.
But I solved it changing x-gvfs-show
to comment=x-gvfs-show
. Now I can't write on my SD card. How to mount it correctly? Maybe there is an option to mount it on startup? But how to do it to make it available writeable for user?